diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..d14d641 Binary files /dev/null and b/.DS_Store differ diff --git a/.Rhistory b/.Rhistory new file mode 100644 index 0000000..e69de29 diff --git a/.gitignore b/.gitignore index c2658d7..24ac3ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +.Rproj.user diff --git a/dashboard-project.Rproj b/dashboard-project.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/dashboard-project.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX diff --git a/package-lock.json b/package-lock.json index 1d7be08..5cbbcd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "dashboard-project", "version": "1.0.0", "license": "ISC", + "dependencies": { + "chart.js": "^4.4.6" + }, "devDependencies": { "eslint": "^8.48.0", "eslint-config-google": "^0.14.0", @@ -377,6 +380,11 @@ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", "dev": true }, + "node_modules/@kurkle/color": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.4.tgz", + "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==" + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -535,12 +543,12 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -613,6 +621,17 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/chart.js": { + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz", + "integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==", + "dependencies": { + "@kurkle/color": "^0.3.0" + }, + "engines": { + "pnpm": ">=8" + } + }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -670,9 +689,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "dependencies": { "path-key": "^3.1.0", @@ -1067,9 +1086,9 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -1664,12 +1683,12 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -1718,9 +1737,9 @@ "dev": true }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true, "funding": [ { @@ -1888,9 +1907,9 @@ } }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true }, "node_modules/picomatch": { @@ -1906,9 +1925,9 @@ } }, "node_modules/postcss": { - "version": "8.4.30", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz", - "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "funding": [ { @@ -1925,9 +1944,9 @@ } ], "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "nanoid": "^3.3.7", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -2240,9 +2259,9 @@ } }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2887,6 +2906,11 @@ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", "dev": true }, + "@kurkle/color": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.4.tgz", + "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==" + }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -3006,12 +3030,12 @@ } }, "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "requires": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" } }, "callsites": { @@ -3056,6 +3080,14 @@ "supports-color": "^7.1.0" } }, + "chart.js": { + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz", + "integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==", + "requires": { + "@kurkle/color": "^0.3.0" + } + }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -3096,9 +3128,9 @@ } }, "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "requires": { "path-key": "^3.1.0", @@ -3388,9 +3420,9 @@ } }, "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "requires": { "to-regex-range": "^5.0.1" @@ -3841,12 +3873,12 @@ "dev": true }, "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "requires": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" } }, @@ -3883,9 +3915,9 @@ "dev": true }, "nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true }, "natural-compare": { @@ -3999,9 +4031,9 @@ "dev": true }, "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true }, "picomatch": { @@ -4011,14 +4043,14 @@ "dev": true }, "postcss": { - "version": "8.4.30", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz", - "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "requires": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "nanoid": "^3.3.7", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" } }, "postcss-resolve-nested-selector": { @@ -4207,9 +4239,9 @@ } }, "source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true }, "spdx-correct": { diff --git a/package.json b/package.json index 72a1821..12a1587 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "eslint-config-google": "^0.14.0", "stylelint": "^15.10.3", "stylelint-config-standard": "^34.0.0" + }, + "dependencies": { + "chart.js": "^4.4.6" } } diff --git a/parking_mobile/.DS_Store b/parking_mobile/.DS_Store new file mode 100644 index 0000000..ac7bca4 Binary files /dev/null and b/parking_mobile/.DS_Store differ diff --git a/parking_mobile/css/style.css b/parking_mobile/css/style.css new file mode 100644 index 0000000..604fe7b --- /dev/null +++ b/parking_mobile/css/style.css @@ -0,0 +1,268 @@ +/* first lets get rid of all padding */ + +body, html { + margin: 0; + padding: 0; + height: 100%; + width: 100%; + overflow: hidden; +} + + /* style for hidden objects */ + + .hidden { + display: none; + } + + +/* then lets create a grid display for our main */ + +main { + display: grid; + grid-template-areas: "header userdet userdet userdet" + "map map map map" + "dashboard dashboard dashboard dashboard"; + grid-template-rows: 1fr 3fr 1fr; + grid-template-columns: 1fr 1fr 1fr 1fr; + height: 100vh; + padding: 0; +} + +/* changing styles for title */ + +#header { + grid-area: header; + background-color: black; + border: none; + align-self: center; + align-items: center; + display: grid; + height: 100%; + grid-template-rows: 60px 30px; + padding-left: 2rem; + padding-top: 18rem; + grid-template-columns: min-content min-content; +} + +#image #icon { + grid-row: 1; + grid-column: 1; + height: 5rem; + object-fit: scale-down; + justify-self: left; +} + +#header #title { + grid-column: 2; + grid-row: 1; + font-family: "Archivo", serif; + font-style: normal; + font-optical-sizing: auto; + font-weight: 800; + font-weight: 10; + text-align: left; + color: antiquewhite; + font-size: x-large; +} + +#header #subtitle { + grid-column: span 2; + grid-row: 2; + font-family: "Archivo", serif; + font-style: oblique; + font-optical-sizing: auto; + color: antiquewhite; + font-size: small; + text-align: start; + align-self: self-start; +} + +/* css styles for input */ +#userdet { + grid-area: userdet; + border: none; + display: flex; + background-color: black; + align-items: center; + justify-content: center; + width: 100%; +} + +/*css styles for user input fieldset */ + +fieldset { + border: none; + padding: 0; + margin: 0; + width: 100%; + height: max-content; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + gap: 1rem; + color: antiquewhite; + font-family: "IBM Plex Sans", sans-serif; + } + + /* now setting css styles for labels in fieldset */ + + fieldset label { + white-space: nowrap; + font-size: 0.9rem; + align-items: center; + padding-left: 1rem; + } + + /* changing styles of input elements */ + input { + padding: 0.4rem; + position: relative; + font-size: 0.9rem; + border-radius: 10px; + border: none; + width: 100%; + font-family: "IBM Plex Sans", sans-serif; +} + + /*changing search button optics */ + + #search { + background-color: #e5e5e5; + margin-right: 1rem; + padding: 0.4rem 1rem; + display: flex; + color: #14213d; + border: none; + border-radius: 4px; + cursor: pointer; +} + +#search:hover { + background-color: #fca311; +} + +/* changing appearance of list items. First need to change address-choices container */ + +#textcontainer { + position: relative; + background: #ffffff; + border-radius: 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + padding: 0; + margin: 0; + width: 100%; +} + +#address-choices { + position: absolute; + top: 100%; + left: 0; + width: 90%; + margin: 0; + padding: 0; + background: white; + border-radius: 0 0 10px 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + z-index: 1000; +} + +#textcontainer #address-choices li { + color: #14213d; + list-style: none; + padding: 10px; + margin: 0; + font-size: 1em; + border-bottom: 1px solid #ddd; + cursor: pointer; +} + + #textcontainer #address-choices li:hover { + background-color: #fca311; + } + + #textcontainer #address-choices li:last-child { + border-bottom: none; + } + + +/* css styles for map */ +#map { + grid-area: map; + background-color: silver; + border: 1px solid black; + width: 100%; +} + +#dashboard { + position: fixed; + bottom: 0; + left: 0; + right: 0; + background: black; + padding: 20px; + box-shadow: 0 -2px 10px rgba(0,0,0,0.1); + z-index: 1000; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + gap: 20px; +} + + +#message { + color:#fca311; + font-family: "Archivo", serif; + font-style: normal; + margin-left: auto; + flex: 1; + font-size: clamp(24px, 5vw, 48px); + width: 20%; +} + +#chart { + flex-shrink: 0; + width: 75%; + align-items: right; + height: 350px; + border-radius: 4px; + padding: 15px; +} + +/* popup styles */ + +.popup-content { + padding: 10px; + min-width: 200px; +} + +.popup-content h3 { + margin: 0 0 10px 0; + font-size: 16px; +} + +.reserve-btn { + background: #14213d; + color: white; + padding: 8px 16px; + border: none; + border-radius: 4px; + cursor: pointer; + margin-top: 10px; + width: 100%; +} + +.reserve-btn:hover { + background: #fca311; +} + +.unavailable { + color: #730d06; + margin-top: 10px; +} + +.success { + color: #fca311; + margin-top: 10px; +} \ No newline at end of file diff --git a/parking_mobile/data/clean_parking.geojson b/parking_mobile/data/clean_parking.geojson new file mode 100644 index 0000000..2278636 --- /dev/null +++ b/parking_mobile/data/clean_parking.geojson @@ -0,0 +1,42293 @@ +{ +"type": "FeatureCollection", +"name": "clean_parking", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "obj_code": "PKGS16", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503937243782005, 38.5837761547266 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503960887107993, 38.583721766246001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503984529250005, 38.583667377755603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504008171356006, 38.583612989260303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS24", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504031813425996, 38.583558600760199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS26", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504055456600994, 38.5835042131609 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS28", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504079098598993, 38.583449824650998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS30", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504102740560995, 38.5833954361362 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504162781676996, 38.5829197689689 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504179248108002, 38.582881667633401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504192910415, 38.582853992966399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS62", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504375919653, 38.582398399865497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS64", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504393047028003, 38.582366729220901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS65", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504405717972006, 38.582335518774201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS66", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504525239805005, 38.5823882390522 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS67", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504416587669994, 38.582311474448801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS68", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504423080497006, 38.582288830298403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS69", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504549058503997, 38.582333422377999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS70", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504433073827002, 38.582263390336301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS71", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504450273743998, 38.582230356037698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS73", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504465579515994, 38.5822056352037 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504319136762007, 38.582858841536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504200039283006, 38.582826384913503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504211900021005, 38.5827996421637 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504347173170004, 38.582794196170099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504226013356998, 38.582764372170303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504240277988998, 38.582736230710502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504257787507001, 38.582699964450697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503819031207996, 38.584048096175003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503842673566993, 38.583993707714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503866315888999, 38.583939319248003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503889959323004, 38.583884930782098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503913601567007, 38.583830543207199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS74", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504481854717, 38.582178162676698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS76", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504497342481997, 38.582146075091899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS83", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504729527486006, 38.581929922966502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS85", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504754717080999, 38.581872013033902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS87", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504779907781995, 38.581814103100697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS88", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504622468269005, 38.581783007208699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS167", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506330807789993, 38.577810464071497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS168", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506340668595001, 38.577783089159901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS175", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507604037671001, 38.575284871346199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS177", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507631040416001, 38.5752243009605 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS179", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507658043109004, 38.575163731469402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS180", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507506013528001, 38.575097007695597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS89", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504632563035997, 38.581752029857498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS90", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504805097295005, 38.581756193157098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS91", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504647657899, 38.581725097299298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS92", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504655791019005, 38.581695134970602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS94", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504670885861003, 38.581668202409297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS102", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504791476557003, 38.581415553054498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS104", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504802970841993, 38.581388296068198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS105", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504809245922999, 38.581360285229898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS106", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504978002279003, 38.581381125715403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS107", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504824536043003, 38.58133364087 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS108", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504835354310998, 38.5813080350338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS109", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505003596761995, 38.581322368817197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS110", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504851412457995, 38.5812802011692 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS111", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504863758522006, 38.581253409078599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS112", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505029192343997, 38.581263612819001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS113", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504869909543004, 38.581229707591902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS114", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504881787505994, 38.581199581984897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS115", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505047517736998, 38.581219153580498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS116", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504895218306004, 38.581170616164002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS118", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505070287753995, 38.581177077290299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS125", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506162323935001, 38.578588466261898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS126", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506172417581993, 38.5785574887745 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS127", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506002911178996, 38.578558534964699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS128", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506018148251002, 38.578529290238698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS129", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506188669493, 38.5785286888933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS130", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506030515711004, 38.578496458512298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS131", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506039865912996, 38.578470258016999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS133", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506051591629003, 38.578444909993898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS134", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506062193822004, 38.5784212112207 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS136", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506073370321005, 38.578394459959398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS137", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506083150796002, 38.5783684360701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS138", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506258935145993, 38.578359340008902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS139", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506097647822997, 38.5783442899492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS140", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506109841267005, 38.578317353834798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS141", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506269633412003, 38.578337003781101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS142", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506118492224005, 38.578293014303497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS143", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506129729213995, 38.578266637166699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS144", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506279234789005, 38.578313796212797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS145", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506143316212004, 38.578236507012001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS146", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506152068958997, 38.578215033661799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS147", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506301135943005, 38.578264692596697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS148", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506161960981004, 38.578188140877501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS149", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506174708844, 38.578161017933297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS150", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506323548815004, 38.578213781259102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS152", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506199723734994, 38.578099301564102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS153", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506352688874998, 38.578142199622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS154", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506215705987003, 38.578071307731697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS155", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506229342184994, 38.578037540860798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS158", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506242736687, 38.5780073531173 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS159", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506254689523004, 38.577978352910499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS161", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506271202451003, 38.577936855104802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS162", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506288406986997, 38.577902216062903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS163", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506455203450003, 38.5778955128959 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS164", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506302859342995, 38.577869576081198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS165", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506318668679995, 38.577835543694199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS166", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506478719789001, 38.577840340491797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS260", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503866346375005, 38.580101935659201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS262", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503892511990003, 38.580041820197202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS264", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503918676412994, 38.579981704724197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS266", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503944840792997, 38.579921589245203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS268", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503971006276004, 38.579861473765199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS270", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503997170567004, 38.579801358274302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS272", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504023334813994, 38.579741242777402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS182", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507533016284995, 38.575036437332599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS183", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507691780437, 38.575055702597403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS184", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507560018996003, 38.5749758669633 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS185", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507718783021005, 38.574995132191098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS189", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507773902232003, 38.574853555673897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS191", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507798771880005, 38.574797884260001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507670428804005, 38.574733786616797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS193", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507823641483, 38.574742213741501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507698851301996, 38.5746701619112 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS195", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507848511053993, 38.574686542316797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS196", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507727273743001, 38.574606538099403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS197", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507873380584996, 38.574630870886601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS198", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507755696133998, 38.574542914280499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS199", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507898250072003, 38.574575200352001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507784118480004, 38.5744792895538 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS201", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507923119525998, 38.574519528911097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS210", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50794561587, 38.5741159205513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS211", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508127113580997, 38.574089203742403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS212", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507963299758003, 38.574084075178902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS213", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507973391985004, 38.574053097532101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS214", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508154889525002, 38.574026380679598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS215", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507991075844004, 38.574021252155397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS216", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508001169197996, 38.573990274510997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS217", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508182665419994, 38.57396355761 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS218", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508018851881005, 38.573958429125199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS219", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508028945213994, 38.573927451478298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS220", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508197099875005, 38.573882998677902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS221", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508025747331999, 38.573908077638798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS222", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508035839505993, 38.573877099986497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS223", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508201578856998, 38.573816591962803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS225", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50820608267, 38.573770054607898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS229", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508213593300994, 38.573651916024801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS230", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508064185305003, 38.573625291264797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS231", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508217348027003, 38.573592847631303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS232", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508068476893001, 38.573557783764201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS233", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508221103900993, 38.573533778341698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS235", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508224858621006, 38.573474709046998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS237", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508226993779999, 38.573410022994501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS238", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508085109421003, 38.573383135627701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS239", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508223041205, 38.5733509614981 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS240", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508077861084004, 38.573320911490299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS241", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508235185662997, 38.573300425092299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS242", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508048729785997, 38.573249970083502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS243", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508240913571996, 38.573250772233202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS245", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508242500079007, 38.573215898993197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS252", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503761686920996, 38.580342396561598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS254", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503787852713003, 38.580282281123402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS256", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503814017313005, 38.5802221656744 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS258", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503840181862998, 38.580162051120197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504244189153994, 38.579239395157401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS282", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504424588328007, 38.579234778364501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS283", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504269881317995, 38.579180101003203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504295573440004, 38.5791208068432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS373", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505470004911004, 38.576359513676898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS374", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505634120519005, 38.576398336034302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505794881021004, 38.576024768691703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505818874699997, 38.5759695921518 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505667764904999, 38.575931938195602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505842868341006, 38.575914415606903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505693358692994, 38.575873082949201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505866861944, 38.575859239056797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505718951291996, 38.575814227692099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS29810", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504593191148004, 38.578845662529602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS298", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504617276790995, 38.578790074016702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS300", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504641363537004, 38.5787344864045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS302", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504665449105005, 38.578678897881503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS304", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504689534628994, 38.578623310254301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS305", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504552492273007, 38.578527869430403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS306", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504713621262994, 38.5785677226269 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS312", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504854914559999, 38.5782123155156 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS314", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504878861967001, 38.578157567794896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS316", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504902810485007, 38.578102820074101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS317", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504691144399004, 38.5781240262598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS318", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504926757817998, 38.5780480723434 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS319", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504716688401004, 38.578065628666799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS320", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504950706261994, 38.577993324612599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS321", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504742233509006, 38.578007231073101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS322", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504974653516001, 38.577938577772699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS323", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504767777427006, 38.577948833468803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS324", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504998601886001, 38.577883830031901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS325", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504793322446005, 38.577890436764498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS328", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505046324749003, 38.577774071631602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS329", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504843913697002, 38.577773725890303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS330", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505070011830995, 38.5777192533902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS331", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504869179088004, 38.577715253199301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS332", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505093697722998, 38.577664436039903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS333", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504894444431002, 38.577656781403597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS334", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505117384727001, 38.5776096186896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS335", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504919710880003, 38.577598309607197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS336", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505141070546003, 38.577554801329498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS349", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505164116122998, 38.577063171079203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS351", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505189607087999, 38.577004532618197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS355", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505240588887006, 38.576887256580001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS357", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505266079726994, 38.576828618101999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS359", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505291570517997, 38.576769980519202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS361", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505317061273999, 38.576711342029803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS363", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505342551981997, 38.576652704435602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS365", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505368042653998, 38.576594065934898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS368", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505562429647995, 38.576563255958902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS369", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505419023867006, 38.5764767898172 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS370", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505586325877005, 38.576508282652497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS372", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505610223215996, 38.576453309345901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS472", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506913465414002, 38.573035764594003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS473", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507053582623996, 38.573095022269399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS475", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507076509510995, 38.573041985964501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS480", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507198034560005, 38.5727761562339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS481", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507041393239007, 38.572740566068397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS482", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507226063039994, 38.5727117065477 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS483", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507069421847007, 38.572676116419998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS484", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507254091470003, 38.572647256854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS485", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507097450404004, 38.5726116667648 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505890855510998, 38.575804062501803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505914850194998, 38.575748885045797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS391", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505770138656004, 38.575696517170698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505962837141993, 38.575638531910698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS395", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505821324698005, 38.575578807522298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505986830561, 38.575583355335503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS397", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505846918233004, 38.575519952241599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS399", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505872511725002, 38.575461096955102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS401", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505898105176001, 38.5754022416629 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506058810599001, 38.575417824679199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS403", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505923697436003, 38.575343386360103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506082805017002, 38.575362648088898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS405", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505949290801993, 38.575284531056496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506106798248993, 38.5753074714886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS415", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506149578773005, 38.574854317825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS417", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506175385269003, 38.5747934678975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS418", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506345684013993, 38.574771322288598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS419", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506201191714993, 38.5747326188649 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS420", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506371490313001, 38.5747104723173 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS422", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506397295412995, 38.574649623236098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS446", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506731636360996, 38.5738582744696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS447", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506610205263996, 38.573793233024297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS448", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506758852816006, 38.5737957043062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS449", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506637421801997, 38.573730662889297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS450", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506786069217995, 38.573733135037102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS451", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506659282016997, 38.573663841116399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS452", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506813285578005, 38.573670564860798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS453", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506691854726995, 38.573605523500902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS454", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506840501891006, 38.573607994677999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS455", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506719071120997, 38.573542953346497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS456", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506859501644001, 38.573565473156798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS457", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506746287466996, 38.573480383185696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS458", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506881598288999, 38.573523016175599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS460", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506899943670007, 38.573483013467801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS465", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506834856430004, 38.573217602572001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS467", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506861059466999, 38.573156990218898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS469", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507007727605995, 38.573201093959597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS470", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506887262459998, 38.573096377859898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS471", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507030654561007, 38.5731480576639 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS486", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507282119842003, 38.5725828080555 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS487", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507125477762997, 38.572547217097899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS488", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507310147023006, 38.5725183583438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS489", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507153506212006, 38.572482768329898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS490", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507338175301001, 38.572453908630202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS491", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507182388356995, 38.572423975409798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS493", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507366203527994, 38.572389458909697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS495", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507414029467, 38.572279334229101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS497", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507437310327006, 38.572225647111999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS498", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507267617596, 38.5722088322362 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS499", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507460592300006, 38.572171959995103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS500", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507294225536995, 38.572147475569103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS589", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508591007546997, 38.569474771607901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS591", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50859478241, 38.569420032990998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS593", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508596183093999, 38.5693652851959 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS595", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508595221308994, 38.5693086625174 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS597", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508599098874996, 38.5692390109079 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS599", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508602975293002, 38.5691693583925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508606852843997, 38.569099706782602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS501", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507483873089996, 38.572118272868501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS502", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507320832285998, 38.572086118890901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS503", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507507153839001, 38.572064586638099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS504", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507347440136002, 38.572024762211299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS505", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507530435706002, 38.572010899506999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS506", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507374047933993, 38.571963406426498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS508", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507400654544995, 38.571902049729701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS517", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507715332035005, 38.5715723902603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS519", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507742342753005, 38.571510446920101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS521", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507769353423996, 38.5714485035735 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS523", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507796364049, 38.571386560220503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS525", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507823374620997, 38.571324617762102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS528", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507716784435999, 38.571179632906897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS529", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507869463744001, 38.571198730647801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS530", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507729110187995, 38.571139076545897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS531", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507893454075997, 38.5711435707899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS532", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507746051561, 38.571095835322303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS533", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507917444371998, 38.571088410926997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS535", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507941434635995, 38.571033250158301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS536", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507776405057001, 38.571021062118398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS537", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507965424858, 38.570978090285301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS538", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507803822433004, 38.570958021400699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS539", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507989413893995, 38.570922930402503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS542", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507845902344002, 38.570849024359802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS544", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507863484183005, 38.570798590387803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS545", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508050164668006, 38.570793723571398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS547", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508066502106999, 38.570756813032503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS551", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508154856155002, 38.5705967506535 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS552", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507975810657996, 38.570550060292902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS553", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508181868015996, 38.570534532444597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS554", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507988717654996, 38.570512543295202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS555", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508208878683007, 38.570472314224503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS556", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508001582307998, 38.570475839624898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS557", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508235890443999, 38.5704100969037 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS559", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508262902164006, 38.570347878675697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS560", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508042718230996, 38.570377011416902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS561", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508289913837999, 38.5702856604413 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS563", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508316925456995, 38.570223443101497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS564", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508096740788005, 38.570252575039802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS565", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508337592893, 38.570164633024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS566", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508116659167996, 38.570204902295004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS568", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508361405494, 38.570109849791798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS570", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50838521691, 38.5700550665496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS571", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508174150212, 38.570068519427998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS572", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508409029437999, 38.570000283307401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS573", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508201364230004, 38.570005909283303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS574", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508432841928993, 38.5699455000603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS575", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508228578193993, 38.569943300033103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS576", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508456654384005, 38.569890716808203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS578", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508480465654003, 38.569835933546301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS579", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508283005978996, 38.569818081513098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS581", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508309008997003, 38.569764485967902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS583", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508329905414001, 38.569721885781199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS693", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503331567201002, 38.578326913799501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS603", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508609592314002, 38.569035680939699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS611", "timelimit": 5.0, "pkgtype": "Passenger Loading Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501607608653003, 38.582250993288902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS612", "timelimit": 5.0, "pkgtype": "Passenger Loading Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501639322507998, 38.582185172512801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS614", "timelimit": 5.0, "pkgtype": "Passenger Loading Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501667909321995, 38.582119267097802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS615", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501698162978002, 38.582049527429703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS638", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502550418024001, 38.5800878447793 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS639", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502404697963996, 38.580047189952097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS640", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502574860622005, 38.580031554618103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS641", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502430770166995, 38.579987148287103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS642", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502599303175003, 38.579975265352502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS643", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502456842331995, 38.579927105715299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS644", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502623745690002, 38.5799189760817 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS645", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502482914454006, 38.579867063137598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS646", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502648188172003, 38.5798626859047 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS647", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502508986525996, 38.579807021454798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS648", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502672630609993, 38.579806396623397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS649", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502535058559005, 38.579746978865103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS650", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502697073015, 38.579750106436101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS652", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502721515375995, 38.579693817144303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS654", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502745957697996, 38.579637527847403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS656", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502770399987, 38.579581237644398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS657", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502639346250007, 38.579506809348104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS658", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502794842232007, 38.579524948337003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS659", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502665418058001, 38.579446767629697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS660", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502819284444996, 38.579468658123602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS661", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502691489829004, 38.579386725004397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS662", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502843726611999, 38.579412368805798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS663", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502717561555002, 38.5793266823732 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "11:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS673", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503113993602, 38.578827817932698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS675", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503138168090004, 38.578772161635797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS677", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503162343686995, 38.578716505338797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS679", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503176423135002, 38.578691827159602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS706", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503533118180002, 38.5778231072374 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS712", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503590242144, 38.577687853849099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS714", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503609421972001, 38.577637206641697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS799", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505468025829003, 38.572948086532499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS801", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505494431293002, 38.572887396970799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS803", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505670028758999, 38.572918902636502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS804", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505520835571005, 38.572826706497302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS805", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505693132673997, 38.5728657979883 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS806", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505547239804002, 38.572766016017603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS807", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505716236547997, 38.572812694236298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS808", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505573643985997, 38.572705326432803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS809", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505739340388999, 38.572759590479599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS716", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503633438384, 38.577582053166601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS720", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503684407568002, 38.577464213787302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503708423863003, 38.577409060296503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503578907157006, 38.577339637807597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS724", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503725649776996, 38.577362930794898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS726", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503737717446, 38.577328938570901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS728", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503630142418004, 38.577221977069399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS730", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503655758837994, 38.5771631466868 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS732", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503681316260995, 38.577104377306803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS733", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503811991386996, 38.577156529969102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS738", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503856734767993, 38.577077847397199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS739", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503838426244997, 38.577046169106801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS745", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503987536989001, 38.576731936854699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS746", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503812562749999, 38.576745542808602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS747", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504011179250995, 38.576677360075003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS748", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503837779777996, 38.576687327788399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS749", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504034820328997, 38.576622783285501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS751", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504058461377994, 38.576568205590199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS752", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503883290442005, 38.576553717268901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS753", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504083942001003, 38.576520900595 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS755", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503908508492003, 38.576495502238103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS759", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503958943333004, 38.576379070353198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS760", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504164960167003, 38.576326191056502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS762", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504188601012004, 38.576271614235303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS764", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504212242967, 38.576217037413997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS766", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504235883744997, 38.576162459682202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS767", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504059812508004, 38.576146208318498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS769", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504085030276002, 38.576087992348 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS771", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504110246848995, 38.576029777267799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS780", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505251568272001, 38.573495305411399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS781", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505395987506006, 38.5735252431042 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS782", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505278785881998, 38.5734327364964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS783", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505413677511001, 38.573477429763699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS784", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505306003448993, 38.573370166674202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS785", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505432678079998, 38.5734349084766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS786", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505333220969007, 38.573307596845297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS787", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505459894365998, 38.573372338613197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS788", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505360438435005, 38.573245027911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS789", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505487111750995, 38.573309768748302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS790", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505387655858996, 38.573182458069297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS791", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505514329082999, 38.573247199777697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS792", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505407641871997, 38.573126568098502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS794", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505543371469003, 38.573193178188198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS897", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50221935722, 38.577041126806201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50236297827, 38.5770507730426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS900", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502386903764005, 38.5769956014135 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502410828080002, 38.576940428873499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502434752357999, 38.576885256328602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502458676592994, 38.5768300846796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS907", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502346956203993, 38.576746874297903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS909", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502372474954996, 38.576688023955398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS810", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505600049275998, 38.572644635945998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS811", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505762444194005, 38.572706486718197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502171799972004, 38.577492182006502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS883", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502040914410998, 38.577453158946199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS885", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502066399306997, 38.577394298614301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS887", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502091883008006, 38.5773354391726 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS888", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502243475285994, 38.577326638857897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS889", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502117367820006, 38.577276578829299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502267366599, 38.577271458097101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS891", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502142852584001, 38.577217719381203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502291257875001, 38.577216277331203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS893", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502168337306998, 38.577158859927501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS895", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502193838216996, 38.577099977114599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS896", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502339053881002, 38.577105945572399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS911", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502397994811005, 38.576629173612098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS917", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502518633074999, 38.576351371089203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS919", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502543945254004, 38.5762931378367 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS921", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502559161362996, 38.576265881748199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1022", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504135597241998, 38.572963555064497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1023", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504024926514006, 38.572886107500302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502777016484998, 38.576179790202502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS927", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502800746827006, 38.576125196927599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS928", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502645192412999, 38.576060204765703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502813472135998, 38.576094031030699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS931", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502670504386003, 38.576001971485198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS933", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502695816317996, 38.575943738199001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS935", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502721128209004, 38.575885504907397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS937", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502746438911004, 38.575827271605199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502903087752003, 38.575847630739297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502926817887001, 38.575793037438203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS942", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502950546845, 38.575738443226399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS944", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502974276908006, 38.575683849915499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS954", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503195899820994, 38.575199600277003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503019255739005, 38.575198904235101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS956", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503219808021001, 38.575144422999799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS957", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503044757346004, 38.575140049169498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS958", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503243716178005, 38.575089246618496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS959", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503070258906007, 38.5750811949991 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS961", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503095761577001, 38.575022339927102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS963", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503121263059001, 38.574963484844503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS965", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503146765645994, 38.5749046297611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503339347294997, 38.574868540137501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS967", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503172267042999, 38.574845774667097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS968", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503363255267999, 38.574813363731302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS969", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503197768399005, 38.574786919567501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS970", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503387163203001, 38.574758187320001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS971", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503223270860005, 38.574728064467003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS972", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503411071100999, 38.574703010903796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS973", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503248772125005, 38.5746692102569 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503434978962005, 38.574647834482498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS976", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503458885639006, 38.574592658051401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS987", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503635169602006, 38.574160633543102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS989", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503661376248999, 38.5740999435397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS991", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503687582858007, 38.574039252629397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS993", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503713789415997, 38.573978562614101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS997", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503766203552004, 38.573857181669297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503893901119, 38.573540413623597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1122", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498716691178998, 38.582084869954102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1024", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504162614812003, 38.572900984650303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1026", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504189633482, 38.572838414234603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1028", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504206557272994, 38.572806822028497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1034", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504286455368003, 38.572614930121901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1035", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504157346645002, 38.572571856688498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1036", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504309560446004, 38.572561792417403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1037", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504183753361005, 38.572511127787202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1038", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504332666638007, 38.572508654713097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1039", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504210158882998, 38.5724503988748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1040", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504355771652996, 38.572455516098401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1041", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504236565509004, 38.572389669961296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1042", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504378876627996, 38.572402378379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1043", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504262970941994, 38.572328941036901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1044", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504401981569004, 38.572349240656798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1050", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504550556932998, 38.572052327841703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1051", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504411603104003, 38.571979986585198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1053", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504439433298003, 38.571915654731903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1054", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504594003688993, 38.571937352258402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1055", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504467262294, 38.571851322866898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1057", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504495092387003, 38.571786991000103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1058", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504649662516002, 38.5718086884523 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1059", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504512063603997, 38.571735296361503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1061", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504529799083002, 38.571701941827499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1063", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504705321149004, 38.571680023718301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1066", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504605653821002, 38.571537746661299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1067", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504747515833003, 38.571579538137001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1069", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504770800095002, 38.571525783094401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1070", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504658873677002, 38.571414877787099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1071", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504794083172996, 38.571472028042201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1075", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504840650372998, 38.571364517928501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1077", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504863933346002, 38.571310762862097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1124", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498740865016998, 38.5820299523904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1126", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498765039958002, 38.581975035727403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1128", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498789213720997, 38.581920118153498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1136", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499892644433004, 38.579364023436298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1219", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502330974120994, 38.573359989754103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1221", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502357590792997, 38.573297888298399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1223", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502384208560002, 38.573235787742298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1225", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502410826280993, 38.573173687180102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1227", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502437442808002, 38.5731115866067 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1228", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502627485141005, 38.573084853887003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1138", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499916913836998, 38.579307818664397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1140", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499941182049, 38.579251614783303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1154", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500111064205001, 38.578858186595397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1156", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500135333258996, 38.578801982678101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500012054525996, 38.578667309605898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1170", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50167978991, 38.574883775713602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1172", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501705199688999, 38.574824901624403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501874331588994, 38.574779100034498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1174", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501730609418999, 38.574766028430503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501898152421006, 38.574723906434002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1176", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501756019107006, 38.574707155230797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1177", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501921974362006, 38.5746687128335 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1178", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501781429900007, 38.574648282030502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1179", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501945796274001, 38.574613518327098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1180", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501806839504994, 38.574589408819598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1181", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501969616994003, 38.574558324711802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1183", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501993438824996, 38.5745031310963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1184", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501857658592996, 38.574471661480104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1185", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502016859815001, 38.574466885199001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1187", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501883068072004, 38.574412788252303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1189", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501908477507996, 38.574353915018797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1191", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502074598139998, 38.574325519910403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501933886903004, 38.574295041779799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502098419812, 38.574270326273201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501959296254995, 38.574236168535101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1202", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502304612101995, 38.573839598150101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1204", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502331632757006, 38.573777028169097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1205", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502153003776996, 38.573791243798098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1206", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502358653363999, 38.573714458181797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1207", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502180023392, 38.573728674748402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1208", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502385672770998, 38.573651889083898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1209", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502207044114996, 38.573666104796402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1210", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502412693283006, 38.573589319083801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1211", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502234064788993, 38.573603534838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1234", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502727819420997, 38.572798128832503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1235", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502595306917001, 38.572762884035399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1236", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502754839580007, 38.572735520014199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1237", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502622327180006, 38.572700275248103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1238", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502781859698004, 38.572672910288802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1239", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502649347393998, 38.572637666454398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1240", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502808879762995, 38.5726103014578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1241", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502676367562003, 38.572575057654298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1242", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502835899779996, 38.572547692620397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1243", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502703386540006, 38.572512447942103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1245", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502730406612997, 38.572449839129199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1246", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502889939670993, 38.572422474926597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1247", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502747332382, 38.572418207502999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1251", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502955282043004, 38.572280263488899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1252", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502821929969002, 38.572245899121398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1254", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502848137426994, 38.5721850912863 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1256", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502863397279, 38.572149603861 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1258", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503051194099996, 38.572093278091003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1259", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502888258604003, 38.572088790236002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1260", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503067342989993, 38.572047441358897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1261", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502909037525995, 38.572034299581503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1262", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503090273696003, 38.571994234677497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1263", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502940659676, 38.571969287072399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1277", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494873884089998, 38.587212515910998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1278", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494904699554993, 38.587144919165702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1280", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494954611428, 38.587038701409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1281", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494983387633994, 38.5869859407156 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1438", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498763799968998, 38.578476102087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1440", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498789044815993, 38.578418032412202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1442", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498814289628996, 38.5783599618306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1353", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497140039521994, 38.5823467907138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1354", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496992441174001, 38.582289393985398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1355", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497154753141999, 38.582301256660998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1356", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497019061399001, 38.582227921672697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1358", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497045682717996, 38.582166450259599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1360", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497072302844003, 38.582104978835403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1362", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497098924072006, 38.582043507409999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1370", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497209483432002, 38.581805533896102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1372", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497225635922007, 38.581752541257401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1374", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497249043422997, 38.581692510789303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1376", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497276073422995, 38.581629667232399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1378", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497303102222006, 38.581566824565002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1380", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497322778634995, 38.581525157064497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1531", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500570974029998, 38.574422716014297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1533", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500594796778003, 38.574367539803099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1545", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500737730205003, 38.574036481521198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1452", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499525019320998, 38.576786990821503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1454", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499548843788006, 38.576731797711403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1456", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499572667069998, 38.576676604591299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1458", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499596491469006, 38.576621410570297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1460", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499620315824998, 38.576566217445297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1462", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499644138996999, 38.5765110243103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1466", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499691787524995, 38.576400638035402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1468", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499715610593, 38.5763454439847 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1490", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499875223309004, 38.5756341779541 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1493", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499902245119998, 38.575571844569701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1495", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499929266883001, 38.575509511179 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1497", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499956288606, 38.575447176880999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500115766872, 38.575420227942203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1499", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499983310274999, 38.575384843477501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500142788397994, 38.575357893600597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500166898767006, 38.575302052054298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500202254276999, 38.575215961015701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1509", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500220045232993, 38.575173297510602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500243689678996, 38.575118583660903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500267334087994, 38.575063869806399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500290979609005, 38.575009155951903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1516", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500160285476994, 38.574955563174697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1525", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500499506706007, 38.574588245523998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1527", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500523329564999, 38.5745330693277 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1529", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500547152392997, 38.574477892225502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500761552694996, 38.573981305275403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1557", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500955612059997, 38.573532332698399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1558", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500797512936998, 38.573500108856997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1559", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500982633503995, 38.573469802670203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1560", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500824534507998, 38.5734375788657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1643", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501977133295995, 38.570769040457499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1644", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502050065277004, 38.570955413575803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1645", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502003745197001, 38.570707528248903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1647", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502030358198994, 38.570646016038999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1648", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502095231642002, 38.570884740668703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1650", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502118517005002, 38.570830917688099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1652", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502141836099, 38.5707725849621 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1561", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501009654900997, 38.573407272635599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1562", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500851556030995, 38.573375048868002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1563", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501036676251005, 38.573344742594699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1564", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500878577506995, 38.573312518863901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1565", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501063696406007, 38.573282212542402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1567", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501090717661, 38.573219682488698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1568", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500934578409002, 38.573177572736299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1573", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501189483865005, 38.573020105572397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1574", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501007600164996, 38.5730088217542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1575", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501212950020005, 38.5729657349031 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1576", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501034418944997, 38.5729466836315 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501246092212995, 38.5728754682724 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1578", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501061237683999, 38.572884544601699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1579", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501269558282999, 38.572821096690603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1580", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501088056376005, 38.572822405565603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501293024318002, 38.572766725104103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1582", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501114823281995, 38.572767665359997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1584", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501139973972997, 38.572704445255397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1590", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448295958994, 38.572435149751101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1592", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501475315684999, 38.572372579963599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501295624747002, 38.572346624130198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1595", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501322644572994, 38.572284054378301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501349665500001, 38.572221484624897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1598", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501556376869004, 38.572184871473503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501365796225997, 38.572175780478801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1600", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501583396399994, 38.572122302561397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501388748191005, 38.572117421094802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1602", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501610417037, 38.572059732747 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1603", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501408499288004, 38.572066815446 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1609", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501663932789, 38.571912384649501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1610", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501507998628, 38.571843419927902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1611", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501686865885006, 38.5718591440179 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1612", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501534207334998, 38.571782572751601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1613", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501709798953001, 38.571805902480797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1614", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501560417145001, 38.571721725574299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1615", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501732731980994, 38.571752661840002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1616", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501586625756005, 38.571660879287002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1617", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501755664979996, 38.571699420293797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1618", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501612835477005, 38.571600032097699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1625", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501872736867995, 38.5713803159287 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1627", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501884275899002, 38.571345756758397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1628", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501763734624006, 38.571261842046802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1630", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501791565229993, 38.571197589199997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1631", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501923582456001, 38.571255964209101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1632", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501819396933996, 38.571133336351402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1634", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501848752490005, 38.5710690909549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1635", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501979244468004, 38.571127459337603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1636", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501873174826002, 38.571016818853302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1640", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502025574296994, 38.571027077207098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1641", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501950520201007, 38.570830552655003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2954", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494158071374997, 38.5789174140846 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2956", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494184082309999, 38.5788575478525 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2958", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494210093194994, 38.5787976825154 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2959", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494130046072002, 38.578722239450997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2960", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494236102887996, 38.578737817167301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2965", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494286687590005, 38.578632164801199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489146962419994, 38.586681453392501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489174202, 38.586618495501902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489275184567006, 38.5863846646442 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489301815215001, 38.586322880608897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489328446965004, 38.586261096572699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2751", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499332197875006, 38.570398907564098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499199667015006, 38.570363714628499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2753", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499359830993001, 38.570334771555402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499227300233002, 38.570299579552199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2755", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499387464055999, 38.570270636440902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499240849483002, 38.570259005043198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2760", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499432269639996, 38.570156347011903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499278828130002, 38.570119598881298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499305443813, 38.570058008921798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2967", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494310693607005, 38.578576629401098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2969", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494334700728004, 38.578521094901902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2971", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494358706664002, 38.578465560392701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2972", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494301352389002, 38.578352928455701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489355077514006, 38.586199313426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489381709170999, 38.586137529377297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489408339635006, 38.586075745317302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489434970052002, 38.586013961251098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3200", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489478123056998, 38.585910627713197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499332058302002, 38.569996418951 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2766", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499502132385004, 38.569994673361897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499358673892999, 38.5699348289791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2768", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499525421041994, 38.569940782441002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2770", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499548708521999, 38.569886890609602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499411902641995, 38.569811649006802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499438518095005, 38.5697500590164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491699413231004, 38.584588875021097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491566925130996, 38.5845535213913 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2985", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494620217740007, 38.577850213485902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2987", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494644471890993, 38.577794246671097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2989", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49466872715, 38.577738279856099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3204", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489532600996, 38.585784711767801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3207", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489559839893005, 38.5857217537853 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3209", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489587078742005, 38.585658795796299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3211", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489614317543001, 38.585595837800902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3213", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489641556295993, 38.585532879798897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2576", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496750151604004, 38.576044969721401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2578", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496776568919003, 38.575983653340501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2580", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496802986182004, 38.575922337854301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2582", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496829403399005, 38.575861022361998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2584", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496855820571, 38.575799706863599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2586", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496872140416997, 38.575769368038003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2780", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491726649200004, 38.584525994902798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491594161204006, 38.584490641304299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491621397228997, 38.584427761210698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491781120989003, 38.584400235547903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491648633205997, 38.584364881110602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491808356820002, 38.584337354509302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491675869133999, 38.584302001004097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491835591444001, 38.584274475261097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491703105015006, 38.584239120891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491862827172994, 38.584211595110403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491720240134995, 38.584207216995999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2996", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494741492700996, 38.577570379380496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2998", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494765746661002, 38.577514412539998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3000", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494790001729996, 38.5774584456993 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3002", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494814256761003, 38.5774024788536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3004", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494838511753997, 38.577346512002698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3006", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49486276671, 38.577290545146603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3217", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490861517455997, 38.583093561991703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3218", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490720023096998, 38.583055420938301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3219", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490888145529993, 38.583031934343701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3222", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490773278261003, 38.582932166596898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3223", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490941400386006, 38.582908679924898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3224", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490799905196994, 38.582870539864899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3225", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490968027167995, 38.582847053154097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3226", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490826533241005, 38.582808912230803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3227", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490994655058998, 38.582785425481397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3228", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490853161233005, 38.582747285491301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2596", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496979248063994, 38.575510053736799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2598", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497004242597995, 38.575452222996802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2600", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497029235943003, 38.575394392246402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2795", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491910966915, 38.584098472706998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2797", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491794392974995, 38.584018715517502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2798", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491934796050998, 38.584043795567297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2799", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491821625851003, 38.583956227253999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2800", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491958625150005, 38.5839891184227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2801", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491848858674004, 38.5838937398848 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2802", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491986604546, 38.583924446921102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2803", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491876091454003, 38.583831251608203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2804", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492010433565994, 38.583869769765698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2805", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491903325335002, 38.583768763330298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3008", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494887020478998, 38.577234578280397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3010", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494911275358007, 38.577178611414098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495105290303997, 38.576730842866297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3323", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492291549054002, 38.579760403347301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3324", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492301648888997, 38.579729427070198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2602", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497054229246999, 38.575336561490403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2612", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497250113161002, 38.574883147112402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2614", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497275242452005, 38.574824859245098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2806", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492034262548998, 38.583815092605299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2807", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491927833030999, 38.583710493692401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2808", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492058090349005, 38.583760415434902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2814", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492042643253001, 38.5834220214157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2815", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492201498569003, 38.583432954244799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2816", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492069269588995, 38.5833605115102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2817", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492228123624002, 38.583371444297697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2818", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492095894730994, 38.583299001593502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495129472637004, 38.576674862125401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495153656078998, 38.576618881384398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3026", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495177838329994, 38.576562901534203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3028", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495202021696002, 38.576506920782997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495226203870999, 38.576450940922598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495250387160993, 38.576394960161203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495274569260005, 38.576338980290501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3340", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494175812227994, 38.575418272964399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3341", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494043435593994, 38.575382702761701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3342", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494202632270998, 38.575356763426697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3343", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494070255737, 38.575321193254602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3344", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494229453415002, 38.575295253887703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3345", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494097076982001, 38.575259683746197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494256273364996, 38.575233744337297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494283094416005, 38.575172234785803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2616", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497300371701002, 38.574766571372201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492254749782006, 38.583309934349501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2820", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492122519828001, 38.583237491670602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492281374745005, 38.583248424390099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2822", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492149146025994, 38.5831759817465 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492308000809999, 38.583186914429497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2824", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492167176175002, 38.583123247581803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2826", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492334625682005, 38.583125404457597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495298752474, 38.576282999518902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495322934502994, 38.5762270187371 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495347116488006, 38.5761710388512 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491250498376004, 38.581818191668297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491277732841993, 38.581755429666103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3262", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491464658522005, 38.581665317087001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3264", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491512162933006, 38.581555674022901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3268", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491406696805001, 38.581457869797198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2832", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492405915964994, 38.582961043076601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2834", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492429924332995, 38.582905749508903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2835", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492289956107996, 38.582851632461299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2836", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492453931521993, 38.582850455030197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2837", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492317392833002, 38.582788438674697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2838", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492477938668003, 38.5827951614474 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2839", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492344830651007, 38.582725245787401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492501945781996, 38.582739866958597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2841", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492372267272003, 38.582662052888402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492525952853001, 38.582684573365697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495571158456997, 38.575653135919303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495597777143004, 38.575591704464998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495624396937998, 38.575530272108601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3058", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495651015538002, 38.5754688397409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3060", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495677635240995, 38.575407407372097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494404718731005, 38.574909042117497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494262195646996, 38.574861013493198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3359", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494428544585006, 38.574854124824199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3361", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494452369254006, 38.574799207521004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3363", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494476195035006, 38.574744290217801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3364", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494343882989995, 38.574672724416899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3365", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494500020784997, 38.574689372008798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2644", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497673195212002, 38.573882416814897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2646", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497698607806996, 38.573823562522399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2648", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497724020359996, 38.573764708224203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2650", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497749432863998, 38.573705854821299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2652", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497774845332998, 38.573647000511897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2654", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800257760005, 38.573588146196897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2843", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492399703851007, 38.582598859082097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2851", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492563254079997, 38.582256920968497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2853", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492588483806003, 38.582198487692402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2857", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492638944277004, 38.582081622029399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3068", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495795172914001, 38.575165944000602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3070", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495819174158001, 38.575110752416201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495843175372002, 38.5750555599259 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3380", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494567480292005, 38.574144897185299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3381", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494742839303001, 38.574114079961802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3382", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494596948297001, 38.5740830486709 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3383", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494768441413001, 38.574055232534398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3385", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494794042333993, 38.573996385096301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3388", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494819644358998, 38.5739375376575 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2656", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497825670145005, 38.573529291876198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2658", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49784946634, 38.573461191847997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2660", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497874878638996, 38.573402337516399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2662", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497900290896993, 38.573343483179201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2664", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497925704254001, 38.573284629742197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2859", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492664175019996, 38.582023189642499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2861", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492689404575003, 38.581964757244997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2863", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492714635241995, 38.5819063239461 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2865", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492739864713997, 38.5818478915375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2867", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492765095299006, 38.581789458227497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2869", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492790325835998, 38.5817310258128 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3085", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496058911356997, 38.574527978504797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3087", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496084308937, 38.574469521790498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3089", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496109707615005, 38.574411065976399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3091", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496125007695994, 38.574383586766103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3270", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491433729338993, 38.5813953816454 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3271", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491583121806002, 38.581391641414598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3272", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491460761832002, 38.581332892586197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3274", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491487793123994, 38.5812704044166 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3276", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491514825522998, 38.581207915344699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2667", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497951116427004, 38.573225775393702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2669", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497976528558993, 38.573166921039501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498164951491006, 38.572736047450299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2871", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492815555191001, 38.581672592486598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2883", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493169664562998, 38.581193816786701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3366", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494371112007002, 38.574609961678803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3367", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494523845344006, 38.574634454690703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3368", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494393793811994, 38.574553073639798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3379", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494717237157005, 38.574172926482603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498186865207003, 38.572682773351602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2684", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498364638745002, 38.572643217931997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498247729143998, 38.5725446243747 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2686", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498391661845005, 38.572580728146001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498266160906994, 38.572508494540301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2688", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498412135492003, 38.572522832473901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498283171379001, 38.5724651027245 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2694", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498499631626999, 38.572337370176498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2885", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493196288538002, 38.581132384995001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2887", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493222911314007, 38.581070954092802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2889", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493249535198004, 38.581009522288603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2892", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493276159036, 38.580948090478302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2894", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493300863089004, 38.580891289876199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496540113855005, 38.5734194932108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3231", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491045502201004, 38.582655328031301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3233", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490903192082996, 38.582621597104001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3234", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491069335676997, 38.582600068206403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3235", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490924488054006, 38.5825706720752 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3236", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491093167974995, 38.582544807470697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3237", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490951724742004, 38.582507518267697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3239", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490978962537, 38.582444363557997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3240", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491140833600994, 38.582434286890198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2695", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498345110444006, 38.572321862888003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2696", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498523100094005, 38.572282930684999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2697", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498371930694006, 38.572259646100001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2698", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498546567378995, 38.572228491183701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2699", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498398752045006, 38.572197429310698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2700", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498570035775003, 38.572174051682602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2701", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498425573348996, 38.5721352125151 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2702", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498593504135002, 38.572119612176699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2703", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498452393451998, 38.572072996609201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2704", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498616972459004, 38.572065172666001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2705", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498479214663007, 38.572010779801097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2706", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498640440748005, 38.5720107331504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2899", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493222601843996, 38.580732447217798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2900", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493375480729995, 38.580720785747197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2901", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493249834159997, 38.580669684750397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2902", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493399309317994, 38.580665868671502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2903", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493277065281006, 38.5806069222714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2904", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493423137868007, 38.580610951590899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2905", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493304297506995, 38.580544158890099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493446965239997, 38.5805560335994 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2907", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493331529680006, 38.580481396403201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493470793718004, 38.580501116508799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2909", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493358761804004, 38.580418633909801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496563939023005, 38.573364369177703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3122", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496437798399, 38.573314379343202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496587764154, 38.573309245139697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3124", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496463211421997, 38.573255580274399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496611588101004, 38.573254121091701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3126", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496488624403995, 38.573196781199897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3129", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496659237033001, 38.573143872985902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3284", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491796221681994, 38.580943969321901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3285", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491664464159996, 38.5808608318249 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3286", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491822846746999, 38.580882537845703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3287", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491691089308006, 38.580799400378801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3288", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491849470619002, 38.580821106358201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3289", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491717714409006, 38.580737968926599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3290", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491876095592005, 38.580759674869597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3294", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491770963321002, 38.580615106899401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3296", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491797587137995, 38.580553675423602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2707", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498506034678996, 38.571948562981802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2712", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498754709725006, 38.571739336609198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2714", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498781732698006, 38.571676767454697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2716", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498808755617006, 38.571614199194698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2718", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498835778495007, 38.5715516300274 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2720", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498862801319007, 38.571489061754598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2917", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493521149241005, 38.580139540420099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2919", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493548989649994, 38.580075603973299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2921", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493576828868001, 38.5800116666138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2923", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493604669183995, 38.579947729252503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3135", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496590275911998, 38.572961584845501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3136", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496742655768998, 38.572953475372202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3137", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496615688684997, 38.572902785742798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3138", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496768208340001, 38.572891758841102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3139", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496641101414994, 38.572843986634503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3140", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496793703860007, 38.5728379618362 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3141", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496666514104007, 38.572785187520502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3142", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496816014409006, 38.572788775282497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3326", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492319189019994, 38.579696544690499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3327", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492329289988007, 38.5796655675152 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2722", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498889822954993, 38.5714264925696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2727", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498813520012007, 38.571202592215798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2728", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498982175456007, 38.571227767223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2729", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498839731603994, 38.571141628535997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2730", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499005109913, 38.571174423517199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2731", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498865942009999, 38.5710806639444 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2732", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499028044336001, 38.571121079806801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2733", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498892153512998, 38.571019700252599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2734", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499050979871996, 38.5710677360969 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2925", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493632508296002, 38.5798837927804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2932", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493816629131999, 38.579722029390297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2933", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493739379934993, 38.579633259620799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2934", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493840281461004, 38.579667110554198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2935", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493766411690004, 38.579570495256398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2936", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493863933745999, 38.5796121926141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488803259199003, 38.587457574093598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488830295170999, 38.587395242407297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488857331088994, 38.587332911615597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488884366967, 38.587270579916499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488938437418994, 38.587145918295903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3242", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491164666928995, 38.582379027045498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3255", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491223263863006, 38.581880953664097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2735", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498918364977001, 38.570958735654102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2736", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499073914226003, 38.5710143923773 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2738", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499096849693998, 38.570961048658098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499133236839, 38.570511799418398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2747", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499276932642999, 38.570527178665699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499160869025999, 38.570447664353203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2749", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499304565860001, 38.570463042670298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2937", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493793443391993, 38.579507731786499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2939", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493820475045993, 38.579444968310199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2941", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493847506652997, 38.579382204827603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2951", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494026002107006, 38.5789617015934 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489010763793004, 38.586996243648898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489038003619996, 38.586933284889902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489065243392005, 38.586870327025302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489119722791997, 38.586744411276598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3302", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492026474968, 38.580431486842002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3304", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492039231825004, 38.580389246625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3306", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492062885742996, 38.580334328152802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3308", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492093825216003, 38.580268131784003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3309", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491957267749001, 38.580184833918302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1657", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502211611038007, 38.570632568668401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1658", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502234909801999, 38.570586669103399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493898543623004, 38.586388585265901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493745009246993, 38.586342283648399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493925374189004, 38.586326369529502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493771839922005, 38.586280068848303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493967638089998, 38.586217389948999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493992979379001, 38.5861662406043 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2332", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493375257268994, 38.584181871890003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2334", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493399748759998, 38.584138339638102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493852330538999, 38.586093421702699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494019809779005, 38.586104024845703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493879159886006, 38.586031205971501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494038075271007, 38.586055076990199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493905990334, 38.585968990239202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494098673535007, 38.585907771372597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493951934191003, 38.585886985170099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494122680192007, 38.585852511685097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493979370323004, 38.585823831532601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494146686817999, 38.585797251091599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494006806412997, 38.585760676987597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1898", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497107594015006, 38.5786252286454 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1900", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497134418819002, 38.578562855399902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1902", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497161244723998, 38.578500482152997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2129", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500580251965005, 38.5709572923761 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2131", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500608082691997, 38.5708931578273 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2132", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500477010268995, 38.570855629421899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2133", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500635914523002, 38.570829022375896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2134", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500504842197003, 38.570791494902799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2135", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500663745150007, 38.570764887813603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2136", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500532672934, 38.570727359471199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2137", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500688833021002, 38.570708140474302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493595921226998, 38.583686530763103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493622545174006, 38.583625020495802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2349", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493473561170006, 38.583635089457403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2350", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493649170216997, 38.583563511127998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2351", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493500186351, 38.583573579223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2352", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493675794072999, 38.583502000848199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2354", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493702419030996, 38.583440490567298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493733091297997, 38.583376663755899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494170693399994, 38.585741991394102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494194699944998, 38.585686731691503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494061678441, 38.585634368778699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494218706460003, 38.585631471082998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494089115533001, 38.585571214219001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494242712930003, 38.585576211370302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494116551421996, 38.585508060548499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2138", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500560504762007, 38.570663224938599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2139", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500709312514999, 38.570667594789001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2141", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500588335391996, 38.570599090394303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2144", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500781768292995, 38.570518102669901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2146", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500805055919997, 38.570464244824201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2147", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500664423592994, 38.570419393457101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2148", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500828342359, 38.5704103878697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2149", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500691036773006, 38.570357841911701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493756922277996, 38.583321334006698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2360", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493589625365004, 38.5833275230586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2361", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493780754362007, 38.5832660051584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2362", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493616861693994, 38.583264289353799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2363", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493804586414996, 38.583210675404302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2364", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493644097973998, 38.583201055642498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2365", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493828417284007, 38.583155345640201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2366", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493671334200002, 38.583137822825599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2367", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493852249257003, 38.583100016777102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1701", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494406160291007, 38.585197168622202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1703", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494429989216002, 38.585142302688702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497724893295, 38.577186270033401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497750645192994, 38.577126655942699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1942", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497776397048, 38.577067041846298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2151", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500717651048006, 38.570296291265898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2153", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500744264136003, 38.570234739708098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2154", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500898202618004, 38.5702488160819 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2156", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500913823977996, 38.570207006177696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2378", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494042168275996, 38.5826596130984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2380", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494065820426997, 38.582604832052198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1716", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494572959714006, 38.584813105171797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1718", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494596788381997, 38.584758239203602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1720", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494620615873004, 38.584703372324498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494644444467994, 38.584648506346298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1724", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494668273025994, 38.584593640363302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2165", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501079870848002, 38.569867522865998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500915414890002, 38.569824403338799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2167", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501093022551999, 38.569836867099703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500943092270006, 38.569760594174703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2169", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501113069683001, 38.569801303238499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500970769600997, 38.569696785004098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2171", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501121589823995, 38.569769182470303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500998316887006, 38.569633022113003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2173", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501135224668005, 38.569734907179097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501010730421001, 38.569599783908103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2175", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501143687848, 38.569704201471701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501025544456994, 38.569552124594097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2178", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501161274246002, 38.569654245992297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2426", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494560374890995, 38.581117169102001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2428", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494585413533002, 38.581059175102403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2430", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494610452139995, 38.581001180196601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2432", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494635489559002, 38.580943185280198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2434", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494660528085006, 38.580885190363297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1726", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494692100406994, 38.584538773469298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1739", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494777935529996, 38.584000281458302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501039180557001, 38.569509958369999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2180", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501174577650005, 38.569626501666299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2182", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501184616497994, 38.569602013523998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501084292881004, 38.569396976836003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2184", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501228579678994, 38.569483492777898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501110905632999, 38.569335544112803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2186", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501238995725004, 38.569458226981197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501137518345999, 38.569274110482503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2188", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501247172296999, 38.569438140696299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501164129865003, 38.569212676840998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2190", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501258076556994, 38.569415261673598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501190742486997, 38.569151243198299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2192", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501271120295996, 38.569387880179903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2527", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495924776744999, 38.577911521522999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2529", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495953022066004, 38.5778462124049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2531", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495981268481998, 38.577780903284697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2532", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496143278549994, 38.5778200605655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2533", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496009514839997, 38.5777155950584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2534", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496167994291, 38.577762915271599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2535", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496037761153005, 38.5776502859243 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2536", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496192708845001, 38.577705769967302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2537", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496066007414996, 38.5775849767832 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1741", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494803163388994, 38.583942104454103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1743", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494828390058004, 38.583883927439302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501208038700995, 38.569107808949902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2194", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501279866866, 38.569364882850401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501226684019997, 38.569070007509403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501246559920006, 38.569020486204799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501373456240998, 38.5687819494716 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2204", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501523281057999, 38.568772244369498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501400878414003, 38.568718910268402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2206", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501551905712006, 38.5687326903656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2482", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495307229429997, 38.579314784217502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1993", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498687907429002, 38.575318333277004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498555459903002, 38.575282927394198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1995", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498714929886006, 38.575256038906801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498582482461003, 38.575220633054897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1997", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498731855898001, 38.575224721371399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1998", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498741952295006, 38.575193744530203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498609504973004, 38.575158338709102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498636527437, 38.575096044357103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2002", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498785900615999, 38.5751001326039 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501428300531998, 38.5686558719595 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2208", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501584910996996, 38.568674326487603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2210", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501604637124004, 38.568626153119297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2212", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501626705714997, 38.568569050240797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2215", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501654852754996, 38.5685107834436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2217", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501736785543002, 38.568318836269199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2219", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501707091354007, 38.568394582819899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2484", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495389984971993, 38.579206042804302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2486", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495413836739999, 38.579156319089797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2495", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495651158032999, 38.578932579579103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2496", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495544917851007, 38.578868842247502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2497", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495675164472004, 38.5788770105693 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2498", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495565858180001, 38.578824897678402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1769", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495225694211001, 38.582966846114097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1771", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495250922894002, 38.582908449199302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1773", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495276150387994, 38.582850052273798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1775", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495301378988003, 38.582791655347897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1781", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495377062239001, 38.5826164654274 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2003", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498795996972007, 38.575069155757902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498663549854001, 38.575033749998703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498690571075997, 38.574971455628798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498738061932002, 38.574862177161101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498765285502998, 38.574799648516603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2221", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501752221876998, 38.568277920948901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501631381267003, 38.5681935966781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2223", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501764316955999, 38.568239425466402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2225", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501800483436995, 38.568167063497199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2227", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501835151373001, 38.568070024927898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501711222891004, 38.568008236880303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2229", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501872796959006, 38.567992878336703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501737835911001, 38.567946449965099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1783", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495402290673994, 38.582558068479202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1785", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495427519068002, 38.582499671525397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1787", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495452746273003, 38.582441274561099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1789", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495477974577994, 38.582382878497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2019", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499003284221999, 38.574600401427098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499180514303006, 38.574184583992299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499051247354998, 38.574141845619401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2236", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501992377297995, 38.567733651906103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2238", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502019797697997, 38.567670730569098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2239", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501873701351997, 38.567626998577197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2240", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502047218043003, 38.567607810126503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2241", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501901121808999, 38.567564078169198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2242", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502074638346002, 38.567544888776403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2243", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501928542223993, 38.567501156853602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2244", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502102058594005, 38.5674819683206 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2246", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502129478800001, 38.567419046957397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2248", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502156898958006, 38.5673561255877 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2386", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494136777810994, 38.582440488889297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2388", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494160429817001, 38.582385707823498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2392", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494207734867004, 38.5822761456824 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2394", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494231386764, 38.582221364601899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2396", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494255038624999, 38.582166583516603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494139857720995, 38.5820911563683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1801", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495665642077995, 38.581886678893298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495718884493002, 38.581763893428601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495745505065003, 38.581702499783702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499204425141997, 38.574129425560798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499076751732005, 38.574083009444301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499228335945006, 38.574074267124402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499102257215, 38.574024173268398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499127761501001, 38.573965337982798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499153265752, 38.573906501790702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499178771101995, 38.573847666498601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499204275268994, 38.573788830295101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2250", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502182708646998, 38.567290642343899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2252", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502204574763994, 38.567232171827698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502054221720002, 38.567208045974297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2254", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502236932816999, 38.567169855455703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502080428534995, 38.567147159031698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2256", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502259864205996, 38.567116579572698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2258", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502282794406995, 38.567063304581097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502109621033, 38.567060462540098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2260", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502305725727993, 38.567010028688998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2262", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502328657007993, 38.566956753693198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2499", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495699169733001, 38.578821440648603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2500", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495591471576006, 38.578766382549396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2501", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495723174949006, 38.578765871623801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2502", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495614583676002, 38.5787058222935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2503", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495747180128006, 38.578710302593798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1814", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495990274220006, 38.581535812421301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1815", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495853719031004, 38.5814710218012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1817", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495880949593996, 38.581408219077503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495900946109003, 38.581349626269301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495928176584002, 38.581286823534398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2045", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499229779393005, 38.573729994085902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499414525359001, 38.573642043136502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499438435835003, 38.573586884656201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499306292656001, 38.573553486329999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499462346274996, 38.573531726170899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499486256677002, 38.573476567680601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502168920868002, 38.566939622741302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2264", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502351587112997, 38.566903477786902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502195127481002, 38.566878736673402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2271", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492434524065999, 38.586000670402001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2273", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492461354615003, 38.585938454999301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2274", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492636383177995, 38.5859132808068 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2275", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492488186258001, 38.585876240496198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2276", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492663214659004, 38.585851066263103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2444", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494978319229006, 38.580499457397401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2445", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494845087968002, 38.580474110503701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2446", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495005958472007, 38.580435400809897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2447", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494871788959998, 38.580406260683901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2448", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495033598806998, 38.580371345121598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2449", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494899428262997, 38.580342204121699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2450", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495061237944, 38.580307289421498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2451", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494927067510005, 38.580278148453701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2452", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495095170442994, 38.580248831403701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2454", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494954707860998, 38.5802140918831 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496140092058994, 38.580819471844002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496167930346004, 38.5807553780121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1836", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496195769737, 38.580691283277602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2060", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499613762555995, 38.573184837549697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2061", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499474611709999, 38.573139989361103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2063", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499501634032001, 38.5730774984155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2068", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499721851128001, 38.572934875401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2069", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499582699553997, 38.572890027337401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2070", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499748873155994, 38.572872384397698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2278", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492690044951999, 38.585788850807297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2280", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492541848263002, 38.585751810565199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492716876339003, 38.585726636250897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2282", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492568679772006, 38.585689595142298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2284", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492595510081003, 38.585627380608997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2288", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492816075592003, 38.585522580879903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492650776616998, 38.585497745073901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494165087244994, 38.582032722753503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2401", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494190315574002, 38.581974290028903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2410", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494360064247005, 38.581581127207201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1838", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496223607923, 38.5806271894321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2071", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499604974972996, 38.572814981679301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2076", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499673004426995, 38.572665490926099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2078", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499846485955004, 38.572646442504499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2079", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499699824239997, 38.572603353112299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2080", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499869951869002, 38.572592071201299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2081", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499715790473999, 38.572552794452001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2082", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499893418894004, 38.572537699898298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2083", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499737158086006, 38.572500144728501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2290", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492839907749996, 38.585467286455703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2292", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492863741025005, 38.585411991130698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2293", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492705251984006, 38.585371357381398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492887574256997, 38.585356696701602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2295", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492732489602005, 38.5853081626246 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492904705613, 38.585316889953901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2297", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492759727164, 38.585244968762098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492918510828005, 38.585282227168904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2300", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492777917265002, 38.585188797384397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2517", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495794987048995, 38.578227027691398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2519", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495822016456998, 38.578164263746302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2521", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495849045824002, 38.578101498894 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2523", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495876075137005, 38.578038734936101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2525", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495903103255003, 38.577975970966897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2084", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499916885877994, 38.572483329491298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2085", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499763977786998, 38.572438005998798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2086", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499940352831999, 38.572428958178698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2087", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499790796293993, 38.572375867257797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2088", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499963819751002, 38.572374586861201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2089", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499817615894997, 38.5723137294164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2094", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500101456709999, 38.572080614393101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2096", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500128678302005, 38.572018045786699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2306", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493060553979006, 38.584912215921698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2308", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493087588608006, 38.584849412985001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2310", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493114623189001, 38.584786610041803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492978491968003, 38.584760645638703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493141657723001, 38.584723807092203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493005526611, 38.5846978427208 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2315", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493032561207002, 38.584635039796602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2459", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495179248393995, 38.580025269461302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2461", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495039395516997, 38.580026378464197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2462", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495202900015997, 38.579970316114199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2463", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495062743974003, 38.579974869751403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2464", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495226552743006, 38.5799153636681 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2465", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495089774969003, 38.579912066341102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2466", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495250204292006, 38.579860410311099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2468", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495273855798999, 38.579805457850199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1882", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496868203537005, 38.579177472139101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2098", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500155899839996, 38.571955478074798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2100", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500183121337002, 38.571892909455499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2102", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500210342779994, 38.571830341730603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2103", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500064509734003, 38.571790554552301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2104", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500237564181006, 38.571767773098401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2105", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500080392404001, 38.571744161225901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2109", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500317251753998, 38.571578135218601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2317", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493203778088002, 38.584588213044597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2318", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493059595749003, 38.584572237766899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2319", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493230821371, 38.584524156965998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493253008246, 38.584446225641798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493271222510003, 38.584397071375697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493130524641998, 38.5844189670999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493290214856003, 38.584367640232202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493157557634007, 38.584356359634597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2412", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494385103221006, 38.581523132350597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2414", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494410142153995, 38.5814651374885 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2416", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494435181046995, 38.581407142621003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2418", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494460219892005, 38.581349148648897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1884", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496895836695003, 38.579113964628696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1886", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496923470945006, 38.579050458017498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1888", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496951104005007, 38.5789869504938 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2111", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500340361564994, 38.571524860477503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2112", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500189451403003, 38.571514515348497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2113", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500363470188006, 38.571471586627602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2114", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500215861054997, 38.571453630595201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2116", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500242270662, 38.571392745835702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2118", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500268681370997, 38.571331861075201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2119", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500423275022001, 38.571325462628003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2120", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500295090888002, 38.571270976303602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2121", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500446383519005, 38.571272188761398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2122", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500321501507003, 38.571210091530801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4701", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483619406898001, 38.578633135177199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4702", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483445224275002, 38.578616565398001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4703", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483455327789002, 38.578585589892199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4704", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483646037561996, 38.5785716271984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4705", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483471856229997, 38.5785550574643 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4706", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483481959724003, 38.578524081956203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4708", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483498486992005, 38.578493549519401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4709", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483508590466002, 38.578462574008903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4710", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483699299899001, 38.578448611227202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4711", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483525118854999, 38.578432041573301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4712", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483530617984002, 38.578401045519897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482215284343994, 38.5783967926236 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4907", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482096562921001, 38.578330893385299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4908", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482106666980997, 38.5782999179971 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4909", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482241917278003, 38.578335284972603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4910", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482123194785004, 38.5782693857564 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4911", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482133298823996, 38.578238410365799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4912", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482268549018002, 38.578273777310301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4913", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482149826603006, 38.578207878121297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4914", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482159931769999, 38.578176902733503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4915", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482295180712001, 38.578212269641803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4299", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490537908741004, 38.569480309217802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4301", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490565137445003, 38.569417782496302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4302", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490400406202994, 38.569387393574502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4303", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490592366100998, 38.569355255768301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4304", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490427634992002, 38.569324866885303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4305", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490619594709997, 38.569292729033897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4501", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486239927388993, 38.5756030149225 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4503", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486265997611994, 38.5755431624167 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4505", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486292068938994, 38.575483309910098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4713", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483700045758994, 38.578381712141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4714", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483541250355998, 38.578373895772899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4718", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483774596440995, 38.578273073895502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4719", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483612412501998, 38.578237469660998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4720", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483630948599, 38.578197668728698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4721", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483798255021995, 38.578218294942602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4722", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483644744453997, 38.578170757405999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4723", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483658816957004, 38.578136701400503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4724", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483821913566999, 38.578163515984897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4916", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482176459523004, 38.5781463704852 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4917", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482186563520997, 38.578115395089903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4918", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482321813507994, 38.578150761972203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4919", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482203091249005, 38.578084862837699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4920", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482213195227004, 38.578053887440099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482348445111001, 38.578089254291299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4306", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490454863734001, 38.569262340189603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4307", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490646823271007, 38.569230202292999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4308", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490482093574997, 38.569199813492403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4310", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490509322220007, 38.5691372867838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490718511064998, 38.569058588782603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4319", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490788386285004, 38.5688979491864 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486318139082002, 38.575423456491599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4509", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486344209174007, 38.575363603967901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486370118002, 38.575303828200198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486513938192999, 38.575312945460098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486396029944999, 38.575243932621397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486538232461996, 38.575256794009299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486421942985004, 38.575184037942599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4516", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486562525544997, 38.575200642548097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486447855980998, 38.575124143258002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4518", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486586818595995, 38.575144490180897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4725", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483675752530999, 38.578105072566501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4726", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483685855873006, 38.5780740970403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4727", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483845572076007, 38.578108737022298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4728", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483702790273, 38.578042468197303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4729", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483712894741998, 38.578011492673802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4731", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483729829116001, 38.577979863826798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4732", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483739932423006, 38.577948887394903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4735", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483756849231995, 38.577919840436401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482445711764996, 38.5778644099492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4932", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482333523109006, 38.577789712265002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4933", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482343628137002, 38.577758736860901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4934", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482493031312003, 38.577754921052097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4935", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482360562769003, 38.577727147852102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4936", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482370667783002, 38.577696171544801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4937", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482516690457999, 38.577700176593602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482387602388997, 38.577664582532101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4939", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482397706227999, 38.577633607118102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482540349567003, 38.577645432130197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4320", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490635445886994, 38.568859188176802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490811677568004, 38.568844403243801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490662064616004, 38.568797992076298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490834968816003, 38.5687908572963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490688683292007, 38.568736796870603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4326", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490715301929995, 38.5686756007578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486473768940996, 38.575064247666702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486860114389003, 38.574549728014198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486882319575002, 38.574490211391598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486904455757994, 38.574440124146598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4741", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484010985967998, 38.577662548417401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483879355837004, 38.577643992365701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4743", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483889459026003, 38.577613016821502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4744", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484038224936, 38.577599826850701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4745", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483890302874002, 38.577592509861802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4746", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483905788615999, 38.577564385326902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4747", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484065465003994, 38.577537105282701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4748", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483922924479003, 38.577532640233798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4941", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482414641961, 38.577602017205599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4943", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482564009786998, 38.577590687667097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482686221031003, 38.577308808914196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4950", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482545858598002, 38.577257607054101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482555962310997, 38.577226631625997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4952", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482713574136, 38.577245999876297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4953", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482573210658998, 38.577194798044196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4337", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483869044250994, 38.5810733989574 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4341", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483944668202994, 38.580913373715198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484145709648004, 38.580792662101402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4347", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484024090494998, 38.5807154610157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484169546855995, 38.580737540626899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486926626962003, 38.574385322659303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486957824694997, 38.574328201723397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487048273035995, 38.574099875636797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487071925661994, 38.5740455419458 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4749", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483933027638997, 38.577501663784801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4750", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484092703876001, 38.577474383702999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4751", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483950163475001, 38.577469918687697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4752", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483960266607994, 38.577438943137203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4753", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484119942700005, 38.577411662116901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4754", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483977402422994, 38.577407197135102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4755", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483987506682993, 38.577376221587301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4757", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484004641322997, 38.577344475575998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4758", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484014745562007, 38.577313500025902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4760", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484031880176005, 38.5772817540105 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483655316763006, 38.575109654697897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483515049774994, 38.575054966147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483524698799997, 38.575024238156303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5037", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483682353681004, 38.575047168348902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483532900891007, 38.574996808199998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5039", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483547969284004, 38.574969523289496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483709390551994, 38.574984681993499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5041", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483565853361, 38.574934231152497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4349", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484051332598, 38.580652465585601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4350", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484200663625998, 38.580675640799498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4351", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484078574658994, 38.580589469248203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487095577103005, 38.573991208244799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4550", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487142879871996, 38.573882541729098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4559", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488227892210006, 38.571351239696803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4764", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484229417489999, 38.5771764788567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4766", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484100247488001, 38.577130646744003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4767", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484253198084005, 38.577121075134102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4768", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484117544935003, 38.577097955500001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4769", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484127649089999, 38.577066979939801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4770", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484277281271005, 38.577065561043398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4771", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484145068849998, 38.577034510857501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4772", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484155171837003, 38.577003535289798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5057", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48385807711, 38.574628302406197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5058", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483708234372003, 38.574591333476803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5059", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483727047925996, 38.574552065297802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5060", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483874711935997, 38.5745913217769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5061", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483737089616994, 38.574523510202901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5062", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483748770453005, 38.574493160623 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5063", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483895463354997, 38.574546392865599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5064", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483765256230001, 38.574460445992898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5065", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483780582441, 38.574427954116601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5066", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483920332493994, 38.574493516576297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4366", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484283066507999, 38.5801121509284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4368", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484310507, 38.580049273439101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4370", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484337947442, 38.579986395943102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4372", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484365388984997, 38.579923518445703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4374", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484392829331, 38.579860640936602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488085561239998, 38.5713438905685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4561", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488244911316002, 38.571316897074901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488271741136998, 38.571254683532302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488298569769995, 38.571192469077403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488325399504006, 38.571130254621401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488352229184997, 38.571068041059902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488219708353995, 38.571032819363801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4573", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488414211700999, 38.5709453633078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4773", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484301363271996, 38.577010046942597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4774", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484172591567997, 38.576971066203399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4775", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484182694533999, 38.576940090633201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4776", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484325446384005, 38.576954532841903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4777", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484200114238007, 38.576907621542503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4778", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484210218330006, 38.576876645974998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4779", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484349528311, 38.576899018730899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4781", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484373611348005, 38.576843504620001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4979", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482847039953995, 38.576619697039 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482993384658002, 38.576599869703401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4981", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482864379735005, 38.576587402563902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4982", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482874483214999, 38.576556427107597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4983", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483017397536003, 38.576544508709198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4984", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482891822962003, 38.576524133529098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4985", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482901926419999, 38.576493158070498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4986", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483041410376003, 38.576489147709999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4575", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488438395353, 38.570889658724099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488278338045006, 38.570867245972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488462580114003, 38.570833954140298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488333616557, 38.5707399224314 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488510948370006, 38.5707225458534 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488535133018004, 38.570666841254301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4584", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488388894878, 38.570612597963098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488550614179999, 38.570634727819098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4586", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488416534538004, 38.570548935721497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484512622636998, 38.576543510590398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4791", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484539658781003, 38.576481102418299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4792", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484375696602996, 38.576457993065098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4793", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484385535610997, 38.576428582961803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4794", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484566694885004, 38.576418693338901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4795", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484405518947, 38.5763954766133 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4796", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484416922961003, 38.576361669893103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4797", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484593730933994, 38.576356285153999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4798", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484433875546998, 38.576327105903999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5067", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483793921070998, 38.574398462371498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5068", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483810637212002, 38.5743711766671 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5069", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483945235031996, 38.574435859370098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5070", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483822598087002, 38.574342085079898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5071", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483838044110001, 38.574307618964099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5072", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483970137523002, 38.574378203059297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5073", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483849805008006, 38.574279199452697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5078", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484017981481003, 38.574253320461096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4399", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484947241224006, 38.579000063946701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4400", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484781318879996, 38.578943707882999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4401", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484973871741005, 38.578938595306099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4402", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484807949518995, 38.578882239280603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4403", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485000501070999, 38.578877125753401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4589", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488444173001, 38.570485273468101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488693614249996, 38.570285928695299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488707067912998, 38.5702393531962 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4596", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488589600105996, 38.5701797309477 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488721844864997, 38.570195953796201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488616629994993, 38.5701173605542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488643659830004, 38.570054991055102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488775904370002, 38.570071213841899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488802934055002, 38.5700088434048 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4799", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484443323283998, 38.576293550828197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4800", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484620765795995, 38.576293876056702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4801", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484455582902001, 38.576259337105697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4802", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484463882423, 38.576234434534797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4803", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484647801750995, 38.576231467859003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4804", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484474312154006, 38.576202358598003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4805", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484480825535996, 38.5761768760024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4806", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484674837664997, 38.576169058754097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484713593351998, 38.576074059609802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5094", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480891011054993, 38.577699926320399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5096", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480917644870999, 38.577638418973301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5100", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480967866910007, 38.577516763573897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5102", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480994907383007, 38.577454238217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5105", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481167961468998, 38.577395758305002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5106", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481048988186004, 38.577329187484203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4404", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484834578965007, 38.578820770666802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485027131497006, 38.5788156571004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485053760727993, 38.5787541884361 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4409", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485080391061999, 38.5786927197708 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4411", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485118451825997, 38.578621130810298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4412", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484944727872005, 38.578592812227399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4414", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484971765839006, 38.578530206666599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4415", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485172773787994, 38.578490090091996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488829962544997, 38.569946472956303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488856022313001, 38.569895976548601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489003018774, 38.569606747582199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4614", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488861679319001, 38.569547331032297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489022934068004, 38.569560944712499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4616", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488884439252004, 38.569494984019897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489042849341999, 38.5695151409384 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484580719880995, 38.576009882791297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484737605459998, 38.576018595559397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484594016862005, 38.575983291657799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4815", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484605613648995, 38.575956456918497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4817", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484614374336005, 38.5759264843403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484626694173002, 38.575904089735602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4819", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484785629569004, 38.575907666542598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484641842030001, 38.575881341954997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4821", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484657533737007, 38.5758476488935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484809641563999, 38.575852202477101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4823", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484675716194999, 38.5758134236765 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4995", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483196643301, 38.576152164769503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483042497244995, 38.5761174478436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483046436164003, 38.576093186257197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483223481333994, 38.576089677637398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483065619040005, 38.576062605380997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483081799721006, 38.576032652534998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483250319326004, 38.5760271895982 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483094869202006, 38.576003958762598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5003", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483104921457993, 38.575977810064401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484998802605006, 38.578467601995101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4417", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485196431367996, 38.5784353108536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485025840470996, 38.578404997322401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4419", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485220088911007, 38.578380531610399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485052877141996, 38.578342392638099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4421", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485243746418007, 38.578325752362304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4422", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485079914913001, 38.578279787952603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4618", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488907200298996, 38.569442637008002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4620", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488929960164995, 38.569390289986501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489082678667003, 38.569423533374902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4824", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484687241927006, 38.575786885008 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4826", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484707360933001, 38.575740036029103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485008732712998, 38.575413653306697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4835", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484853887754994, 38.575383010436902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4836", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485033762629996, 38.575347970345398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5082", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480890322332996, 38.578042810994603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5084", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480916955129999, 38.5779813036429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5085", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480784477629996, 38.577945955657199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5087", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480811110481, 38.577884448329698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5089", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480837744434993, 38.577822941001202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5092", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480864378342005, 38.577761433666403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4430", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485390637639, 38.577968531320202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4432", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485227119151006, 38.5779343189051 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4433", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485417874660001, 38.577905927442998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4434", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485239790387993, 38.5778942619121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4436", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485267028666001, 38.577831657174499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4438", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485294265742994, 38.5777690533262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4440", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485321502771995, 38.5777064494714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4632", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489250069760999, 38.568997517260101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4634", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489277299416003, 38.568934989940203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4636", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489304529017005, 38.568872463514701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4638", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489331757421994, 38.568809937077702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4640", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489378769740995, 38.5687014539728 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4642", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489401888097007, 38.568647838177398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4644", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489425007565998, 38.568594222382501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4837", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484880923733002, 38.575320522907397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4838", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485052633243996, 38.575291820299498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4839", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484907959664, 38.575258035371498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4840", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485087890543994, 38.5752150297157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4841", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484924777266002, 38.5752050626837 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4843", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484943591559997, 38.575156879036498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4845", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484960696393003, 38.575101469794397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4954", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482583315498999, 38.5771638226188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482740926044997, 38.577183190826801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4956", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48260056382, 38.5771319890329 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4957", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482610667491002, 38.5771010136 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4958", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482768279053005, 38.577120381775799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4959", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482627916926006, 38.577069180915899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4960", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482638020582002, 38.577038204579701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482655166277993, 38.577006588544201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482822733543003, 38.576994453523596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4442", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485348739759999, 38.5776438447093 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4447", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485598646607997, 38.577475964266 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4449", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485622681992993, 38.5774202659046 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4450", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485449339701006, 38.577422627103303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4451", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485646717340003, 38.577364567538197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4452", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485476808984998, 38.577358971997498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4453", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485670753798004, 38.577308869171702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4454", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485504278226003, 38.577295315984202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4646", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489448125845996, 38.568540607478603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4648", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489471244097999, 38.568486991669197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4650", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489494362315, 38.5684333758552 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4652", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489517480497994, 38.5683797600365 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483066449014999, 38.579845401833303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482926740322, 38.579812852848796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4850", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485044071686005, 38.574935572961998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4851", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485188896481006, 38.574967405250597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4852", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485072530295994, 38.574869757497403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4853", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485213797658005, 38.574909817138803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4854", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485100988854001, 38.574803942025802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4855", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485238698795996, 38.574852229021502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4856", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485129448506001, 38.574738126552198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4857", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485263599899, 38.574794639998103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4859", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485288500956003, 38.574737051870002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4860", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485186365352007, 38.574606496474502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4862", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485214823698996, 38.574540680974501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483277156116003, 38.575964702448303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483114324282994, 38.5759500584726 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483131683183998, 38.575925856801902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483303994013994, 38.5759022143964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5009", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483330831859007, 38.575839727239199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5013", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483372298347007, 38.575720850646697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483228103301997, 38.575724445776203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483244939358002, 38.575689392251597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4455", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485694789076007, 38.577253169894298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4457", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485718824310993, 38.577197471512797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4466", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485846311052995, 38.576851223112797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483093689916004, 38.579782484997899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482944874314995, 38.579764034050797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483120931924006, 38.579719567260298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482972116447002, 38.579701116348197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483148173876003, 38.5796566504171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482992071552005, 38.579649477760299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483175415787002, 38.579593732666503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483019313598007, 38.579586560046501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483200744303005, 38.579546359454099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483219795720998, 38.579498873532401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4865", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485243281994002, 38.574474865467501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4869", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485480896964006, 38.574301638790402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4871", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485501509253993, 38.574255003579701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4873", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485526770250999, 38.574188348572598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4875", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485564052463999, 38.574120567707503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5042", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483587517941004, 38.574898427050897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483736427381999, 38.574922194730803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483612202584993, 38.5748672823429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5045", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483622466463004, 38.5748372165436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483763464158002, 38.574859708362702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5047", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483630247638004, 38.5748129135185 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483638568998998, 38.574787388583204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483644924412999, 38.5747618737972 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483652346184002, 38.574738071868097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5053", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483652714068995, 38.574719272688498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4468", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485873345304, 38.576788931742399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4469", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485740901407993, 38.576753511199897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4470", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485900379507001, 38.5767266403656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4471", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485767935707003, 38.576691220754803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4472", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485927413656, 38.576664349883302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4473", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485794969964999, 38.576628929402602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4474", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485954447764996, 38.576602058493698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4476", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485981481826002, 38.576539767097799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4479", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485896682179003, 38.576394392992597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483286284730994, 38.579355679938402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483309943296007, 38.579301004686201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4678", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483154186651007, 38.5793157661248 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483333601831006, 38.579246328528299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4680", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483181225601996, 38.5792532798976 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4682", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483208263365, 38.579190792757998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483379037359001, 38.579148279464697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4684", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483236823881995, 38.579143697928103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483402695791, 38.579093603292499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4686", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483262220311005, 38.579082485426198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483426355334004, 38.5790389271205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4877", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485578708131001, 38.574066832169798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4879", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485601450941999, 38.5740205775787 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4885", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485671386717001, 38.573825480170697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4887", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485694864476002, 38.573771180213797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485539811622004, 38.5737822335361 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485566643604997, 38.573720176473202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4971", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482921345801998, 38.576765952655599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4972", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482782049750995, 38.576777211430198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4973", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482792153293005, 38.576746235981297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482945358791994, 38.576710591676601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4975", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482809493130006, 38.576713941514299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4976", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482819596650998, 38.576682966062997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4977", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482969371744005, 38.576655230692502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4978", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482836936454007, 38.576650672492804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4481", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485924124925006, 38.576330965592099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4483", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485951566468998, 38.576267539080803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4485", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485979007970002, 38.576204111662001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483446689122999, 38.5790032324187 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4690", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483316487953005, 38.578961207440699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4695", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483566143138006, 38.578756151106099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4696", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483391961373997, 38.578739581251902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4697", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483402064928995, 38.578708605750798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4698", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483592775041004, 38.578694643144701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4699", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483418592272997, 38.578678073325499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4700", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483428696955997, 38.578647097827201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4891", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485769026848999, 38.573637946299399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485593474393994, 38.5736581193989 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4893", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485792504464996, 38.573583647223401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4895", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485815982052003, 38.573529347241603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485636524482999, 38.573548104867498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4897", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485839459603, 38.573475047255002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485663356288001, 38.573486048682803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485685546773993, 38.573442831248101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485697763369004, 38.573414593756397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483257170787994, 38.575653114572603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483271684398005, 38.575614363305803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483420323876004, 38.575609991562501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483290183812997, 38.575577499189102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483307108836001, 38.575530153312499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483444336584995, 38.575554562012897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483468349256, 38.575499132458297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5026", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483492361890001, 38.575443702898603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5028", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483516374486996, 38.5753882733338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494842371374006, 38.573545346886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494869599560005, 38.5734827407856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3404", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494896826550004, 38.573420134673803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486719111520998, 38.578334147139699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4066", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486550360093005, 38.578312584513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4067", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486746346667005, 38.578271660963999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4068", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486563968675, 38.5782756648548 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4069", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486773581763998, 38.578209174781897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4070", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486584341199006, 38.578232744588597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486606411658002, 38.578182412062397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3410", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495153345956993, 38.573181756652701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3412", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495180368708006, 38.573119581114099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3415", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495052590602995, 38.573061825003897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495234416369001, 38.572995229127002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3417", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495079614543997, 38.572999649493703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495261440126001, 38.572933053574197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3419", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495106638436994, 38.572937473977099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495288463836005, 38.572870878015202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3626", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487917075043001, 38.582015525306197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3629", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488109026020993, 38.581935147512503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3631", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488133035489, 38.581879957528599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3632", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488000444302997, 38.581836563331699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3633", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488157044920001, 38.5818247675397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3634", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488027884738003, 38.581773488579202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3635", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488181054321004, 38.581769576644902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3636", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488055323970997, 38.5817104147159 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3638", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488082763161003, 38.581647339945199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3640", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488110202303005, 38.581584265167798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3845", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488433425189996, 38.5774597256707 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3846", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488594946527996, 38.577425189015599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3847", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488450354829993, 38.5774286060294 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3848", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488460456002997, 38.577397630086203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3849", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488621977188004, 38.577363093393203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3850", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488477431313001, 38.577360137699202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3851", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488497851095005, 38.577305307455802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3852", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488649007800007, 38.577300997764603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4076", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486855285635997, 38.578021714389898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4083", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486752303054004, 38.5778454442571 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4084", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486951039044001, 38.577778847988498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4085", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486779946957, 38.577781625657998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4086", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486958921842003, 38.577720673276502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4087", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486807591957998, 38.577717807057198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3421", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495120905101999, 38.572874575251497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3425", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495341069240993, 38.572738487298601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3427", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495365424145007, 38.572682714469799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3428", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495229772311006, 38.572646643939798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3429", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495389779015994, 38.572626940734899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3430", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495257606875995, 38.5725829034631 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3431", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495414133850005, 38.572571166994898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3432", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495285440250001, 38.572519162073597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3433", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495438487498006, 38.5725153932447 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3642", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488137641395994, 38.581521190383903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3644", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488165081581997, 38.581458116499398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3650", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488403929938997, 38.5812470281423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3651", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488257168043006, 38.581212067971002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3653", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488284604607998, 38.581149307554902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3654", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488454966909003, 38.581120735333798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4089", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486835235762001, 38.577653988444801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4091", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486862880665001, 38.5775901698307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3434", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495313274720999, 38.572455420682402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3435", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495462842256003, 38.572459619494403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3436", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495341107995998, 38.572391679279498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3438", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495368942360997, 38.5723279387757 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495632864029005, 38.572072652424801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3446", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495505544474, 38.572021506880198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495641199394996, 38.572037837563997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3656", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488482403264996, 38.581057974870603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488548874174995, 38.580921954761799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3661", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488394351538005, 38.5808982649284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3666", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488607096872002, 38.580781360365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3667", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488491371381997, 38.580697548617003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3668", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488630752739994, 38.580726717364897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3876", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489931565988002, 38.574297620320102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3877", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489803195221, 38.574252101685097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489953116446998, 38.574268635227902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489964043135004, 38.574243390695003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489830022267995, 38.574190240023803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489976330022998, 38.5742190683658 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489983259335006, 38.574187436880003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3883", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489856849269003, 38.574128378356399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490006025324007, 38.574132889685004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490028426907003, 38.574074410268103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489883676223002, 38.5740665166825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490032852151003, 38.5740710279767 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4103", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487040158739006, 38.577180006884198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4105", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487067177483993, 38.577117828683797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4106", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487235745985998, 38.5770825602876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4107", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487094196174993, 38.577055651377798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4108", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487262784974007, 38.577020410960699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4109", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487121253929004, 38.576993461626202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4110", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289835533005, 38.576958241859103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4111", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487146503272001, 38.576936812480596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4112", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487177279614002, 38.576853349196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3448", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495532569568994, 38.571959056498301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495673379753001, 38.571959571851799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3450", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495559593468997, 38.571896606105 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3452", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495586618475002, 38.571834154809402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495723935531998, 38.571853133167799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49574406792, 38.571814409349301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495769135282004, 38.5717713998378 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3669", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488518405904003, 38.580635099882301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488654407425003, 38.580672074354197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3671", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488545440378999, 38.580572651141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488678062073006, 38.580617431338602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488572474806006, 38.580510202393697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488599509192994, 38.580447752738998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488626543525996, 38.580385303978701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490055253692006, 38.574012548554499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489910503130005, 38.574004655002497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490079832280998, 38.573969149818602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490097418546995, 38.573922532906003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490137394947993, 38.573829930138103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490148185487996, 38.573796419261399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490164851938005, 38.573760791929999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490183348, 38.573737159084402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490202959604005, 38.573696972667399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490213606056997, 38.573659368376497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487990212160994, 38.575006463114001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488018465021, 38.574941117196303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488046717827999, 38.5748757712716 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488074970591001, 38.574810424439001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495855939801999, 38.571577797799598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495737564546999, 38.571466007076999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495764787235998, 38.571403792636801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495903580228003, 38.571468922930698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495792009870996, 38.571341579090998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495927399238994, 38.571414485483899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495819232464996, 38.571279364637903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495949463640002, 38.571370598898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495835095819999, 38.571232344774103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488866793306997, 38.580172710971702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488893620300999, 38.580111281049902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488920446101005, 38.580049851116698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488947272996, 38.579988422083197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3903", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490043388485006, 38.573678635680402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490229682476993, 38.573631785246903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490246081888003, 38.5735924035925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490071231453996, 38.573614425297698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490264518949999, 38.573555817381703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490276293586007, 38.573520922544901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3909", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490099074379003, 38.573550214007398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490289022721996, 38.573479804010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490308867037996, 38.573440437515899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4266", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489887603360003, 38.570597102289803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4268", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489914631402002, 38.570534692851297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489941660550002, 38.570472282510501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489968689644996, 38.5704098730642 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489995717545, 38.570347463606502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490022746544994, 38.570285054147497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3482", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491464820325007, 38.578278365782303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3483", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491332412903006, 38.578242853624602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3485", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491359441490005, 38.578180757364102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3487", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491386470029994, 38.578118661097101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3488", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491545905639001, 38.578092076889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3699", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488969895175998, 38.579597378735301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3701", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488997129961007, 38.579534734379699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3703", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489024365846007, 38.579472090022797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489051600536001, 38.5794094456542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490281939819994, 38.573148278875202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3922", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490308968228007, 38.573086065741599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490471089601002, 38.573056461565201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490486581729996, 38.573022441624701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490504169142994, 38.572983949844001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3928", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490363023767003, 38.572961637648298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490513630023003, 38.572957412328499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490522841621996, 38.572919821514603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3931", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490390052039999, 38.572899423594599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4207", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488534828734004, 38.573702754955697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4206", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488712179306006, 38.5736847420877 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4209", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488561856912, 38.573640816094503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4208", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488739207322993, 38.573622803185003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4211", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488588885043001, 38.573578877226801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4213", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488814277157005, 38.573450514775203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4215", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488838639619999, 38.573394434322502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488659729733001, 38.573408512583299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4217", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488863002051005, 38.573338352963802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3498", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491670670771995, 38.5778057649107 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3500", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491694678303006, 38.577750264285299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3501", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491597890604993, 38.577631019131701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3503", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491625328758005, 38.5775675903812 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3717", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491152110917994, 38.5745426825358 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3719", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491179135465003, 38.574480978191097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3721", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491342938496004, 38.574451065760499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491206159965003, 38.57441927384 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3723", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491356703540006, 38.574424263307101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490531126842995, 38.572890463521396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3933", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490539048841995, 38.572866007509802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3934", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490409030921001, 38.572850087554002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490552090229002, 38.572840424483303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490567710251, 38.572808088871 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490482944883993, 38.572664943503398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3941", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490646349996993, 38.572671416639501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3942", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490656776272999, 38.572644023004102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490510175693998, 38.572602298784297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3944", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490677214377996, 38.572600990608798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3945", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490689829725994, 38.572571897601001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490537406456994, 38.572539654058602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3947", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490702773674997, 38.572519278219602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4219", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488887364443997, 38.573282271599901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4221", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488911726797994, 38.573226190230798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488737157857003, 38.573229175212902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4223", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488936087967005, 38.573170108851599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488771100208993, 38.573152141684197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489558992213006, 38.571736370105498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4233", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489430533743999, 38.5716858236432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492713227311995, 38.575027739819497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492872433277, 38.575001743797301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492740049892006, 38.574966191887803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49289925571, 38.574940195828702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492766871284005, 38.574904643044 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3516", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492926076955001, 38.574878646948001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492793693772001, 38.574843095099801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3518", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492952899295005, 38.574817098966903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3724", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491368605725995, 38.574396533752598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3725", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491233184419002, 38.574357569482501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3726", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491381122148994, 38.574361522245603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3727", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491395687367003, 38.574326626044503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3730", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491413482137006, 38.574284458479099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3736", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491488524958001, 38.574112573647298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3948", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490712116992, 38.572491024863801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490564637172, 38.572477009326597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3950", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490720053030003, 38.572466998629601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3951", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490734807487001, 38.572443041130001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490591867831995, 38.572414365488903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3953", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490743830241001, 38.572419018773999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3954", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490751016076999, 38.572388193773698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490619098451006, 38.572351720743903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3956", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490760082652002, 38.572358191457099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3957", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490768651208995, 38.5723395986074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490646329022994, 38.572289075992401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490049774357004, 38.570222643776198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4286", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490187444716, 38.569907625511902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4288", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490210204351996, 38.569855199863603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4290", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490232963953005, 38.5698027742107 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4292", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490246262490999, 38.569755592451401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492820516218998, 38.574781546248502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3520", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492979720448005, 38.574755550073597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3521", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492847337466003, 38.574719998286703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3522", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493006542695994, 38.574694002079902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3524", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493034718909001, 38.5746284411102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493059256231007, 38.574572051541502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493083792373994, 38.574515661061703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3529", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492937184146996, 38.5744910668502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3737", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491341822223006, 38.574082111256203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3738", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491506254591997, 38.5740779192597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3739", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491515565569003, 38.574047102647398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3740", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491368120554, 38.574023709066999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3741", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491528054528004, 38.574014476578398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3742", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491550457491002, 38.573979614784299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3744", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491562962187999, 38.573944937439201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3745", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491577541845004, 38.5739079908384 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3746", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491432889471994, 38.573884560956003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485141342372003, 38.581562259111301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485166670853005, 38.581503992729203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3968", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485191999286002, 38.581445727242503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3970", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485217327683998, 38.5813874608492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3972", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485242656040995, 38.581329194450397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485267983201993, 38.581270928941699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493108328478002, 38.574459270576597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3531", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492959118092003, 38.5744407397437 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493132864543, 38.574402880086303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3533", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492987160089001, 38.574376293507598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493157401716999, 38.574346489595698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3535", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493015202036005, 38.574311847264603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493043243925001, 38.574247401915599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3539", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493060663975001, 38.574198234296198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491772972061995, 38.573452371888401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491785919055005, 38.5734159892625 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491796702545003, 38.573378195342201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491806257061, 38.5733431248415 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3765", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491674831712004, 38.573291034540098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3984", "timelimit": 15.0, "pkgtype": "White Zone", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485394622998001, 38.580979598631998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3988", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485445279084004, 38.580863066651098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485470607069004, 38.580804800201797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489586020439006, 38.571674195876497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4235", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489453609860007, 38.571638721133297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489613048617997, 38.571612021641101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4237", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489480638141004, 38.571576546928704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489640076750007, 38.571549847399297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4239", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489507665226995, 38.571514372712798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489667104834993, 38.571487673151204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4241", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489534693414001, 38.571452198495599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489694131725003, 38.5714254988916 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4243", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489561721559994, 38.571390023371102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489721159715003, 38.571363324630802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489593728684, 38.571269174968101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3545", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493247171397002, 38.573802005066 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3547", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493266675205007, 38.5737575275963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3549", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493286180135996, 38.573713050128298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3551", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493305683895997, 38.573668572651997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3553", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493325187623995, 38.573624096073203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491835689712005, 38.573298774078999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491858830607995, 38.573255799288098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3768", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491701858965996, 38.573228820180397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491878069231007, 38.573218041573497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491894473612007, 38.573171053441399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3771", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491728886166001, 38.573166606715297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3777", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491970878833996, 38.5730025175111 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3778", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491985197977002, 38.572975507507401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485667256992997, 38.580351533706398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4003", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485694496383005, 38.580288693739398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485721735718002, 38.5802258546668 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488159727400998, 38.574614386597197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488208138429997, 38.574502718260099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488235168881005, 38.5744405443494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488262198138003, 38.574378370427198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3555", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493344692483006, 38.573579618595303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3557", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493354097671997, 38.573566117482002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493392686964995, 38.573459106707197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493419916113993, 38.573396539685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3566", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493593925422999, 38.573339201313097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493447144068, 38.573333972651398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3568", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493614976703995, 38.573296057575902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3780", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491997188493997, 38.572947714313699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3781", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492009198744, 38.572920694174698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3783", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492020028352997, 38.5728938021863 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3785", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491878867023004, 38.572850810787401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3784", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492028581732995, 38.572865860573998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3786", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492040546403999, 38.572841692470398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3788", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491906297493998, 38.572788167522397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3787", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492051382827, 38.572817386082399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3789", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492061070876005, 38.572788676477202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3791", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491933726773993, 38.572725523344999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3790", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492074287134002, 38.572754410306601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485739886806996, 38.580175686872899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485859658387, 38.579968586438198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485877867561001, 38.579910336935498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486027667917, 38.579882893191503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485897937320004, 38.579843620054802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4136", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487527539336995, 38.576065068696998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4138", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487553407934996, 38.576005198797098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4140", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487579277630999, 38.575945329797399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4142", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487605146142997, 38.575885459885797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3570", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493648275911994, 38.573232906245799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3572", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493670281693994, 38.573179608164899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493519368126996, 38.573152566129799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493545198494999, 38.573097384814801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493674288155006, 38.572813338283297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3582", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493829557189997, 38.572805620054403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493697141254003, 38.5727701501607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3792", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492086342095007, 38.572717555267701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3793", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491961156006994, 38.572662879160902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3799", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487399731983999, 38.579768172415001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3800", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487409833944994, 38.5797371965648 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3802", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487426560374004, 38.579706703194397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3803", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487436662313996, 38.5796757273419 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486072998330997, 38.579791169618197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485916115891001, 38.579789608229099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486096830256002, 38.579736527908601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4023", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485927066933002, 38.579739800324703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485947900137006, 38.579694220964498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486231960916996, 38.5794465460976 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486097677079997, 38.579375394560302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4862585905, 38.579385076261303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489760138932994, 38.571249403281399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489621366375999, 38.571205512434403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489784322784004, 38.571193698421801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4251", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489649005166001, 38.571141849899099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489808505450995, 38.571137993552099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4253", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489676642758994, 38.5710781873521 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489832689219995, 38.571082289583202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4255", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489704281450997, 38.571014524803502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489862655427999, 38.571024347138803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489726120279002, 38.570955364589203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489891669607005, 38.570964891489503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489738900996997, 38.570916320206202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3584", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493856580951999, 38.572743444824397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493724166264997, 38.572707974966697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3586", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493883605814005, 38.572681269593097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493751191228995, 38.5726457997662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3588", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493910630635995, 38.572619093454598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493774225186996, 38.572577271101601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3590", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493937655403997, 38.572556918210502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493792624180998, 38.572528128376199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493873582465994, 38.572347936403098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3805", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487453387564003, 38.579645234863399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3806", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487463490631001, 38.579614259013503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3808", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487480215855001, 38.579583766531201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486124306746007, 38.579313925655597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486286861226006, 38.5793223326258 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486150935224998, 38.579252455838699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4037", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486313490716, 38.5792608627766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4039", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486340119005007, 38.579199393816999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4041", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486371693874005, 38.579131536015701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4201", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488453743918001, 38.5738885715012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488631094973002, 38.573870558757399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4203", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488480772236997, 38.573826632659099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4202", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488658123131003, 38.573808619873901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4205", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488507800508998, 38.573764693810602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4204", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488685151241995, 38.573746680984002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3598", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494037004172995, 38.572328867114301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493898720806996, 38.572285239409197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3600", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494061359956007, 38.572273094559499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493923865446007, 38.572221486586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493949011187993, 38.572157733764101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493979544023006, 38.572092949534799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494011398108995, 38.572031337724198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494023886750995, 38.571990616835002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3819", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487631289044998, 38.579273469098197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487641391989001, 38.579242492331701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3822", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487658525751996, 38.579210863799602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3823", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487668627521003, 38.5791798879265 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3824", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487806863122003, 38.579231346202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3825", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487685761256003, 38.579148259390202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3826", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487695863005001, 38.579117283514698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3827", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487830694514997, 38.579176567203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487712996713, 38.579085654974399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3829", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487723098440995, 38.579054679096501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487854525871995, 38.579121788198997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486455401970005, 38.578936506447498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486479234303005, 38.578881727726397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486503066598999, 38.578826949000302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486526897711002, 38.578772170264202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486550729933995, 38.578717391528102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4144", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487631015759007, 38.575825589973398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3615", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487915352691005, 38.582359524186103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487782923121003, 38.582324045736897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3617", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487942183298998, 38.582297819722498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487809753830007, 38.582262341304002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3619", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487969013853998, 38.582236116153602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487836584486999, 38.582200637765702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3621", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487995844368996, 38.5821744116774 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487863415103007, 38.582138933320302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3623", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488022673684, 38.582112708090797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3624", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487890245667003, 38.582077229769297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3625", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488049504106002, 38.582051003602103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3831", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487740232121993, 38.579023050552102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3832", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487878356045002, 38.579067009185003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3844", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488423323996003, 38.577490701611502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6404", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467507666794006, 38.570754947579097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6406", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467534918218007, 38.570692151513597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6408", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467562169594004, 38.570629355441703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6410", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467589420921996, 38.5705665593633 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483876404102006, 38.586241315934998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483809711009002, 38.586223564642502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468908077109006, 38.574395878092901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5970", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469100518958996, 38.574328957430801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5972", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469124185455001, 38.574274456238101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468951199339998, 38.574295265444597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5975", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469147851914002, 38.574219955040498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5976", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468976363874006, 38.574244269340198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5977", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469171518343998, 38.574165452937102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5978", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469003410718003, 38.5741819819022 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6178", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467701023415998, 38.574140867388799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467697586263, 38.570314229686502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467726464506001, 38.570247596926102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6422", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467755343842995, 38.570180964163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5985", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469084554404006, 38.573995120466499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469374377988999, 38.573738017742002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5991", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469227459039004, 38.5736529715169 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469402037281, 38.573674164556998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5993", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469255014712999, 38.573602905232597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469429695382999, 38.573610310459102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5995", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469276763389004, 38.573546683510799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467873924611993, 38.5737214195196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6195", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467897767164999, 38.573666953617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6204", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468044335727996, 38.5733187553965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6206", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468064431307994, 38.573272421764898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6437", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464468926150005, 38.574738506348403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6438", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464296926987004, 38.574727189851501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6439", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464501362015994, 38.574665174637197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6440", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464325606393999, 38.574661105648303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6441", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464526350038, 38.574597620160802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469304421553005, 38.573482829442703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469512671678999, 38.573418749036797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469422938872995, 38.573216760091199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469578263382004, 38.573259038424297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469449580908005, 38.5731552544772 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6009", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469601574050003, 38.573205221990001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6208", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468088187635004, 38.573217629302903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6220", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468230728275003, 38.572888874442697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6442", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464354285748996, 38.574595021437801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6443", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464562565354001, 38.574514132973199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6446", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464413560783996, 38.574454143870597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6447", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464627534775005, 38.574354390703299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6448", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464453445494996, 38.574375034040401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469476221742994, 38.573093749752601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469502862531996, 38.573032245021899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6013", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469648196435998, 38.573097588211702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469529504422994, 38.572970740290202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469671506999006, 38.573043771763203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469694818674, 38.572989955315201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469718129173003, 38.572936137956397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6222", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468254484346005, 38.572834081946098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6224", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468278241529006, 38.572779289449898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6226", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468301997528002, 38.572724496943501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6456", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464560947799001, 38.574170940954801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6458", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464582306954995, 38.574121416473702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6459", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464762796417006, 38.574081874667797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6460", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464603667223003, 38.574071892894899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6461", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464777696265003, 38.574050149060298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6462", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464625026319993, 38.574022368405899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6464", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464646385386999, 38.573972843912898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469836702606997, 38.572603351554598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6026", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469705884483005, 38.572564210141799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6027", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469860545965005, 38.5725485249 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6028", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469731316959994, 38.572505727742303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469884389287003, 38.5724936982404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469756749389006, 38.5724472462379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469908231424995, 38.572438871570498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469782182922998, 38.572388764733198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469932074672997, 38.5723840449009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6790", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473593542044, 38.583622792484 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6793", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473494931093001, 38.583472114930501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6794", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473451274739006, 38.583584874522799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6795", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473428244448002, 38.583454340545998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6798", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473309007591993, 38.583546955485801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6799", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473294868959997, 38.583418791651297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6802", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473166740590003, 38.583509037174899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6803", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473161493605005, 38.583383242602999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469807615275002, 38.572330282316798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469955917891994, 38.572329217325503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6037", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469979759918999, 38.5722743906408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469873803571005, 38.572185811159599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6042", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470027446160003, 38.572164737266903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469909344252997, 38.572096354396102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470051288077002, 38.572109910567299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6485", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465947020493999, 38.570953606876401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6487", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465966464028, 38.570907091317103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6489", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465992091662002, 38.570847857475599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6491", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466017719245997, 38.5707886245292 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6700", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477456377869999, 38.584650679813997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6702", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477374127906003, 38.584628478028101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6710", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476962232049004, 38.584519586012398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6712", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476901976765006, 38.584503544485997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470075131106, 38.572055083868001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6047", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469960208491003, 38.5719793904019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470098972957004, 38.572000256257603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469985640545005, 38.571920908846799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470122815913001, 38.5719454295484 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470011073704001, 38.5718624272913 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470146658830998, 38.571890602834202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6053", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470036505680994, 38.571803944823998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6275", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469008902233995, 38.571070675963298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6277", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469036153039994, 38.571007801169301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6279", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469063403798998, 38.570944926368803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6503", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466350749095994, 38.570421131717701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6505", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466378001410007, 38.570358335924197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6507", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466403315804996, 38.570307156380402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6508", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466253564005001, 38.5702257662306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6509", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466430568030006, 38.570244360574499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6510", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466280816329999, 38.570162970459798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6806", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473024474894004, 38.5834711177936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6807", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473028119524997, 38.583347694307001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6808", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472953341527997, 38.583452158034703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6811", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472894744436005, 38.5833121449513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6812", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472811074904001, 38.583414239286697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6813", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472828058088993, 38.583294370220997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6814", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472739941651994, 38.583395279396697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6060", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470301833280004, 38.571545184436999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6062", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470320400595995, 38.571490354267901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6064", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470347651842005, 38.571427440433503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6066", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470374901899007, 38.571364525686498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6070", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470429403004005, 38.571238697980199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470456652916994, 38.571175783213697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469090654509003, 38.570882051561902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6283", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469117905171998, 38.570819176748401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469146445885997, 38.570758581711203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6287", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469192277310995, 38.570687728151597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469217720065004, 38.5706295278924 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6291", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469243161630004, 38.570571327622297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6293", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469268603154006, 38.570513127346601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6511", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466457820206998, 38.570181564762102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6512", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466308068608001, 38.570100174682601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6513", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466485072328993, 38.570118769844001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6074", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470493143761999, 38.571119868346003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6076", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470518410037997, 38.571061666998297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470402192961004, 38.570960621282403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6078", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470543675125995, 38.571003465639699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6079", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470431068070994, 38.570894104960701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6080", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470568941319996, 38.570945264280802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6081", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470459944267006, 38.570827589537799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6082", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470594206325003, 38.570887062911098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6083", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470488819268994, 38.570761073201503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6084", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470619472435999, 38.570828861541003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6085", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470517694210002, 38.570694557758799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6086", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470644737358995, 38.5707706601602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6087", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470541274398002, 38.570644264883597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6088", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470670003387994, 38.570712458778999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6295", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469294045783002, 38.5704549270705 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6302", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465609633143998, 38.575122560316501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6304", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465639074270996, 38.575067406302097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6306", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465666531601002, 38.575004219725599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488518832965994, 38.587593109213302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488305686421995, 38.587536369508101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6718", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476694374234, 38.584451924563098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6095", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470786519160001, 38.570415717753903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6097", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470814987663005, 38.570350102179198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6099", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470843457260997, 38.570284486602603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470871925652006, 38.570218871914697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465743115947006, 38.574833956610398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6314", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465762769316996, 38.574786397910302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488234638795007, 38.587517456491199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488163590056999, 38.587498543425603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488092541358, 38.587479630316402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22271", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488021492702003, 38.587460716262697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487950445226005, 38.5874418030714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487879396639997, 38.587422889831402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487808348090994, 38.587403976547698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470900393996999, 38.570153256318797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470928862289995, 38.570087640715798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6115", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471081243724996, 38.5697824975855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6117", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471108142998006, 38.569734996330197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487595203824995, 38.587347235539497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6531", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487293912027994, 38.587156045920402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6533", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487214385262007, 38.587134858702001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6537", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487055330717993, 38.587092484997001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6539", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486975804094001, 38.5870712976146 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6541", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486896276368995, 38.587050110172598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6120", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471141558702001, 38.569650239382199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6339", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466085590643999, 38.574038140062399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466166258147993, 38.573835860471803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466193103186995, 38.573774317791496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6551", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486498643038999, 38.586944173063998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6555", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486339589344993, 38.5869017983756 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6557", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486260063146005, 38.586880610501602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6354", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466275909453998, 38.573593634407104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466296724182996, 38.573529723367102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466323658272998, 38.573467445033998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6360", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466350593463005, 38.573405166699999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6787", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473694994674005, 38.583525437869199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6788", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473664675749006, 38.583641751849399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6789", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47362830678, 38.583507663594702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6374", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466570893517002, 38.572912110643699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6376", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466591940043003, 38.572859190675402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6378", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466612962545994, 38.572809479591598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6382", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466667465529994, 38.572684437413699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6692", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477730725325998, 38.584718995792102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6694", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477675276265998, 38.5847053502142 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6696", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477613380384, 38.584691674621503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6698", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477546155192996, 38.584672072268702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467577913770995, 38.574417806646302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6170", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467604558424, 38.5743562239836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6172", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467631201882995, 38.5742946413094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6176", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467684489811006, 38.5741714759478 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6388", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466744086429998, 38.5724991117062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6390", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466771338021005, 38.572436472573003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466853092492997, 38.5722485569366 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484320988251994, 38.5863590504336 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484254294937998, 38.586341299397198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484120908410006, 38.5863057972091 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5107", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481191621256002, 38.577341049250798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5108", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481076028516995, 38.577266662108102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5109", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481215282161997, 38.577286339296101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5110", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481103067652001, 38.577204136720603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5111", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481238941883007, 38.577231629331202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5117", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481228629715005, 38.576919534872502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5118", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481388215522998, 38.576910343626601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5119", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481255872274005, 38.5768566175704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474189157544998, 38.572516144203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5759", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474392875334004, 38.572425760684901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474269682994006, 38.5723296286411 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5763", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474446558210005, 38.572301416586498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474296523955999, 38.5722674561706 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5765", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474473400148, 38.572239244980999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474313259436002, 38.5722362593119 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5120", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481415457931007, 38.5768474271879 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5121", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481283114777995, 38.576793701162799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5122", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481442700296995, 38.576784509841801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5123", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481310357241, 38.5767307838478 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5125", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481337599648995, 38.576667867427197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5127", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481364842016006, 38.576604950099302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5128", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481524468193001, 38.576590104819203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5129", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481392084327993, 38.576542033665703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5131", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481410664877998, 38.5764670217184 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5341", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478220379286995, 38.576986900606897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5342", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478379445433006, 38.576960491412699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5343", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478241582327001, 38.576939806267497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5347", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478437872892002, 38.576845053318202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5348", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478299420490998, 38.576801873783602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5349", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478466272649001, 38.5767794364805 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5351", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478494721055995, 38.5767101405905 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5352", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478353507920005, 38.576676967561902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5549", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481166903873003, 38.570181681395802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5550", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481334977432994, 38.570147458164001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5551", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481194143343004, 38.570118842476703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5552", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481358945636003, 38.570074127114303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5553", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481221382759003, 38.570056004451999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5555", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481248622126998, 38.569993166420801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5556", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481406707375001, 38.569951316373398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481430526447994, 38.569898167442197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5770", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474527495865999, 38.572119263965597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474367724982002, 38.5720837198078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5772", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474544726439007, 38.572080659438498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474396396871001, 38.5720173988867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5774", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474572609556006, 38.572017017767301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474425067566997, 38.571951077052397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5776", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474602756394006, 38.571945170177699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474453738208993, 38.571884755211002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5780", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474665201720995, 38.571816417117901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474511080474997, 38.571752112412597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5133", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481437908524995, 38.5764039088847 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5134", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481597908406997, 38.5764130632773 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5135", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481465152122993, 38.576340796044597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5136", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481621745720005, 38.5763578396189 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5137", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481492395673001, 38.576277683197901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5138", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481645584149007, 38.576302615059902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5139", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481519639181002, 38.576214569443898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5140", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481669422535006, 38.576247391396798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5141", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481546882635001, 38.576151456584299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5142", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481693259737, 38.576192167723597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5143", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481574126040002, 38.576088343718197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5353", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478520792636999, 38.5766463384697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5354", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478380555518001, 38.576614523017902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5355", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478553889474, 38.576580732859298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5356", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478407629895997, 38.576548409233503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5357", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478584646277994, 38.576515116700101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5566", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481589839709997, 38.5695656697755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481449883208001, 38.5695105539276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481470059610999, 38.569468646282502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5570", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481635144910001, 38.569461507324597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5571", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481497110635004, 38.569406399240002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5572", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481662195786996, 38.5693992602436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5789", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472527273655004, 38.573317213154198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5790", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472377940125, 38.573262664334301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5791", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472391397018995, 38.5732370320653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5793", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472407142692006, 38.573205592228703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5794", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472418529322994, 38.573174216307201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5796", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472431057182007, 38.5731449410737 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5153", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481764106631005, 38.575637080011802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5154", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891566003, 38.575727619520698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5155", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481791144827, 38.575574515724398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481918605275993, 38.575665054307898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5367", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478571629146003, 38.576143073066604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5369", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478595206666, 38.576089315511801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5370", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478787516565006, 38.576061182524398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5371", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478614579804997, 38.5760353191977 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5372", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478814762667, 38.575998030669503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5373", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478637834641006, 38.575984406115701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5374", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478842008713997, 38.575934879708903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5375", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478667009372003, 38.575924326932501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5376", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478869254719001, 38.575871727840898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5573", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481524161606004, 38.569344153091997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5574", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481689221614999, 38.569336979710997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5576", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481716235750994, 38.569274722543199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481579064450003, 38.5692302318892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481787691676999, 38.569093448604498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481647873469996, 38.569076580302799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481811705602993, 38.569037882460798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481675316600004, 38.569013075521198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481835718343007, 38.568982316306901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5797", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472446151368004, 38.573117794643998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5799", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472454073462004, 38.573092306512898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5800", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472467286873993, 38.573064209170397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5802", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472480472048005, 38.573033876570598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5803", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472496116463006, 38.573001685812898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5804", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472652308801997, 38.573042711722103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5805", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472507865032, 38.572972878189603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5806", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472522626867004, 38.572941626646703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5807", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472676240027994, 38.572987523637401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5808", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472536784789, 38.5729118083811 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5157", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481818184130006, 38.575511950534903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481945643353995, 38.5756024890836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5159", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481845223386003, 38.575449385339098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5161", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481872262587004, 38.575386821037696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5162", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481999721657004, 38.575477359527 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5163", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891495849993, 38.575324220893798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482047372891003, 38.575367269595397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482071387483998, 38.575311874568399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5167", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481950633015998, 38.575204271637197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482095400892007, 38.575256479531298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5383", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478756969035004, 38.575711823857603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5384", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478946755482994, 38.575672360374703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5385", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478786588869994, 38.575643571906902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5386", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478970685001002, 38.575604602583503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5387", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478820910760007, 38.5755716699611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5388", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478994524114995, 38.575549688473302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5389", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478850531635999, 38.5755034161973 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5587", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481702759675997, 38.568949571633901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481859731054001, 38.568926749247197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5589", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481730202709002, 38.568886066839198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481883743720005, 38.568871183083203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481907756347994, 38.5688156169143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473110998568998, 38.571952172744197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473138040631994, 38.571890080732203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5858", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473183825980001, 38.571781979585701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5859", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473036286278997, 38.571754341471099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5860", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473049780845002, 38.571724470575198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5862", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47306202563, 38.571696162451403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5863", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473075602487995, 38.571665245984903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5169", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481978076809, 38.575140963179301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5171", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482005520553002, 38.575077654715002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5173", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482032964241, 38.575014347144901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479105023475, 38.578753826852598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478950522499005, 38.578722260544097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478977768031996, 38.578659305943802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5390", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479027790716998, 38.5754838078199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5391", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478877787998002, 38.575438822938501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5392", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479050707572995, 38.575429608463999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5394", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478909705044998, 38.575376084879601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5401", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479198969449001, 38.575078444534803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5602", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482568430548, 38.567286174758003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5603", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482456487708006, 38.567205491742897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5604", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482595465453997, 38.567223688654998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5605", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482487575926001, 38.567140908481001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5606", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482622500312004, 38.567161202545599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482514610847005, 38.567078422396698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5608", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482649535128999, 38.567098715528999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482541644579996, 38.5670159354001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5616", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482744161818005, 38.566872724937603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5940", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471766944075, 38.571297722574599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5943", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471958356779993, 38.571170669298297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5945", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471983620477999, 38.5711125018586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5946", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471853566101998, 38.571098291487097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5947", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472008885283003, 38.571054334418498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5948", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471882440767999, 38.571031814446897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479183394299994, 38.578550222618603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479235825919005, 38.5784243031393 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479086748561002, 38.578407483869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479113993859997, 38.5783445283354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5193", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479292126397993, 38.578294263217202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5195", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479315963017001, 38.578239622902103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479170693591996, 38.578210284879503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5403", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479226211371994, 38.575015763735699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5404", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479105718197005, 38.574926624682298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5405", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479253453246997, 38.574953082930101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5406", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479132960144, 38.574863943905001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5407", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479280695080007, 38.574890401217203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5408", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479160094888002, 38.574815940057903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5410", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479182052205999, 38.574764073287298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5412", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479325126240994, 38.574788676248403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5620", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482790760735, 38.566765017390701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473403466443997, 38.570905248760802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5891", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473418536246996, 38.570871807524099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473572634441993, 38.570866685012803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5893", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473431804328996, 38.570843969781301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473443567036995, 38.570816256720498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5895", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473601100562007, 38.570801068753397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5896", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473454370240006, 38.570788562717297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473469235151995, 38.570755510630903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473629566623003, 38.570735453387798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473481583002993, 38.570732473184101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5198", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479339798452003, 38.578184982576801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479197935025994, 38.578147838316198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5200", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479363634997995, 38.578130342251697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5202", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479387470353998, 38.578075702817401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479252417737001, 38.578022946971799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5204", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479411306827004, 38.578021062482399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479275457559993, 38.577971800363898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5206", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479435143263004, 38.577966422142502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479296390146999, 38.5779271118151 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479238615065995, 38.574632294042203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5417", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479376162150999, 38.574652936958998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479265880553996, 38.574569029558901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5419", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479411866362994, 38.574575616755702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479293145987, 38.574505765969803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5421", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479442841722999, 38.574505614887698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5423", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479471406944, 38.5744447480836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5424", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479347631859, 38.574379251183103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5425", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479497637044005, 38.574380220337503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5426", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479374861644004, 38.574315977505101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5903", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473679697275998, 38.570623170022003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5905", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473703004494993, 38.570569284293697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5907", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473726312832, 38.570515397664998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473594201801006, 38.570476594397597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5909", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473608088161996, 38.570449237823397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5911", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473621639124005, 38.570420367115197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5912", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473637875343996, 38.570388850967603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5913", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473772928247001, 38.570407625289 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5214", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480060660556006, 38.576523285914803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5215", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479932527933997, 38.576454062897596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5216", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480087905993997, 38.576460251779601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5217", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479966034669999, 38.576379738946699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5218", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480115150236998, 38.576397217632703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5220", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480142394431994, 38.576334183479297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5221", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480020523269005, 38.576253669802703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5222", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480169638579, 38.576271149319403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5223", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480047767491996, 38.576190635671502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5225", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480068058857, 38.576128918049498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5427", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479526190165998, 38.5743175381578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5433", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479664943854999, 38.574019271224302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5435", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479692030817006, 38.573956955385903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5437", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479719117738995, 38.573894638640198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5439", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479746233815007, 38.573832251749401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5954", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468906826668999, 38.574803400724299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468746879064, 38.574786525429502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5956", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468933669709003, 38.574741857409499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468763293869003, 38.574735765792198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5958", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468960512696, 38.574680314989202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5960", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468987354494999, 38.574618771656603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468816978945, 38.574612680118399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5962", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469014197389996, 38.574557229223799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468843821983995, 38.574551137725003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5964", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469041039096993, 38.574495685878603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468870663835006, 38.574489594419298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468897506782, 38.574428052013403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5968", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469076851278999, 38.574383458613397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5226", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480215970207993, 38.576164488422798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5229", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480257909911998, 38.5760670906351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5231", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480279640988996, 38.576018496503998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5232", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480138772550006, 38.575971012841798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5233", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480301382668998, 38.575968285306097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5236", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480187157627995, 38.575864128746602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5238", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480208127791997, 38.575814119506298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5440", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479592337574999, 38.573817375385403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5441", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773212975005, 38.573769906579201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5442", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479619316864003, 38.5737550302511 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5443", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479797258684997, 38.573716550887397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5445", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479646294958002, 38.5736926851053 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5449", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479859137510999, 38.573553453918599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5451", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479884282567994, 38.5734956788421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5452", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479716153772998, 38.573511119651201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476903446999003, 38.576921543336702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476758372451997, 38.5769396741373 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476910558392007, 38.576896740431003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476926754399997, 38.576869458762403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476785043052004, 38.576878137261097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476944663137999, 38.576842585729302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476953844990007, 38.576816827314502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476811713605997, 38.576816600378599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5809", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472549269124997, 38.572880801411401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5811", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472566016624995, 38.5728524480894 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5812", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472576085187995, 38.572823314788103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472722316867006, 38.572875730316298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5814", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472588939109997, 38.572794002284901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5815", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472603877755006, 38.572769249712501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472746266534003, 38.572817721590702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5817", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472614766473995, 38.572741714733397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5818", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472630082975996, 38.572709777418098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472770197610998, 38.572762533486397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5820", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472643815786995, 38.572679859906103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5821", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472659441765003, 38.572650142907897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5240", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480233251992999, 38.575759277581597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5243", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480252578854007, 38.575709560053198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5247", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480984051448004, 38.5743970832618 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5248", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480857121156006, 38.574360642184203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480866523930004, 38.574334092567902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5251", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480878386014993, 38.574301866615201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5252", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480894591479, 38.5742674754622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5253", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481038127673003, 38.574272346029304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5453", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479911819807995, 38.573430575798596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5454", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479744891419003, 38.573445091415003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5455", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479939356996994, 38.573365472748499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5456", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773553954004, 38.573379126797903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5457", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479964431529993, 38.573307593735002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5459", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479989468756003, 38.5732497893231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5461", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480014507082004, 38.573191985811697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476964716027993, 38.576789836895998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476967393492004, 38.576757435605501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476865053422003, 38.576693527490796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476891723837994, 38.576631990589803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477050856730997, 38.5766058303698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476908288141004, 38.576601428618801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477126490806, 38.5764505663047 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5914", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473652098906996, 38.570359180614503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5915", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473667217859003, 38.5703280674892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5916", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473799877738003, 38.570352947994103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5918", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473682327456999, 38.570297131796401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5924", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471718733328004, 38.571723664151101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5925", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471580187987001, 38.571686703995397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5257", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481092203708002, 38.574147608771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5258", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480948433408997, 38.574148607466697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5259", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481119240506999, 38.574085240127602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5262", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480971817308003, 38.5740791675521 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480996290383004, 38.574028006314897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5264", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481195001575998, 38.573910610134298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5266", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481220081033996, 38.5738528867304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5268", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481245161605997, 38.573795162425299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481036687965002, 38.573878982630703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5468", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480007629978005, 38.572864128310798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5469", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480161288410002, 38.572844750949599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5470", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480028740283004, 38.572809588219997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5471", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480189490312995, 38.572779234611801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5472", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480056942293999, 38.572744071914499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5473", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480217691023995, 38.572713717361097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5474", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480085143105001, 38.572678555596802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5476", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480113508331002, 38.572612989560703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5478", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480144261964995, 38.572536509963101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5479", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480295523454004, 38.572533837811598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5687", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476963269367999, 38.576450254203699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477135080254001, 38.5764190286462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477140798394998, 38.576395149160099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5690", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476970500057007, 38.576390543861002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477147520326, 38.576362867933703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477160770807004, 38.5763331441104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477167449643005, 38.576306741043801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477185363877993, 38.576279242776302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5697", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477033601578995, 38.576262868171298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477200536107006, 38.576243325849703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5699", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477214701446997, 38.576216545779999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5864", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473213633827001, 38.571723114546401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5866", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473259615757996, 38.571607786363103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473284878938998, 38.571549721343899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5869", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473133128464994, 38.571522812837003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5870", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473148233201997, 38.571485452888602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5871", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473324870214995, 38.571457418947801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5873", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473163106361, 38.571452099978302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5270", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481054278070999, 38.5738473201747 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5271", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481270242129995, 38.573737439015503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5272", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481062737160002, 38.573818749203603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5273", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481077652525997, 38.573788459432798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5274", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481295321472999, 38.5736797146943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5275", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481090409892005, 38.573759973492798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5276", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481102328676002, 38.573731600909198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5277", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481320401917003, 38.573621991273498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5278", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481114314688995, 38.573701872775501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5279", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481127935515005, 38.573676474472897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5280", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481345481179005, 38.573564266941297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481141198228002, 38.573643667386897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5282", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481155008081998, 38.573613577155001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5483", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480350686164002, 38.572397608524099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5484", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480223935856998, 38.5723544792803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5489", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480444710867999, 38.572205978187299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5490", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480318648503996, 38.572143278338402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5491", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480463583703994, 38.572142656840903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5493", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480494168587001, 38.572075718698997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5700", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477060644450006, 38.576200422107497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5701", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477233585972996, 38.5761850537043 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5703", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477075009519993, 38.5761492187276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5710", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477383711301002, 38.5757968321481 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477229405475995, 38.575851742431396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5712", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477392493709999, 38.575764933181397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5713", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477400393446004, 38.575736029316701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472794128645006, 38.572707346277902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5823", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472671072089, 38.572623808594997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5824", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472683515244995, 38.572598358160697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472818070065998, 38.572650748306202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5826", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472697203753, 38.572574428707703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5827", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472705941148007, 38.5725494712988 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5828", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472831209424001, 38.572596922749298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472845031945994, 38.572572710106598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5284", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481166964036007, 38.573587187606201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481179253880001, 38.573555755429197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481474076487004, 38.573268365866099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5291", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481320712276002, 38.573221314130897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5292", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481333678791003, 38.573192919191598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481344683827999, 38.573168502833703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5295", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481362446090998, 38.573131901483798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481530993779003, 38.573137442961801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5501", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480501002184994, 38.571707132835499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5502", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480657415761996, 38.571687101428502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5503", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480523446980996, 38.571661022035002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5504", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480684654537995, 38.571624498658203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5505", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480550685864003, 38.571598419296201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5506", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480711892117995, 38.571561895876201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477256653450993, 38.575788512567399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5715", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477410889235003, 38.575709146171903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5716", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477422345524005, 38.575689321388502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477283901378001, 38.575725282697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5718", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47744311724, 38.5756647819153 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5719", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477452624212006, 38.575634858279102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5721", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477463865488005, 38.575598634386999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5722", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477477789439007, 38.575572345987098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477338397086996, 38.575598822936598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5724", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477500774807993, 38.575541235440099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5725", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477514988416004, 38.575514881676703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5927", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471626923307994, 38.571583426692797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5929", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471646852090004, 38.571537386283197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5930", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471799251175995, 38.571526683614898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5931", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471656673224004, 38.571522319449798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5935", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471843295865, 38.571417093971299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5938", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471726566973004, 38.571353222808398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5939", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471899638628003, 38.571296526221197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5297", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481375030151995, 38.573097387734499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481386150646003, 38.573073976390397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481559452346005, 38.573071981499197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481587910860995, 38.573006520029402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481616369316995, 38.572941059453399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5304", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481455496346996, 38.572915103911797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5305", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481463282646004, 38.5728938001388 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481644827728005, 38.572875597969499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481706067553006, 38.572727586299102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5507", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480577941871005, 38.571533458078903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5508", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480739130798995, 38.571499293092998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5509", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480605180664995, 38.571470854426202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5510", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480766369430995, 38.571436690303202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5516", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480853396878999, 38.5712452850114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5517", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480689784448003, 38.571273683449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477365644876002, 38.575535592145798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477613371973007, 38.575376707295099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477623626915005, 38.575344299642801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477630979327998, 38.575310034755503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477646302758998, 38.575275665294903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477663834563003, 38.575231529258303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477471312266005, 38.575292036763798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477676595812994, 38.5752021076731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477696560173001, 38.5751708753495 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477498554929994, 38.575229473484299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473458769437997, 38.571129149979697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5881", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473326660124002, 38.571087803185399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473342610146005, 38.571054832628199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5883", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473487235766996, 38.5710635337486 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473357612639006, 38.571020257763699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5885", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473372175286997, 38.570988057464298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473515702043997, 38.570997917510397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5887", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473382873578998, 38.570960902628102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5888", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473392338522999, 38.570936507935997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473544168269001, 38.570932301265103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481729546967003, 38.572673424978099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5313", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481540445354995, 38.572698133047197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481753026345999, 38.5726192636523 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5318", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481605905934003, 38.572561824068401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481799984996002, 38.572510940986298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481834103037997, 38.572439144458102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5322", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481638370129005, 38.572484081476297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5323", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481651043141994, 38.572460034719697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5325", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481655558184997, 38.572432962255697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5522", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480925492110003, 38.571071350465402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5523", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480770972721999, 38.5710809150914 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5524", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480951856824007, 38.571013994143399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5527", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480818174339007, 38.5709739632725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477706793268993, 38.5751414423546 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477705375770995, 38.575107138796099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477525797547003, 38.575166910198298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477713008435003, 38.575077693167401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47772013897, 38.575053347054499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477553040116007, 38.575104346905903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477580282630996, 38.575041784507803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5753", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474312350098003, 38.572612276332201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474162315255001, 38.572578315742398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5755", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474339192271003, 38.572550104758001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5839", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472839113858996, 38.572209609672797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5841", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472848884320996, 38.572187711901996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5842", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472857757119002, 38.5721683334571 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473029872099005, 38.572138448741903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5844", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472867236916002, 38.572147565888599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5845", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472880189578007, 38.572122873607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473056914303001, 38.572076356749001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5847", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472892033408996, 38.572095732139303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473083956460002, 38.572014264749797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5331", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478101189978005, 38.577272535179098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5332", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478255609377001, 38.577249969152497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5333", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478118383866004, 38.577223790361998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5334", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478272761756998, 38.577206727707498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5335", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478140278827993, 38.577171396478398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5336", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478299397935999, 38.577145181323999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5337", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478166913953004, 38.577109851021099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5338", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478326121335002, 38.577083785777504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5339", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478193736668004, 38.577048228025298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5534", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480958553454002, 38.570663895857102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5536", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480985388818993, 38.570601761477398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5537", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481144721845993, 38.5705748965947 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5539", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481183322177998, 38.570501805938903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5540", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481039059403997, 38.570477493600102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5541", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481212628178994, 38.570421334907401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5542", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481065894628998, 38.570415359201597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5544", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481082625286007, 38.570384200095603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491943893602993, 38.586066585763298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491913863245003, 38.585921315071801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491871541915003, 38.586047284570299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491846034608002, 38.585903221091897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491799191414003, 38.586027983336997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491778204865, 38.585885126166403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491726839798005, 38.5860086829544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491710376303004, 38.585867031206199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491654488226999, 38.585989381625602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491642546622003, 38.585848937102099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491582137842997, 38.5859700802567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491509786343997, 38.585950779738397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491506888521997, 38.585812746977901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8005", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480671063445996, 38.584162483855998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8007", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480595306322996, 38.584142284646497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8009", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480519549242004, 38.584122085387399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8011", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480443792204994, 38.584101886078798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8013", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480349650413004, 38.5840767844062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8015", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480283430100997, 38.584059127784897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8017", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480217210963005, 38.5840414720317 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8019", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480150991863994, 38.584023815339798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8021", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480084771650994, 38.584006158604801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491437434890997, 38.585931478273999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491439058951002, 38.585794651853703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491365084625002, 38.585912176769398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491371230555004, 38.585776557595601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491292733250006, 38.585892875214597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490928109997995, 38.5856795781568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490860892494993, 38.585661640337896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490793675033004, 38.585643701579201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489114430255995, 38.586413009348497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7807", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489035965900996, 38.586520268887803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489047909792006, 38.586395313192597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488981390502005, 38.586377617904397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8023", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480018552618006, 38.583988501837098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490735184117, 38.585744103285499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490726457597006, 38.585625763682302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490663486127005, 38.585724969073802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490659240203001, 38.585607824845503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490591787027, 38.5857058348127 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490580911777002, 38.585584002877802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490520087966999, 38.585686700507203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490513694458002, 38.585566063956499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490448388944003, 38.585667566157298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490446477166998, 38.585548125896999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490376689960001, 38.585648431762998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490364412765004, 38.585527203542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490304992163004, 38.585629297329298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488914870103997, 38.586359921671999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488848349739001, 38.586342225401403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488811934954995, 38.586461485679301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488781830554004, 38.586324529097702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488726439767007, 38.586438720901803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488715310249006, 38.586306833651498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488697230203996, 38.586428666737099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7820", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488648791130004, 38.586289137271301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7821", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488604243438999, 38.586406053469403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7822", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488582270896998, 38.586271440847803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7823", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488516451289001, 38.586387177471202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488515751845, 38.5862537443912 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488461951329, 38.586373087215399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8045", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479089385536, 38.583740861214899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490297195547996, 38.585509265395899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490233293255997, 38.585610162846201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490229977222995, 38.585491326304798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490161594387004, 38.585591028318703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490162760073005, 38.585473388080601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490089895558, 38.585571893746803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490095542963005, 38.585455448916498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490018196766002, 38.585552759130401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490028325880999, 38.585437510614298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489586368979005, 38.585321534843601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488449231670998, 38.586236048792202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488347603486005, 38.586340478510202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488316192583, 38.586200655682703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7832", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488249673663006, 38.586182959073199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487681899533996, 38.5861677545237 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485839759046996, 38.584448620912703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485841196194997, 38.5843197837427 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485768899934996, 38.584429707202197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485753044817997, 38.584298016664398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485299895804999, 38.584294705772997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485302358018004, 38.584180463185596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485228758616998, 38.584275717521699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487597072008995, 38.586145137808501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487506483836995, 38.585984962849899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487426958436004, 38.585963758660498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487342589776006, 38.586077284587397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7850", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487260573445994, 38.586056899881399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487267907770999, 38.585921351018598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487172934068994, 38.586032049691703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487188381365002, 38.585900146660201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487088106873003, 38.586009431702699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8075", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477810013398994, 38.583408190311197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484639874167001, 38.5841188362933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484562368379997, 38.5839800837864 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484568737336005, 38.584099846735597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484488994692995, 38.583960938275297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484497600536002, 38.584080858035001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484413966640005, 38.583939159236003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484426463781006, 38.584061868389803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484361586307998, 38.584044876839002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484006624483001, 38.583832140508001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483940283411997, 38.583814425983803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487108856153, 38.585878942252201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7856", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486984933673995, 38.585981181939701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7857", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487029330989003, 38.585857737789603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7858", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486900106598, 38.585958563812902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7859", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486949804717995, 38.585836534168102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7861", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486870279648997, 38.585815329596301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486790754626995, 38.585794124969802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486645624540003, 38.5858907099555 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486711228504006, 38.585772920283603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486560797679005, 38.585868091580103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486461502367007, 38.585842042319001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487909295178994, 38.584873994563097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487834920509997, 38.584854135045099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487760547031002, 38.584834275484397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486193836178003, 38.585634959362999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486144392387004, 38.585737776393401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486113143980006, 38.5856107653197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486073532931002, 38.585718880892301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486046713508998, 38.585593050714998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7876", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486002673512999, 38.585699985347802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485931814124996, 38.585681090660799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485889382986997, 38.585549491155199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485860954781998, 38.585662195029499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485790094329005, 38.585643299349798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483873942380001, 38.583796710520602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483807601381997, 38.5837789950195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483741259268996, 38.583761279475198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483674918336007, 38.583743563897997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483608577430005, 38.583725849183601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483542236564006, 38.583708133530401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483475895729995, 38.5836904178392 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485756521149, 38.5855140625468 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485719235060998, 38.585624403631897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485690090857005, 38.585496347737397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485648375829996, 38.585605507870497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485623660597994, 38.585478632890002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485557229223005, 38.585460917999299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485506657482006, 38.585567716217703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485490799030003, 38.585443203075599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485435797209007, 38.585548821221998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48542436887, 38.585425488113799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485357937588006, 38.585407774009703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485294079086003, 38.585511029308897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8707", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482567025516005, 38.583555931251901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8709", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482496262134006, 38.583537034876997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8711", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482425498796005, 38.583518137558002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8713", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482354735496003, 38.583499240195799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8717", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482211341409993, 38.583462895541302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485291507493002, 38.585390058971697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485223220080996, 38.585492133287303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484864419546994, 38.585280501482103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484814995839997, 38.585383325249502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484797727230003, 38.585262733641898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484743857433998, 38.585364372735398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484731034945995, 38.585244965763202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484672719067007, 38.585345420177603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484664342695993, 38.585227197846102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484601580735998, 38.585326467576103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484597650477994, 38.585209429890497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487730554677995, 38.584951867456397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487611799047997, 38.584794556214703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487651223041993, 38.584930684092797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487537424544001, 38.584774696505598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487571890311003, 38.584909499768798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487463051229994, 38.584754836753802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487492557620996, 38.584888316291398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487388676802993, 38.584734977849998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487413226125, 38.5848671327646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487314302423997, 38.584715117997597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487213619613996, 38.584689231698597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484530442443997, 38.585307514930903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484530958288005, 38.585191662797399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484459304183005, 38.585288563142797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484464266136996, 38.585173894764999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484388165965996, 38.585269610410101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484397574019994, 38.585156126694201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484317027787995, 38.585250657633701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484330883083004, 38.5851383585901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484245889646999, 38.585231704813701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484264191031997, 38.5851205904425 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484174751542994, 38.585212751949904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484197499014002, 38.585102822256403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484103612324006, 38.585193799938097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484130807029004, 38.5850850540319 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494924659017997, 38.586746150654598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483409554928997, 38.583672702109901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483343214160996, 38.583654986342601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484064115077999, 38.585067285769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483961336305995, 38.585155893991903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483997423160005, 38.585049517467702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483890198354004, 38.585136940953298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7935", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483509287573995, 38.5849092136379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483509209668995, 38.5850458315998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483430681876996, 38.584891460329501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483438444434995, 38.585026952917801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483364339847, 38.584873761691199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483367679232003, 38.585008075093498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494858050177001, 38.586728371873903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494791441369003, 38.586710593054796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494724832594997, 38.586692814197399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494662015833001, 38.586792060253998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494658225001004, 38.586675035306698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494590966504006, 38.586773096179101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494591616292993, 38.586657256372703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494519917212003, 38.586754132060598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494525007617995, 38.586639477400297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494458400124003, 38.586621698394602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8544", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489536923428005, 38.585424350590301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489520025022003, 38.585303839732603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8546", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489466156218, 38.585405476493399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489453681097004, 38.585286144583698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8548", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489395389050998, 38.585386601452498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489387337197996, 38.585268450297598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8550", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489324621915003, 38.585367727269102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489320992192006, 38.585250755067598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489254648366, 38.585233059804501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8554", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489183087762001, 38.585329977871801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489188304573005, 38.585215364503497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8556", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489112320744994, 38.585311102657698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483297997848993, 38.584856063014897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483296914074003, 38.584989196324898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483226148946002, 38.584970318414101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483165313946003, 38.584820666449197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483098972047003, 38.584802967658902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483073472765994, 38.5849287532563 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483032629034, 38.584785268825399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483002707764001, 38.584909874308003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482966287194003, 38.584767570859903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482931942793002, 38.584890996217297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482893837427994, 38.584746635680901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482861179013995, 38.584872117187601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494377819890005, 38.586716203697897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494391791515994, 38.586603919345599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494325182940997, 38.586586140258298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494208980455994, 38.586669300730101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494245586258003, 38.586565386396501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494137932517006, 38.586650336382199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494149260867999, 38.586544560295003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494066883467994, 38.586631371985703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494060359298999, 38.586525224203498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493995834464002, 38.586612406644797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493993750879, 38.586507444925502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493924785491004, 38.586593442161004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487204581553996, 38.584811113619899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487097885617004, 38.5846622939562 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487077139535003, 38.584779615914698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8610", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486581951486997, 38.584516188079 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486515522041998, 38.584498456626399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8614", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486449092629996, 38.584480725135698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486406625257999, 38.584599929900499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482821374924001, 38.584727304897001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482790414123997, 38.584853238109503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482719649264993, 38.584834359889001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482562175064004, 38.5847940248645 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493535427639003, 38.5863642372247 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493477360854001, 38.586475846602902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493470130109003, 38.5863468066199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493407708687002, 38.586457253675299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493404831462996, 38.586329375973101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493338057703994, 38.586438660710698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493339532849006, 38.586311945289502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493268405603004, 38.586420068600098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493274234267005, 38.586294514569097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493198754692997, 38.586401475551703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485157621471998, 38.584256728325798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485139312898994, 38.584134515934402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485076473584002, 38.5842337558433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485005336515002, 38.584214767454696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485005930799005, 38.5840989120654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484934199490993, 38.584195778121497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484863062497993, 38.584176789645497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484862528614002, 38.584060636444697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484787490862004, 38.584040170211999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48478214795, 38.584156814376797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484712453152994, 38.5840197039307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484711011043004, 38.584137824906499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484637405997006, 38.584000551065998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7977", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481873793145994, 38.5844831602925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7979", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481807538861005, 38.584465495385302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7981", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481741284601995, 38.584447831341201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7983", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481675030381993, 38.584430166358203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7985", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481608776195003, 38.584412501337397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493208936863994, 38.586277083816903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493129102671006, 38.586382882456398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493143638345998, 38.5862596530229 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493059450684996, 38.586364289319199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493078339858997, 38.586242222191899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492989799884, 38.586345696145102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492920147971006, 38.586327102924102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492872243063005, 38.586184908244597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492850497234997, 38.5863085105671 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492806944712001, 38.586167477260602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492780845395004, 38.586289917262199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492711194738007, 38.586271323920599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8558", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489041553766, 38.585292227400501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488977531586997, 38.58514977886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488911187940005, 38.585132083400197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488844844325996, 38.585114387902301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488778500737993, 38.585096693267303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488712157189994, 38.585078997693401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7987", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481542522034999, 38.584394837179502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7989", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481476267914005, 38.584377172082803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7991", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481410014966997, 38.584359507854103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7999", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480887657725006, 38.584223033314103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8001", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480822577821002, 38.584202882126199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8003", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480746820611998, 38.584182683015896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492185180413998, 38.585993693306499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492117351638996, 38.5859755994856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492088595956005, 38.586105187107897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492049521756996, 38.585957504719097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492016245331001, 38.586085886911199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8487", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491981693057994, 38.585939409917799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486382663244996, 38.584462994507803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486335766992994, 38.584581016542103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486316232752003, 38.584445262935702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486264908772, 38.584562102239403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486249803438994, 38.584427531330697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486194050582, 38.5845431887942 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486123191282005, 38.584524275300602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486052333166995, 38.584505361768699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486050514544004, 38.584374337182503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485981475089005, 38.584486448193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485984085363995, 38.584356605425 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485910617049996, 38.584467534574699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7561", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471709237829003, 38.570857285080699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471637651430996, 38.570838176437299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471566066226003, 38.5708190668539 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471494479905004, 38.570799958121903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471427667187001, 38.570666111177097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471360555691007, 38.570648196664202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7115", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501150399416005, 38.578820515882001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7117", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501078797782, 38.578801498424099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7352", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480572683402002, 38.573106672263599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7354", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480498632532004, 38.573087645450101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7355", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480411459416004, 38.573179648430703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7356", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480424597790005, 38.5730664096615 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7357", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480339962325004, 38.573160563609299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7358", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480351961937998, 38.573046285505697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7360", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480273716916003, 38.573023928022003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479837189452994, 38.572910378601101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7367", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479787745327002, 38.573013192040101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471293444235002, 38.5706302812114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471226332805998, 38.570612366620701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471136552332993, 38.5707044120117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7578", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471152224481997, 38.570590004724799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7579", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471064966247994, 38.570685302113198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7580", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471062660529995, 38.5705664676589 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470993381344002, 38.570666193076498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7582", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470982936536998, 38.570542976394101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47092179533, 38.570647083990302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479770772367004, 38.572892660391503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7369", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479716900186006, 38.572994293545101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479704354166003, 38.572874942138597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7371", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479646055090001, 38.572975394106003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479637937145, 38.5728572238528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479571520156995, 38.572839505528798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7375", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479504363863001, 38.572937595092398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479505102055001, 38.572821787161601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7377", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479433518880001, 38.5729186955232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7379", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479362673934006, 38.572899795910601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479354014267003, 38.572782957427698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7381", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479291829025001, 38.572880896254603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479276380239995, 38.5727607731856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7383", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479220983006996, 38.572861996550202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7385", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479150138167, 38.572843097708301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479119693900003, 38.572718607162898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479043458841005, 38.572697533558902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7389", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478992999227998, 38.572803021361999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478967224982, 38.572676459008903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7391", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478905291329994, 38.572782941972299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7393", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478834445510998, 38.572764042031203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6917", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468321905313005, 38.582095768659499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478440691035999, 38.572537804653301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478386746219002, 38.572639417949802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478355608658006, 38.572513259214197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478315436860001, 38.572620387673602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478244126391999, 38.572601357348397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478200844919002, 38.572473068166403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478172815961003, 38.572582326979202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478125580951001, 38.572451877612501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478101506716001, 38.572563296571303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478046089434997, 38.572431772447899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478030196367996, 38.572544265213402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7662", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494489441907007, 38.587541697627202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7663", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494545802516996, 38.5876241036148 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7664", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494416753883996, 38.587576178269202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7665", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494483702994998, 38.587649854892199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7666", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494334149196007, 38.587602156141699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7667", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494415650250005, 38.587672771146799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7668", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494261212794996, 38.58762632034 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7669", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494340580686, 38.587696676532403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7670", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494168836528004, 38.587648095975098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7671", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494259953807997, 38.587721158493402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7672", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494094168051006, 38.587655093130898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7673", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494163999574994, 38.587735337455001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477975027762, 38.572412808842998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477958886051994, 38.572525234712401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477908175265, 38.572394967777498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477887576921006, 38.572506204172598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477841321653997, 38.5723771266684 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477774469222993, 38.5723592855257 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477744957626001, 38.572468142956097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477707616833001, 38.572341443443598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477673647461003, 38.5724491122795 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477640763322, 38.572323602218503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491196464184, 38.586972567554298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491108827722002, 38.5869492140544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491044577173, 38.5869308002016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490984002928997, 38.586915305163501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490932057695005, 38.586899847132301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490857938644993, 38.586882357348898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477027054201997, 38.572160543589703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476950114798001, 38.572140380731199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476905429781993, 38.572244091934401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476871784755005, 38.572118002536399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476833840607995, 38.572224985603903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476799054542994, 38.572098962198098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49310373486, 38.587482168498902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7700", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493069765203003, 38.587587130952102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493027024867999, 38.587469893063897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7702", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492981270336998, 38.587563885927601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492962195184006, 38.587454178630999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7704", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492903503567007, 38.587543476995997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492898848466993, 38.5874384706567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7706", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492828133540002, 38.587523061393497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492808990406999, 38.587399381771696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7708", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492752071480993, 38.587501830101502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492726419584002, 38.587377774204498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7710", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492681195813006, 38.587482950301002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492660091711002, 38.587364380053103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476762252613, 38.572205880135201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476724926738996, 38.572078810996103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476690663515001, 38.572186773716098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476650798970994, 38.5720586606474 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476619075597, 38.572167668158798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476572444807999, 38.572039594740197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476547486569999, 38.572148562552101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476505330734994, 38.572021682309398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476475898735004, 38.572129456005399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476438216687995, 38.5720037707407 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476404309784996, 38.572110350310098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476371102681995, 38.571985858232203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7712", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492601065669007, 38.587460147038399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492578968524995, 38.587347430051302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7714", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492518743732006, 38.587441953009197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492487520221999, 38.587323456392198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7716", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492436624381995, 38.587417877857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492403458374, 38.587303005115402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7718", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492357359875996, 38.587396037674402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492325308310001, 38.5872849058131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7720", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492275625933999, 38.587375400116102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492254650019007, 38.587255206937897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7722", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492199442227005, 38.587352598564699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7724", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492121153512002, 38.587331241776198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476303988704004, 38.571967946585602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475852653364001, 38.571848261056303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475777932664002, 38.571943227752399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475774315750002, 38.571827002798003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475706345103006, 38.571924139647997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475693174827995, 38.571804629991703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475634756432001, 38.571905051493999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485037741510993, 38.574413777711001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485025275720005, 38.574294445299699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484966986418996, 38.574394899959501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484896231357993, 38.574376023065597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484892609455002, 38.574259050701301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484825476341996, 38.574357145227602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484826276948993, 38.574241352897197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475626061064006, 38.5717867350685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475563168947005, 38.571885963301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475558948488001, 38.571768839210698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475491581499995, 38.571866875063698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475491834791001, 38.571750944209803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475419992943998, 38.571847786776999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475424721129002, 38.571733049169801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475348405573996, 38.571828698451199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475357607499006, 38.571715154091002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475276817093999, 38.571809610075903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475205229801006, 38.571790521661399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475223380347998, 38.571679362915603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484754721355998, 38.574338268247203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484759944469999, 38.574223655955997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484683966413996, 38.5743193903227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48469361203, 38.5742059580759 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484613211503003, 38.5743005132558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484627279622998, 38.574188260157698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484542457782993, 38.574281635250003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484560947248994, 38.574170562201601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484471702947005, 38.574262758096602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484489011928005, 38.574149896926897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484400948154999, 38.574243879999102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484411453563993, 38.574129205662501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484330193393006, 38.574225002759199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475133642545998, 38.571771433202798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475156266819994, 38.571661467719998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475062054180995, 38.571752344694602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474990467002996, 38.571733256147397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474999602867996, 38.571617848457201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7487", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474918878715002, 38.571714167550702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492065837368997, 38.587206070022702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491977378992999, 38.587178619003097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491917021158997, 38.587159434432003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491766164379996, 38.587128577901197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491716648622003, 38.587117969602097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484313325467994, 38.5741010641892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484259438676006, 38.574206124575198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7497", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474399989068004, 38.571586356408297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7499", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474329332406001, 38.571567491494697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474283064065006, 38.571417316155603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7501", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474258676928997, 38.571548626543098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474205593294002, 38.571397371574101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7503", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474188020341003, 38.571529761543097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474130925867001, 38.571378543275301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7505", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474099133850999, 38.571506032617499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474059069907, 38.5713597286028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474028478495001, 38.571487167525397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7674", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494016920665999, 38.587663508691101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7675", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494088051023994, 38.587747049711197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7676", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493916689789003, 38.587660522901103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7677", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494014582090998, 38.5877532124222 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7678", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493839461825004, 38.587655684442197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7679", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493928172444001, 38.587756318541601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7680", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493753120148995, 38.587645833136797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7681", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493848175766004, 38.587755046347397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7683", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493785318812002, 38.5877488661773 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7684", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493612687134004, 38.587614183158401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493528942040996, 38.5875928367944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483633356271994, 38.573923005059697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483567199720994, 38.573905341550201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483501042048005, 38.5738876788986 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7281", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483429528570994, 38.573984599930803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483434884415004, 38.573870015308501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483358959968001, 38.573965758961499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483288392551003, 38.573946917954302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483217824023001, 38.573928076899001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483221457971993, 38.573811071995699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483147256679999, 38.573909235805701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473984410694001, 38.571339796646797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7509", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473959827361, 38.571471497972802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473912554818995, 38.571320980982499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473889182674995, 38.571451040056701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473839293259005, 38.571302159784999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473794208753006, 38.571427284130003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473764634168006, 38.571282227687199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473699246644003, 38.571401935391698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473628579752997, 38.571384661888303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473624433571004, 38.571242662463298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473557923493999, 38.571365796503699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483140324280001, 38.573790399050402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483076689368005, 38.573890395570402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483061076427006, 38.5737682615026 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483006120952993, 38.573871554386002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482985588367995, 38.573744670428198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482935553722001, 38.573852713163703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482904477307002, 38.573721053286299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482864985380004, 38.5738338718932 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7303", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482490076692997, 38.573733857260599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473177621632999, 38.571134801402998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473098498642003, 38.571112572890698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7529", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473041778395995, 38.5712130738019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473029194678006, 38.571093698922397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7531", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472970843013002, 38.571194132913199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472962692867995, 38.571075942171099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7533", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472899908808998, 38.571175192887097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472896192237997, 38.571058185386804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491668434546995, 38.5870976913696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491606635356007, 38.587081223717703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491541158743004, 38.5870618371954 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491447311358002, 38.587045228715702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491383059493998, 38.587026814144998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491326205080995, 38.587008432938802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491270568461005, 38.586991992180799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7079", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502618897627997, 38.579195409704496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7081", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502548691531999, 38.579176783837198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7083", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502478484330993, 38.579158157021602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7304", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482443287992993, 38.573605394566798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7305", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482398309548003, 38.573709400236602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7306", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482351521029997, 38.573580937505703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7307", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482306542466006, 38.573684943139803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7308", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482259754129004, 38.573556480371799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7309", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482214775447005, 38.573660485970301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7310", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482167987292001, 38.5735320231651 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7311", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482123008491001, 38.573636028727996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7315", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481939474761006, 38.573587114926099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7535", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472828973494998, 38.571156252812401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7536", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472829690493, 38.571040428559101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472758039371996, 38.571137311798502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7538", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472763189928997, 38.571022671698401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7539", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472687104133001, 38.5711183716367 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472696688251006, 38.571004914794301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7541", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472616170086994, 38.571099430535902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4726301866, 38.5709871587528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7543", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472545234923004, 38.571080490287301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472563686135004, 38.570969401777397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7545", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472474300951006, 38.571061549099497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472497184556005, 38.570951644758601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7686", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493727337978996, 38.587739754156097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7688", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493683852984006, 38.587733237014199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7689", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493638754211005, 38.587726711897503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7690", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493592068609004, 38.587716383446001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7692", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493535709438007, 38.587706015364702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7693", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493479360444994, 38.587694377937602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493146393299995, 38.587489643497698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7085", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502408278307996, 38.579139531069103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7087", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502338072322004, 38.579120905074099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7089", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502267865231005, 38.579102278130598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7091", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502197659318, 38.5790836520505 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7093", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502127453442, 38.579065025927697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7095", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502057246461007, 38.579046398856498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7097", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501987040657994, 38.579027772648601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7099", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501916834897997, 38.579009145497103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7322", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481693271791002, 38.573405565848702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7324", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481640556846003, 38.573391531671497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7326", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481587840781003, 38.573377496564298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472403365863002, 38.571042608763896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472332431967004, 38.5710236674892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472261496954005, 38.571004727066601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7656", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494700262042002, 38.587421513092004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7658", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494632582329004, 38.587461481462803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7660", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494565384815999, 38.587512437427797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7661", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494608560179003, 38.587594882222199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7101", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501846628020999, 38.578990519199102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7113", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501222002236005, 38.578839533300602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7336", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481111708596998, 38.5732520269015 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481054936096001, 38.573351409840797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7338", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481041885026002, 38.573231914885298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480983438660999, 38.573332325416899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7340", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480974855791999, 38.573214023454597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480911941265006, 38.573313240948899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7342", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480907826597999, 38.573196131084202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480840443906999, 38.573294156436603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7344", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480840798578996, 38.573178239580997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480768946588, 38.573275071880197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7346", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480773769446003, 38.573160348033703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7348", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480706740353, 38.5731424555469 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7350", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480639711286997, 38.5731245639221 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10027", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506363298940002, 38.581144953707202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506373549594997, 38.581119356120197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506383796703005, 38.581094270225897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10242", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489151582630996, 38.582878847918998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10244", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489069737983002, 38.582857049928201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475639680384006, 38.5803786172809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475532690635006, 38.580466093572703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475173684048997, 38.580254371079697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475106910727007, 38.580236563022197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466409691525001, 38.5779154400092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466239393348999, 38.577986023200602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466275457191003, 38.577879639363502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10048", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507613865649006, 38.578658575625198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10050", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507626719426, 38.5786203629482 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10051", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507657887573998, 38.578586840743597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10248", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488950090524, 38.582702542407603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10250", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488874887817005, 38.582804124361097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10251", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488873361054999, 38.582682106488697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10252", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488793043333004, 38.582782327075499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10254", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488711197757993, 38.5827605288261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10255", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488719902243005, 38.5826412353994 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10256", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488629353381, 38.582738730523999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10257", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488643172905995, 38.582620799328097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10259", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488566443614005, 38.582600363205898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10260", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488465663629, 38.582695133740899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474906594402995, 38.580183138634197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474839822362, 38.580165330427903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47477305036, 38.5801475212821 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474706278385995, 38.580129712998797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474639506445001, 38.580111904676798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474572734537006, 38.580094096316401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474505962661993, 38.5800762879174 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10053", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507665253897997, 38.578561320867799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10054", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507678374777001, 38.5785347867307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10056", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507691130994004, 38.578510702378402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10057", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507707881255001, 38.578479944957699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10059", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507722466209003, 38.578451628763503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10060", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507739226191006, 38.578419458775301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10062", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507746572973005, 38.578396764020098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10063", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507756103394001, 38.578368802003297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10263", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488412985153005, 38.582559491709702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10264", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488286383791007, 38.582648404772399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488204539671997, 38.582626606169903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10267", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488259526869001, 38.582518620010099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10268", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488122694455996, 38.582604807504403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10269", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488182797796, 38.582498183633597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10271", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488106068760999, 38.582477748107102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10272", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487974597855001, 38.582564343815001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10273", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488029339774997, 38.582457311628801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10274", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487974597855001, 38.582564343815001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474439190821002, 38.580058479480002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474372417864998, 38.580040670998798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474305646090997, 38.580022862484299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473636378867994, 38.579844257358999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473569345277994, 38.579826361642503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10065", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507770679700002, 38.578341899271599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10066", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507785599997007, 38.578315372773297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10068", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507798365884, 38.578289875846203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10069", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507807915769007, 38.578259087798301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10071", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507818901641002, 38.578230757191598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10072", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507835670131996, 38.578197173720497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10074", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507837676866004, 38.578165978829503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10075", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507845445567, 38.578132357997497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10282", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487501755433001, 38.582436263085697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10283", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487489195867994, 38.582316913449603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10284", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487430898897003, 38.582417368413999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10285", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487422768122002, 38.582299199633297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10286", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487360042399004, 38.582398473699001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10287", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487356339262007, 38.582281485773699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10288", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289185931999, 38.582379579841501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10289", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289911583005, 38.582263771881202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473501945093005, 38.579924382706402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473502311722001, 38.579808465887098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4734352782, 38.579790570093003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473358941127998, 38.579886204489299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473368245865004, 38.579772673364403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473287439203006, 38.579867115314499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473301212409993, 38.579754777492603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473215937316994, 38.579848026095597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473234178989003, 38.579736881582001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473144434321, 38.579828936827198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473072932511002, 38.579809847519897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473100113401003, 38.579701088748699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483578505484004, 38.581390572216698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483507743852002, 38.581371694476601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483366220706003, 38.581333937965702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483295459193002, 38.581315059194999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47303308008, 38.579683192721703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472929929005005, 38.579771668772899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472966046793005, 38.579665296655797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472858427310001, 38.579752579333103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472496548877004, 38.579539966941702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472447031157998, 38.579642761651598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472429428770994, 38.579522052150303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472375435746997, 38.579623653467301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472362309838999, 38.579504138226099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472303841528003, 38.579604544343098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505442305551995, 38.583320715095098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505458472035002, 38.583291192429797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482765554758004, 38.581057678795403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482658608373001, 38.5811451528213 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482301146493995, 38.580933879263597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482234808176003, 38.5809162142098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482168469890993, 38.580898549117798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482110249010006, 38.580999030603202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482102131632004, 38.580880884888799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482039487893005, 38.580980188000296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482035792264, 38.580863219715802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472295189793002, 38.5794862242577 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472232246193002, 38.579585436070197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9706", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472228069788002, 38.5794683093496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472160652043996, 38.5795663277583 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472160949810004, 38.579450395303397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472089057941005, 38.579547218501197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472093829865997, 38.579432481218298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472017462720999, 38.579528110095502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472026709955003, 38.579414567094197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471945868687001, 38.579509001650699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471959590085007, 38.579396652030397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471874273550995, 38.579489892255602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471892470241002, 38.579378737828598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471802679594006, 38.5794707837223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505468566651999, 38.583260215006597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505593773159006, 38.583371746400402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9900", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505603867728993, 38.583340768965499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9901", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505484731962, 38.583230692332798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505494827706997, 38.583199714912098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9903", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505618391907007, 38.583315027531498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505628487604994, 38.583284050099302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9905", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505510992986999, 38.583170193135402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505521087564006, 38.583139215707497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9907", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505643011762004, 38.583258308662202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505653106295, 38.583227331222801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9909", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505537253973003, 38.583109693031197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10108", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494973639243995, 38.584426862816798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10110", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494902685913004, 38.584407954295799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10319", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486025315261003, 38.5819267059033 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10320", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485958095079994, 38.582024789900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10321", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485958538689005, 38.581908921226699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10322", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485886866892997, 38.5820058187565 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10323", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485891762150999, 38.5818911365117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10324", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485815638738003, 38.581986848469498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10325", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485824985644996, 38.581873351758098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10327", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485758209172999, 38.581855566965999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10328", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485673181392002, 38.5819489077589 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10330", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485601953349999, 38.581929937340298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10332", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485530725345996, 38.581910966877999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471825351579994, 38.579360823592999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471731085675998, 38.579451675144803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47175823181, 38.5793429084124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471691112068001, 38.579324994093803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471623992359994, 38.579307079736203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471105457983995, 38.5792847418004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9910", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505547348530996, 38.583078715600998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9913", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505563513767001, 38.583049192915901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9914", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505573609452, 38.583018215488302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9917", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505589774658006, 38.5829886937005 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9918", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505599869175995, 38.582957716265703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505729404167994, 38.583056730935901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9920", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505616034363001, 38.582928193573302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505629434159999, 38.582898074389199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9922", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505747008786003, 38.5830003469584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10119", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494416986133004, 38.584280153935602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10121", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494329718312002, 38.584259196351802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10123", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494251152702006, 38.584234870426499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10125", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494182652646998, 38.584218535228899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10126", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494124083464001, 38.584078667436103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10127", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494099740652999, 38.584195325341199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10128", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494058524024993, 38.584061218892302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494028364488997, 38.584176707226 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481968726814003, 38.580961345354098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481969454077998, 38.5808455545098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481897965772006, 38.580942502664698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481903115917007, 38.580827890166702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481827204767001, 38.580923659931997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481836777796005, 38.5808102248848 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481756444946996, 38.580904817161198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481770439708001, 38.580792559564799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481685684016995, 38.580885974342003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481704101646002, 38.580774895107702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481614923123999, 38.580867131479501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481637762475998, 38.580757229706499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481544162269003, 38.580848288573797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481571424487001, 38.580739564272498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471034142643006, 38.579265725053403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471021205634003, 38.579146275376601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470954348438994, 38.5791284474139 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470891513216998, 38.579227692333703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470887491276997, 38.579110619412702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470820197991003, 38.579208675454801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470820633002006, 38.5790927913676 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470748882801999, 38.579189658532101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470753775906999, 38.579074963289102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470677568799005, 38.579170641570698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470686917704001, 38.579057134266002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470606253680003, 38.579151625460902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470620060675998, 38.579039306110303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505645599321994, 38.582868551692599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9924", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505655693798005, 38.5828375742528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9927", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505664037279999, 38.582808019057403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9928", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505674175242007, 38.582777885940899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505795456252002, 38.582887051724299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9930", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505811744227998, 38.582857683582297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9931", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505682505782005, 38.582749864914298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9932", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505692857111001, 38.582724548895698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9933", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505821313151003, 38.582830655213598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9934", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505836362625004, 38.582800964666497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10130", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493992965767006, 38.584043770316399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493938236838005, 38.584151196330701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10132", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493927407539999, 38.584026321703398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493868306902002, 38.584132584437803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10134", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493861848197994, 38.584008873048298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493798378150004, 38.584113972507701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10136", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493796290036002, 38.583991424361002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493728448287001, 38.584095360530299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10138", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493730730758003, 38.583973975631601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493658519608005, 38.584076748515699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10140", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493665172660002, 38.583956526870097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480783467468001, 38.580645630831803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480775390220003, 38.580527482490901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480712707183002, 38.580626769400503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480709052782004, 38.580509799446197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480641946936004, 38.580607907925902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480642715377002, 38.580492116363402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480571186725996, 38.5805890464081 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480576377998005, 38.580474434143497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480500426552993, 38.580570184846998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480510040658999, 38.580456750984702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480429666418004, 38.580551323242702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480443703347007, 38.580439068688797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480358906326998, 38.580532460694201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480377366073, 38.580421385454002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470534938605994, 38.579132608406297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470463623569003, 38.579113591307802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470470739651006, 38.5790022161408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470392309719003, 38.579094574170597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470391747296006, 38.578982970188299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470317958413005, 38.578963747989199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470249679828996, 38.579056540654797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470235505776003, 38.578943123940498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470178366092995, 38.5790375233858 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9935", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505706209208, 38.582699812351002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9936", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505713987876007, 38.582672423196499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9937", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505845932670994, 38.582773937201402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505860982130002, 38.582744245750199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9939", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505720184435006, 38.582648255196503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505728676459995, 38.5826280645406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9941", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505875506086994, 38.582718505184602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9942", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505890231416998, 38.582693185293898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9943", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505735887173998, 38.582605947704302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9944", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505750611425995, 38.582587081843499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9945", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505900563891998, 38.582666768282103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9946", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505914361132994, 38.582638731830698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493588589818003, 38.584058136453798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10148", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493162264296004, 38.583828523440502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10150", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493094698527003, 38.583810499802901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10151", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493036156217002, 38.583910888015097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10152", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493027132799, 38.583792475225003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10153", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492964085940002, 38.583891662601303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10154", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492959567105004, 38.583774450607599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10334", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485459496231996, 38.581891996366799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10336", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485388268302998, 38.581873025816797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10338", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485317040412994, 38.581854055222998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10343", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484990044712006, 38.581641082220997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10344", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484908262694006, 38.581745128738 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10345", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484923531115996, 38.581623349466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10346", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484837313552006, 38.581726214042703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469818310669993, 38.578825473070196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469768830815994, 38.578928278536402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469751628262998, 38.5788076794448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.46969770298, 38.578909298758298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469618264697999, 38.578772092083902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469555447421001, 38.5788713390711 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469551582391006, 38.578754298343199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469484319697997, 38.5788523591619 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469413192019999, 38.578833378308197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469418217878001, 38.5787187107466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469342064372995, 38.5788143983116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9947", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505759406140001, 38.582567265448297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9948", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505763685074996, 38.582551009033899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505921395765995, 38.582614355686196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9950", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505931348738997, 38.582593180265 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505774844322005, 38.582530501834597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9952", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505777465875994, 38.582514416721999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492892016856004, 38.5838724362468 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492892001439003, 38.583756426851799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492819946656994, 38.5838532107433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492824436961001, 38.583738402160598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492747876503003, 38.583833984294102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10160", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492756871370005, 38.583720377424903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492675806387993, 38.583814757799999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10162", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492689305805996, 38.583702353550699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492603736305995, 38.583795532161901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492621740282999, 38.583684328736197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492531667416003, 38.5837763055831 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492554174793995, 38.583666303882197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481473401450998, 38.5808294456249 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481402640669998, 38.580810602632603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481438748599999, 38.580704234191202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481331879926998, 38.580791759597197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480974402737004, 38.5805805304961 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480924986995007, 38.580683354460298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480908065199998, 38.580562847565403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480854226635998, 38.580664493115599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480841727696998, 38.5805451645967 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469351535670995, 38.578700916890703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469270936764005, 38.578795418271298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469284853497001, 38.578683122996402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469199809192006, 38.578776438187397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9780", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469218171356999, 38.578665329063597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469128681659001, 38.578757458059599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469084808317007, 38.578629741988998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468986426705996, 38.578719497673099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469018126277007, 38.578611947940999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9964", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505919684315003, 38.582250000939702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9967", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505925822551006, 38.582229266894402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9968", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505935916815005, 38.582198289429797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9969", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506103585572006, 38.582220888477899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9970", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506113679758002, 38.582189910997798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9971", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505947889142007, 38.582180017202603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9972", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505957983396002, 38.582149038835098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9973", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506121563351996, 38.582162089834299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492459597410999, 38.583757079855303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492486609333, 38.583648279889701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492387527451001, 38.583737853181702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492315457524001, 38.5837186273641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492243387642006, 38.5836994006008 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10180", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491811966068994, 38.5834684377201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10290", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487218329507996, 38.582360685039703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10291", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487223483937001, 38.582246057950499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10292", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487147473123002, 38.582341790194498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10293", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487157056317002, 38.582228344882502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10294", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487076616774999, 38.582322895306099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10295", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487090627588998, 38.582210630870499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10296", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487005759316006, 38.582304000369099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10297", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487024200042001, 38.582192916825498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10298", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486934903042993, 38.582285105393801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10299", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486957772527006, 38.582175202742299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10300", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486864046807995, 38.582266210375202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10301", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486891345046004, 38.5821574886211 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10302", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486793190602995, 38.582247316214001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10303", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486824916442998, 38.582139775357398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468363670505994, 38.578553195052599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468292450868006, 38.5785341590313 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468251210662999, 38.5784103078703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468174042136994, 38.578391051658798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468150011714002, 38.578496085956402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468091688285995, 38.578369047256402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506131657522005, 38.582131112352599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9975", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505968507136998, 38.582126973959802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9976", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505973949514001, 38.5821087702613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9977", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506145379795001, 38.582107410664499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9978", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506155473953001, 38.582076432279798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9979", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505984667551004, 38.582085496310597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505990131182003, 38.582064222449702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9981", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506161998194003, 38.582056793556099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506172092330999, 38.582025816070797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9983", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506006696121005, 38.582044044598703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9984", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506013467071995, 38.582022264605897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10181", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491788344062996, 38.583579275826402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10182", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491744661932003, 38.583450517142097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10183", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491716553718007, 38.583560160771199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10184", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491677358982002, 38.583432595629198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10185", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491614458279003, 38.583531830667297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10186", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491610056059002, 38.583414674978002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10187", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491542668036004, 38.583512714603401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10188", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491542752021999, 38.583396754282603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10189", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491470877824, 38.583493599395801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10190", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491475449174004, 38.583378832652301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10191", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491399086509006, 38.583474483237801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491408146352995, 38.583360911883702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10347", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484857016405996, 38.581605616667701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10348", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484766365593998, 38.581707299309102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10349", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484804655611995, 38.581592157608398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484695416525994, 38.581688384526899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10353", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484624468649997, 38.581669468805401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484553519657993, 38.581650553936299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484573627960003, 38.581531884529902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10357", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484482570702994, 38.581631639023499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484507113421998, 38.581514151530499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10359", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484411622934005, 38.5816127240725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468078791042004, 38.578477049798302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468024919900003, 38.578351200886097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468007571556996, 38.578458013601697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467958151546995, 38.578333354477301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467936352109007, 38.578438977361301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467891383234004, 38.578315507129098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467865131552003, 38.5784199410718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467824614947006, 38.578297660643301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467793912180994, 38.578400904743802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467757846694994, 38.578279814119 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467722692847005, 38.578381868371899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467691078474999, 38.578261967556102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467651473551996, 38.578362831956298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9987", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506019651333006, 38.581994877637399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9988", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506038004660994, 38.581966045300497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506052751653996, 38.581940384042703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9991", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506061143907004, 38.581919824470901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9993", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506079309740002, 38.581884913885297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506085450027001, 38.581860060044498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506093956898994, 38.581837530700398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506095494963006, 38.581818286922697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491327296381002, 38.583455367040301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491340842423995, 38.583342990170003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10195", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491255506285, 38.583436251698998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10196", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491273539670999, 38.583325069323202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10197", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491183716234005, 38.583417135412503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10198", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491206236951001, 38.5833071484372 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10199", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491111926220995, 38.5833980190814 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491138933124006, 38.583289226606198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10201", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491040136240002, 38.5833789036067 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10202", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491071630472007, 38.583271305642 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10203", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490968346304001, 38.583359787186602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483229924940005, 38.581181569079199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483153937412993, 38.581277303330602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483163585262005, 38.5811638703195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483083176012002, 38.581258424430096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483097246764999, 38.581146171526903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483012414642005, 38.581239546387202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483030908293998, 38.581128473597097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482941653316004, 38.581220667400103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482964569862006, 38.581110774728501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482870892020998, 38.5812017892707 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482898231462997, 38.581093075821798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482800130770002, 38.581182910197199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482831893091003, 38.581075377778099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482729369549006, 38.581164031981302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467580253145996, 38.578343795491499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467557540989006, 38.5782262743096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467509033933993, 38.578324758087298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467026903426998, 38.578196053415397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467013747682003, 38.578076542790399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466946630194997, 38.578058642837298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466883719327996, 38.578157866337797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506112799128999, 38.581785319491601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506122843643993, 38.5817615066222 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506128346460997, 38.581738210411203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10003", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506133155745005, 38.581717444560198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506141873084005, 38.5817008160763 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506147984991998, 38.581680055781199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506160007839995, 38.581656786479499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10009", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506166785785993, 38.581633983991203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10204", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491004327854, 38.583253384638603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10205", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490896556400003, 38.5833406716228 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10211", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490487239011003, 38.5832316607396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10213", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490416660280999, 38.583212861016499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10215", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490346081588001, 38.583194061250303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490338115344997, 38.583075951079401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10217", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490275501791004, 38.583175260535199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10304", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486722334443002, 38.582228421108702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10305", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486758489028006, 38.5821220611599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10306", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486651478319999, 38.582209525960003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10317", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486092091865999, 38.581944490541296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10318", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486029324460006, 38.582043760105002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466879512749003, 38.578040741944299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466812127910003, 38.578138772735301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466812395329001, 38.578022841913302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466740535382996, 38.578119679083201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466745277943005, 38.578004941843403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466668944041999, 38.5781005853921 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466678160591002, 38.577987041734602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466597351591005, 38.578081491651403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466611043271996, 38.577969141586799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466525760327002, 38.578062397871697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466543925994003, 38.577951240499303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466476808742996, 38.577933340273702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10011", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506181423241003, 38.581609705125103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506190152168998, 38.581587419963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506195382133001, 38.581570872095597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506202780085999, 38.581552674925803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506211333237005, 38.581526931374803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506223994725005, 38.581501592730397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506235839183006, 38.581471256935302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490271947251998, 38.5830583256325 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10219", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490204923172001, 38.583156460683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490205779185999, 38.583040701048603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490139612307004, 38.583023075531102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490073444306006, 38.583005450871603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490007276344997, 38.5829878252733 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489941109556995, 38.582970200543201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489874941661, 38.582952574869402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489808773790998, 38.582934950058601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10360", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484421552243006, 38.581490885049703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10361", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484340674053996, 38.581593809072899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10362", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484355037781, 38.581473151963003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484269726359997, 38.581574894034901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10364", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484288524498993, 38.581455418843099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484198777562, 38.581555978047398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10366", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484222010102997, 38.581437685679902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484127829943006, 38.581537062922401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10368", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484155496881002, 38.581419953384497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10370", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484088982550006, 38.581402220144902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10371", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483985933670994, 38.581499232536899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8721", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482069815062999, 38.583425101412601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9404", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484967797907998, 38.582855762476797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9405", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484833752506006, 38.5829555701524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484482762818999, 38.582737543047102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484473123757994, 38.582866695944801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484416247178999, 38.582719809996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484349731571996, 38.5827020769066 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484331224656998, 38.582828865983501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484283217146, 38.582684343784102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484260275737, 38.582809950940103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493744062434999, 38.585207335760302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493672865429005, 38.585304346453199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9196", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493678677657996, 38.585189887769602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493603121514994, 38.585285735218697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9198", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493613292912997, 38.585172439742102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493533377638002, 38.585267123942302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4935479082, 38.585154991677598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493463633795997, 38.5852485126237 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9202", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493482523519006, 38.585137543576202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493393889990998, 38.585229901263197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9204", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493417138869006, 38.585120095437901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9206", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493351754252004, 38.585102647262602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493254402491004, 38.585192678416 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484216701605007, 38.582666610618297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484189325707007, 38.582791035848203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484150187238001, 38.5826488783202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484118375720996, 38.582772119811899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484083671763003, 38.582631145077997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484047426914003, 38.582753204638003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484017157468998, 38.582613411802598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483976476997, 38.582734289415697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483950642061004, 38.582595678483997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483905528264998, 38.582715374154901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483884127832994, 38.582577945132201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483834578423, 38.582696458845497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48381761249, 38.582560211736997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483763629772, 38.582677542596898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8759", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480526423848005, 38.583018940736601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9208", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493286369667004, 38.585085199050397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493184658795002, 38.585174066929397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9216", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492720273158, 38.5849323623438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9218", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492652532126996, 38.584914319666801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9444", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483103550177006, 38.5824857992164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9446", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483032787583994, 38.582466921186402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9222", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492517050160998, 38.584878235094799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9232", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492162265561007, 38.584780434910499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9448", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482962025034993, 38.582448042212299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9450", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482891263664996, 38.582429164100901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482819790708007, 38.582295995879001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9452", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482820501190005, 38.582410285040197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9454", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482749738753995, 38.582391405936299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482687111811003, 38.5822605978626 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482620772404999, 38.582242899698201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9459", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482527566125995, 38.582339998933001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482554433038999, 38.582225200594898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9234", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492084133052998, 38.584759622009102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9242", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491794761682996, 38.584682073303199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480449875779001, 38.581785574525902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480379114589994, 38.581766693973002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480308353436996, 38.581747813376701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302168074999, 38.581622607758398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491380869105001, 38.584694150346301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9251", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491309170848993, 38.584675016528998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9253", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491237472631994, 38.584655882667299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491201324111998, 38.584529475791001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9255", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491165775601004, 38.5846367487663 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491134107624006, 38.5845115381303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9257", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491094077461, 38.584617614815897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491066891176004, 38.5844935995298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9259", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491022379358995, 38.584598480821001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490999673608997, 38.584475661786101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9261", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490950681295999, 38.584579346781702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476453774337003, 38.580711590420997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9608", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476382918813002, 38.580692714196203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9610", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476312063319995, 38.580673838828901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476303891456993, 38.580555672597697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476241197581999, 38.580654957065398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9613", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476237481769999, 38.580537970442997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476171058369999, 38.580520264584401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476099496122998, 38.580617184534702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490923799784994, 38.584454960730604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9263", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490871196472, 38.5845576820725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490847926, 38.584434260526201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9265", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490799498490006, 38.584538547939601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490770316888998, 38.584413551738599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490684051537997, 38.58439008141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490636470499993, 38.584494742748298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9271", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490564772644007, 38.5844756084701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490528534394002, 38.584349570350298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9273", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493074827, 38.584456474147402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490461318244996, 38.584331632298998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9275", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490421377049003, 38.584437339780301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478978797604, 38.581263477431897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478999410585004, 38.581401146206701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478882433524007, 38.581237742024797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478912317813993, 38.581378369652299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478786069519998, 38.581212005636601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478808519827993, 38.581352630454496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478734392394003, 38.581335748144198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478641735002, 38.581311486877503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489941414900002, 38.584309341360303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489870741396999, 38.584290503954598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489800069080005, 38.584271666510801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489729395652006, 38.584252829018801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478382004213003, 38.581110119575499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478332600491001, 38.581096956489397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478323476010999, 38.581226131066501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478283196787999, 38.581083793382199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478233791956001, 38.581070630248803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478184388282003, 38.581057468000303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9573", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477809212121997, 38.5809588002152 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489658722260998, 38.5842339914837 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489588050048994, 38.584215154811297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9294", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489573171841002, 38.5840948141242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489517376731996, 38.5841963171899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489446703454007, 38.584177479525401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9298", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489394481247999, 38.584045668780099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489376031359996, 38.584158641822697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489305358156003, 38.584139804071803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476104636151007, 38.580502558692899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476028644302005, 38.580598298199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476038213964003, 38.580484852763298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475957793660001, 38.580579412726202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475971791811006, 38.580467146795598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9622", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475886943061994, 38.580560526309 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475905368536004, 38.580449441685403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475816092502001, 38.580541639848498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475838946447993, 38.580431735641397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475674391493001, 38.580503866797301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475706102372001, 38.580396323439203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9630", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475603541045004, 38.580484980206698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9105", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466070531778001, 38.579042085262699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9107", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466003414894999, 38.579024167651802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9111", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465869178942, 38.578988331401902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9113", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465777005920998, 38.578965044918903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9305", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489164013006999, 38.5841021284457 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9307", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489093339907996, 38.5840832914663 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9309", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489013237105993, 38.584064411925297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9313", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488660071577996, 38.583988228732302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9315", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488579156187001, 38.583966654323 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9318", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488447098763999, 38.583795760918001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488410217676005, 38.583923473927499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9461", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482456803830004, 38.582321120550901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482488093705996, 38.582207501453702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9463", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482391817754007, 38.5823034021791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9465", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482321055529994, 38.582284523714002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482349655446995, 38.582168671914097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9467", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482250294498002, 38.582265644309899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482283316210996, 38.582150973556402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482216977014005, 38.582133274259697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9471", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482144445133997, 38.582237876426902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9473", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482062331365, 38.582217810096097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488330829885001, 38.5837640049456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488308029890007, 38.583894364824701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488254972538002, 38.583743778781198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488179115234004, 38.583723552567101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488101257807003, 38.583839857355599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488103257972995, 38.5837033263034 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488008561531004, 38.583808930501597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488027400755001, 38.583683099989898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487915799720994, 38.583787303239497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487951543579996, 38.5836628736267 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487823090236006, 38.583758236529498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487720929646997, 38.583725406323502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477817659989995, 38.581081941426497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477742525853998, 38.580940994076698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477746527996999, 38.5810629485769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477675839618996, 38.5809231878996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477609153417006, 38.580905381684303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477612733821005, 38.581027219873398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477541601943997, 38.581008225997003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477475781113995, 38.580869769138197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477470470097998, 38.580989232977799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477409095018004, 38.580851961906603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477399338297005, 38.580970239014 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477342408949994, 38.580834155537602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48779982936, 38.583622420751198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487723972314001, 38.5836021942389 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487544909950998, 38.583678473525801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487648115311003, 38.583581967676899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487516380857002, 38.583543694725101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487095960489, 38.583550736562003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480237592316001, 38.581728933637997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480235829861002, 38.581604907326401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480166831239003, 38.581710052955202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480169491679007, 38.581587206856398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480096070192999, 38.581691173130103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480103152376998, 38.581569507244097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480025309191006, 38.5816722923608 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480036814260998, 38.581551806698101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479970476179005, 38.581534106113999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479883787291996, 38.581634531593402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479904138129001, 38.581516405492003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479813026394993, 38.5816156515952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479837800105997, 38.581498705732699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9348", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487078972679001, 38.583430205107597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487025102952998, 38.583531841642497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9350", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487012543993004, 38.583412491957198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486954245456005, 38.583512946679498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9352", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486946114198005, 38.583394777862701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9354", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486879685584, 38.583377063735199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486812530565999, 38.583475157524298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9356", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486813257001998, 38.583359349569498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9357", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486741672033006, 38.583456262426203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9358", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486746828454002, 38.583341635365699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9359", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486670814684999, 38.583437367289697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9360", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486680398790995, 38.583323921118698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9361", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486599957375006, 38.583418472109898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481826463795997, 38.582029107732303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481760211795006, 38.5820114436981 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481693959834004, 38.581993778725199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9483", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481630318792995, 38.582101544686601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481627707905005, 38.581976113714298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9485", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481559650820003, 38.582082702212197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481561456003007, 38.5819584495664 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9487", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481488981737002, 38.582063859689498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9362", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486613970302997, 38.583306207739597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486529100102999, 38.583399576886698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9364", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486547541853, 38.583288493421399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486458242867997, 38.583380681620099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9366", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486481112288999, 38.583270779060101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486387384522004, 38.583361786305097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9368", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486414683906006, 38.583253064665698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9369", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486316527362007, 38.583342890951798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9372", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486248623866999, 38.583200748867903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477328206525996, 38.5809512459074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477275722914996, 38.580816349130103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477209036912996, 38.5807985426842 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477185943105994, 38.5809132586622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477041527519006, 38.5807557133462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477043679836996, 38.5808752712421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476974841632, 38.5807379067654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476908155779, 38.580720100146202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9379", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485758519252002, 38.5832024216703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9381", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485687383029997, 38.583183433700299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9382", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485701387069994, 38.583051582096203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9383", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485616246852999, 38.583164444785801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9384", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485634696874996, 38.583033780504302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9385", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485545110706994, 38.583145456728502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9386", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485568006714004, 38.583015978873902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9387", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485473975746999, 38.5831264686325 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9388", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485501316585996, 38.582998177205099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9389", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485402839683005, 38.5831074795869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479742265542995, 38.581596770652901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479771462122997, 38.581481005034597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479705123024004, 38.581463304293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479600745092, 38.581559009544499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479638785106005, 38.581445603519199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479529984351998, 38.581540128472497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479171525972006, 38.581314948005499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479145774534004, 38.581439279391503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479075161753002, 38.581289212758897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479079070999006, 38.5814238883532 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9170", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494791511637004, 38.585483983502002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9390", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485434626490999, 38.582980375497897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9391", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485331703650999, 38.583088491398399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9392", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485367936429995, 38.582962573752297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9393", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485260567663005, 38.583069502265403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9394", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485301247549003, 38.582944771973303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9395", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485189431706999, 38.583050513989399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9396", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485234557553994, 38.582926970150901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9397", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485118295787998, 38.583031525669803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9398", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485167867593006, 38.582909168290001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9400", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485101177665001, 38.582891366390697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9403", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484904888272993, 38.582974558646903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481495204140003, 38.581940784479698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9489", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481418312691005, 38.582045017123598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9490", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481347644829995, 38.582026174519797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481362701654007, 38.5819054550985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9492", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481276975853007, 38.582007332768498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481296449889001, 38.581887789897998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9494", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481206308067001, 38.581988490078402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481230198150996, 38.581870125560499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9496", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481135639170006, 38.581969647340003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481163946452, 38.581852460284203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9498", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481064970310996, 38.581950804558403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481097694786001, 38.58183479497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9500", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480994302637001, 38.581931961738803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494021584391007, 38.585397402891303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493951840294997, 38.585378791866901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493882096236007, 38.5853601808004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9190", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493874832085993, 38.585242231630701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493812352212004, 38.585341569691998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493809447244999, 38.585224783713997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493742609373001, 38.585322958546598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500178142118003, 38.583260367712903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500178142118003, 38.583260367712903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500178142118003, 38.583260367712903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11662", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500112905661993, 38.583243079849602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11662", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500112905661993, 38.583243079849602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11662", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500112905661993, 38.583243079849602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11664", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500047668091, 38.583225791944599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11666", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499982431698996, 38.5832085040078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11867", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491483601691002, 38.580941156982703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11871", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491338116354001, 38.580902333373601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11873", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491260818765994, 38.5808811091511 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11875", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491178966251994, 38.5808580720742 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11877", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491094817128001, 38.5808368167271 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11879", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491012964717996, 38.580813779532797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479343056258003, 38.578925819433998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479291035364, 38.578911958496398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479292709831, 38.5790407294663 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479239014482999, 38.578898098436198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479233257134993, 38.579024888237498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479186992481999, 38.578884237446601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11274", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478736110585004, 38.5788877874569 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11275", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478758310117996, 38.578764504124798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470472198289002, 38.576557996227102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470461766959005, 38.576671218389301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470393598037006, 38.576537003413598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470383166592001, 38.576650224667802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470314998985003, 38.576516009651101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470304566270997, 38.576629230892998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470209237076006, 38.576609428071698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470172553942007, 38.576481756126697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470135824170995, 38.576589830889503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470108317910999, 38.576464609025599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470062411298997, 38.5765702345617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470023903311997, 38.576438288463599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469988998475003, 38.576550637286402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11678", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499360656497004, 38.583035207139602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11678", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499360656497004, 38.583035207139602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11678", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499360656497004, 38.583035207139602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499279457447997, 38.5830122119715 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499279457447997, 38.5830122119715 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499279457447997, 38.5830122119715 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499199942512007, 38.582993259144303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499199942512007, 38.582993259144303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499199942512007, 38.582993259144303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499120446505998, 38.582971616268701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499120446505998, 38.582971616268701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499120446505998, 38.582971616268701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11881", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490947061130996, 38.580796189859399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11883", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490881157570001, 38.580778601049303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11885", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490815254048002, 38.580761011300801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11887", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490749350551994, 38.580743422415701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11889", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490683447094995, 38.580725832592201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11891", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490617543664001, 38.580708243632003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11276", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478664794748994, 38.578868776316298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478691451347999, 38.578746680630204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11278", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478593477809, 38.578849764225701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478557732759, 38.578711033520001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478477190896001, 38.578690459091703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11284", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478379528359, 38.578792728596298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478398372336002, 38.578668548232798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11286", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478308212719995, 38.5787737163351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478319552678002, 38.578646637315103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11288", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478236895969999, 38.578754704024803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478240744052997, 38.578623381353601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469895431438999, 38.576403993159801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469842171793005, 38.576511443491697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469831194397997, 38.576386845899599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469437386161999, 38.576281756494403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469387897209003, 38.576384559953503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469370356845999, 38.576263875461997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469316398573994, 38.576365486337103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498822991276995, 38.582889168198598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498822991276995, 38.582889168198598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498822991276995, 38.582889168198598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11694", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498757170833002, 38.582871617582299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11694", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498757170833002, 38.582871617582299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11694", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498757170833002, 38.582871617582299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498691350414006, 38.582854067829402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498691350414006, 38.582854067829402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498691350414006, 38.582854067829402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498625531182, 38.582836517143299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498625531182, 38.582836517143299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498625531182, 38.582836517143299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11700", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498559710828999, 38.582818967315603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11700", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498559710828999, 38.582818967315603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11700", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498559710828999, 38.582818967315603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11902", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490058236405005, 38.580676570758399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11904", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489984812714994, 38.580656986160001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11906", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489911390206998, 38.580637402420997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478158499931993, 38.578601454892102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11292", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478094263726007, 38.578716680178402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11294", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478022947089997, 38.5786976677363 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477999148687005, 38.578557624054902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11296", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477951630492996, 38.578678655250201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477920310740004, 38.578538401960202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11298", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477880315074998, 38.578659643626303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469227754914002, 38.576225384930602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469173403715999, 38.576327338982303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469145332279993, 38.576204743109102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469101906337002, 38.576308266139499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469057790739996, 38.576181389472602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469030409004006, 38.576289192351702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468973673700006, 38.576158051477996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468958911708, 38.576270118519801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468899804600994, 38.576138793756797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468887413302994, 38.576251044638397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468832775560003, 38.576120911512199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468815916078, 38.576231971619002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11709", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498059879842998, 38.582687738145403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11711", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497980122301001, 38.582666007764701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "10:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11908", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489837967745999, 38.580617817734499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11909", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489784508192002, 38.580485163861503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477449757575002, 38.578420353314499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477400319927, 38.578523170290303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477383342798007, 38.578402639173099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477329460766995, 38.5785042702948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477316921213998, 38.578384918656504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477258610838007, 38.5784853684955 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477187760953001, 38.578466465752001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477184078145001, 38.578349477508901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477117656659999, 38.578331756878001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477046062430006, 38.5784286619418 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477051235207995, 38.578314036208901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468765746547007, 38.576103030129701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468744418897003, 38.5762128976545 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468698717566994, 38.576085148708401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468672921755001, 38.576193823645902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468631689768998, 38.576067267253499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468601424642998, 38.576174750493998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468564660862995, 38.576049384853597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468529927576995, 38.5761556763971 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468497631983993, 38.576031503315903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11719", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497703853014997, 38.582588682877898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11721", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497637770894002, 38.582571045803299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11722", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598868517997, 38.582689307902399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11723", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497571689961006, 38.582553407794997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11725", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497505607912004, 38.582535769743998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485709235410994, 38.579400065014497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485642635727004, 38.579382280929899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485509437605003, 38.579346712650697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485442838020006, 38.579328928451197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485376238468007, 38.5793111442132 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476975212650999, 38.578409759969098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476984813789002, 38.578296315501703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476904362916997, 38.578390857052099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476909839754995, 38.578277211072802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476833513212995, 38.578371954992697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476833161051005, 38.5782567547529 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476762664695002, 38.578353052894997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476751354293995, 38.578234930164797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476691815066005, 38.578334150748802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476620965475007, 38.578315248559299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476586017637004, 38.578192618964401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476550115928006, 38.5782963454255 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476519596447005, 38.578174897990301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468096811989994, 38.575924124894499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468047321360004, 38.576026926880203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468029784500999, 38.5759062421902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467975824589999, 38.576007852441002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467962755889999, 38.575888360342702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467904327859003, 38.575988777957697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467895727314001, 38.575870478456402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467832831159001, 38.575969704331001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467828698770006, 38.575852596531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467761334504004, 38.575950629759397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467761671415005, 38.575834713671703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467689836738998, 38.575931555138297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467694642938994, 38.575816831668902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467618340160996, 38.575912480478202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11727", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497439527037997, 38.582518132561098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11729", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497373445053995, 38.582500494434697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11731", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497307364251995, 38.582482856275497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11733", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497241282326996, 38.582465218974498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12035", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484527844786001, 38.5792006955377 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12037", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484456899422995, 38.579181780613602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12040", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484385952948998, 38.579162865640797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12041", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484377743934004, 38.579044679149298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12042", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484315007660001, 38.5791439506297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484311232910997, 38.579026946041701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12044", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484244061262004, 38.579125035569902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476120571270997, 38.578065688919203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476071062092998, 38.578168485192201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476053889276002, 38.578047881812203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475999933470007, 38.578149491268597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475987206167005, 38.578030074661697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475928804890998, 38.578130496400298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475920523091006, 38.578012267472701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475857676344006, 38.578111502389199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475853840048998, 38.577994460245201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467627614497005, 38.575798949627298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467546843612993, 38.575893406675 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467549048942999, 38.575777989268303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467475347111005, 38.575874331926599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467474335917004, 38.575757045676703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467403850647997, 38.575855257134101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467395769305995, 38.575736085208298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467260856679999, 38.5758171083123 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467245060452996, 38.575694193676199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467178032245002, 38.575676310473497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11741", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496741676203996, 38.582322166210602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11744", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496627770353001, 38.582443631650499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11746", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496556911520003, 38.582424724546698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11747", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496512891845001, 38.582260228573602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11748", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496486052723995, 38.582405817399597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11749", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496446462033006, 38.582242502818197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11750", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496415192819001, 38.582386910204001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11751", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496380031106, 38.582224777019597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11959", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487744679366998, 38.580059668144003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475786547835, 38.5780925083344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475787157040003, 38.577976652979402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475715419370005, 38.578073513334999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475720474064005, 38.577958845675099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475644290936998, 38.578054519192698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475653791121005, 38.577941038332497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475573162548002, 38.5780355241059 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475575128803001, 38.577921832547197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11354", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475502034190001, 38.578016529876301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475493050740994, 38.577901266192796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475430905869999, 38.577997535602996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475414388508995, 38.5778820602983 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475359777595003, 38.577978540384997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11752", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496344334099007, 38.582368002970099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11753", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496313601360001, 38.582207051188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11755", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496247171641002, 38.582189326219101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11756", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496202616776998, 38.5823301874712 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11757", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496180740813003, 38.582171600306197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11758", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496131758169994, 38.582311280107199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "08:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12045", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484244720774001, 38.579009212890803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12047", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484178208668993, 38.5789914797016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12048", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484102169725006, 38.579087205325102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484118350566007, 38.578975693233701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12051", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484031224587, 38.5790682901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12053", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483960278338998, 38.579049374906504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483893926343995, 38.578913544585298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12056", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483889333275997, 38.579030459634502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475288649351, 38.577959546024303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475251964660004, 38.5778382459754 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475217521150995, 38.5779405507189 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475185281947006, 38.577820438362899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475146392981998, 38.577921556270802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474785593838007, 38.577709220773002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474736080688004, 38.577812016465302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474718474872006, 38.577691308208898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474664486500998, 38.577792909696001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11373", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474651355947998, 38.577673394705101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11771", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495502557430001, 38.581991211960997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11774", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495436912832005, 38.581973695350896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11775", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495358505493996, 38.582101702506499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11776", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495371269413994, 38.581956178708602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11777", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495288485897007, 38.5820830181001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11778", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495305624888005, 38.581938661123203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11779", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495218465194995, 38.582064332745396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12071", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483181627125006, 38.578725632620902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12073", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483115379259004, 38.578707934232298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12074", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483126552626004, 38.578833603395502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483049130271993, 38.578690236701597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12076", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483042197874994, 38.578812870982901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482982881324006, 38.578672538232098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12079", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482916632409001, 38.578654839724699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12080", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482884554394005, 38.578768882440201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12084", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482713862956004, 38.578725866908798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474592893505999, 38.577773801986602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474584237049996, 38.5776554820632 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474521299396002, 38.577754695128696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474517119340007, 38.5776375684868 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474449706477998, 38.5777355873308 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474450000508995, 38.577619655767101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474378112444001, 38.577716480384403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474372624547001, 38.577599007258797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474306519595999, 38.577697373398699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474293546286006, 38.577577005928397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474234925646002, 38.5776782654629 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47420589459, 38.577556310645399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474163332874994, 38.577659158388698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474138775921006, 38.577538396844403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11780", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495239981533999, 38.581921144406401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11781", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495148444524006, 38.582045648249299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11782", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495174337066004, 38.581903627647399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11783", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495078423888998, 38.582026963710803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11785", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495008404439005, 38.582008279134897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11787", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494938383884005, 38.5819895936108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11788", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494945483297997, 38.581843766767797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11789", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494868363359998, 38.581970908945301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11790", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494879838973006, 38.581826249841797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11791", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494798344019998, 38.5819522242424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11963", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487602971184003, 38.580021843018201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11972", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487109642904997, 38.579765384936103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11973", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487052023887003, 38.579874721048903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487042868455006, 38.579747549534702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474091739000997, 38.577640050364202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474071657278998, 38.577520483905303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474020146306998, 38.577620943201602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473987450051993, 38.577497114925102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473948552509995, 38.577601835088501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473910074363999, 38.5774764652068 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11792", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494791383261003, 38.581805047771297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11793", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494728323575004, 38.581933538591201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11794", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494700679494002, 38.581778457470399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11795", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494658303159994, 38.581914853798601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11796", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494623642299004, 38.581757304205702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11797", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49458828393, 38.581896168968598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11798", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494557998131995, 38.581739787097199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11799", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494518263594998, 38.581877483190397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483819248912994, 38.578895774787803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12061", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483687840843999, 38.578862879941497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483676496024998, 38.578973712646402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483605551113001, 38.578954797200403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12069", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483247876172001, 38.5787433309766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473376104994003, 38.577333041558802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473322114981997, 38.577434642420499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473308986736996, 38.577315128177503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473241868520006, 38.577297213856397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473178929314997, 38.577396426192799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473162772223006, 38.577277901748602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473107337109994, 38.577377318465501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473087100464994, 38.577258605173299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473035743794995, 38.5773582106888 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473009725295995, 38.577237954853103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472964151672997, 38.5773391019721 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472922084320004, 38.577215914504002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472892559583002, 38.577319994112003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11597", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504099804717001, 38.584296173381198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504019431201996, 38.584276345428897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503941200593005, 38.5842545401268 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11603", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503868087393997, 38.584235781908603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11814", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493768684924007, 38.5815476313266 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11922", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489222326659998, 38.580337793738799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11924", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489132419276004, 38.580313850306297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11927", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489042510803998, 38.580289906798903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472841293531005, 38.577193905281398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472820967531007, 38.577300886207702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472774176692994, 38.5771759906944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472749374375994, 38.577281777352901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472707058734002, 38.577158076963997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472639940809003, 38.577140163194798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472606190464006, 38.577243561322803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472572822925002, 38.5771222484858 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472534597424001, 38.577224452335201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472505705068002, 38.577104334638697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502035886027997, 38.583756701656903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502035886027997, 38.583756701656903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502035886027997, 38.583756701656903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501951452458002, 38.583734144005597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501951452458002, 38.583734144005597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501951452458002, 38.583734144005597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501867020082997, 38.583711587198501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501867020082997, 38.583711587198501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501867020082997, 38.583711587198501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501782586621005, 38.5836890294241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501782586621005, 38.5836890294241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501782586621005, 38.5836890294241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11816", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493701209419001, 38.581529624644197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11818", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493633732795004, 38.581511618818297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11820", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493566256210997, 38.581493612052199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11822", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493498780802, 38.581475606152601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11824", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493431304286005, 38.581457599307903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11978", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486909319662004, 38.579711877715603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486775769847995, 38.579676206638197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11984", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486708995566005, 38.579658371044303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11987", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486553440791994, 38.579741548450997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11989", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486482213968003, 38.579722523615203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486428751239998, 38.579581544760202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472102156811999, 38.5769930532201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472052694116996, 38.577095863326797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472035473212998, 38.576975266304302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471981565164995, 38.577076890346 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471968789648002, 38.57695747935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471910436250994, 38.577057917321497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471902116430996, 38.576939694206096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471839299373997, 38.577038939712303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471835435288, 38.576921899077703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471768172891004, 38.577019958503001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471697047587, 38.5770009781562 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501698154351999, 38.583666472493803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501698154351999, 38.583666472493803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501698154351999, 38.583666472493803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501613788868994, 38.583643892365998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501613788868994, 38.583643892365998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501613788868994, 38.583643892365998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11623", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501529378886005, 38.583621282255301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11623", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501529378886005, 38.583621282255301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11623", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501529378886005, 38.583621282255301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11625", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501444967802996, 38.583598672979001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11625", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501444967802996, 38.583598672979001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11625", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501444967802996, 38.583598672979001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11627", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501356720564004, 38.583572509300801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11627", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501356720564004, 38.583572509300801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11627", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501356720564004, 38.583572509300801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11629", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501259468289007, 38.583549107649603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11629", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501259468289007, 38.583549107649603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11629", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501259468289007, 38.583549107649603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11826", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493363827804004, 38.581439592423799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11828", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493296351349997, 38.581421586401198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11830", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493228876084004, 38.581403579443403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485243040612005, 38.579275575627499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485176441159993, 38.5792577912746 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485109841740993, 38.579240006883403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471625922326993, 38.576981996864703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471635395486004, 38.576868515279401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471554797104005, 38.5769630155296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471556756385993, 38.576846632994602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471483670766006, 38.576944035046402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471476382885996, 38.576827431016703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471412545619003, 38.576925053623903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471310530337007, 38.576784971158702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471270294286001, 38.576887091543298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471243850633002, 38.576767175694698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471199169252998, 38.576868109989597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11646", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500634802779999, 38.583381381746598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11646", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500634802779999, 38.583381381746598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11646", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500634802779999, 38.583381381746598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488382370330001, 38.580229880875201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11945", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488240661478002, 38.580192055629198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11947", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488169805957, 38.580173143386503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471177170955997, 38.576749381093201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471128044257995, 38.576849128392297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11465", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470821236077001, 38.576651209029698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470776167756, 38.576755190934101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11467", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470742635625996, 38.576630215552299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470697567203004, 38.576734197426198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11469", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470664036361995, 38.5766092229278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470618966691006, 38.576713204765802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11648", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500569564955995, 38.583364094135703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11648", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500569564955995, 38.583364094135703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11648", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500569564955995, 38.583364094135703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500504328310996, 38.583346806492898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500504328310996, 38.583346806492898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500504328310996, 38.583346806492898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500439090550003, 38.583329518808497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500439090550003, 38.583329518808497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500439090550003, 38.583329518808497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11654", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373853968, 38.583312231092201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11654", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373853968, 38.583312231092201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11654", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373853968, 38.583312231092201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11656", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500308616270004, 38.583294943334302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11656", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500308616270004, 38.583294943334302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11656", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500308616270004, 38.583294943334302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11658", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500243379752007, 38.583277655544499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11658", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500243379752007, 38.583277655544499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11658", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500243379752007, 38.583277655544499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11853", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492163120081003, 38.581110648744897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11992", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486361977133001, 38.579563708965999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11994", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486295203059001, 38.579545873133398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485775833980995, 38.579417849055801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480288146267, 38.580513599003403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480311027685005, 38.580403702176 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480217386243993, 38.580494737269298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480244690470997, 38.580386019766003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480146627406, 38.5804758754971 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480178353297006, 38.580368336417202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480075867457998, 38.580457013676501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480112016155005, 38.580350653030301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480005107547001, 38.580438151812601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10472", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479668975487002, 38.580232562248703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488524732303006, 38.58149927062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11045", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488454153934001, 38.581482330944198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11050", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488111985741995, 38.581262168253701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488054731763995, 38.581366583975502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11052", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488042103834999, 38.581243544025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487984509811994, 38.581226149768298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479623988818005, 38.580336566828201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479574207813002, 38.580207305755799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479529221022005, 38.580311310298598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479479441360994, 38.5801820482897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479434453300001, 38.580286052790498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479384673827994, 38.580156790740801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479339686792997, 38.580260795210002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479244919197996, 38.580235538447603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479211308299995, 38.580109980564799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479087108659996, 38.580197652070602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470173199187997, 38.5778163328308 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470208084798003, 38.577714189235401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470102166184006, 38.577797390667001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470127650232996, 38.577690918491399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470047189883999, 38.577671279992998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469960098, 38.5777595052975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10706", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469966728431004, 38.577651641433498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469889063969006, 38.577740562096899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469877039568004, 38.577628328144399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469818031114997, 38.577721619758798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469794278091001, 38.577606863623402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469746997159007, 38.577702676470999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469709190708002, 38.577587203697803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10852", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496343237923995, 38.583442806111997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10854", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496257993415995, 38.583420965092003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10856", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496179599699005, 38.583399153821198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10858", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496101197681995, 38.583378686598103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487887280915004, 38.581201816237403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487848884008997, 38.581310668401798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11058", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487803850028996, 38.581180031945799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11059", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487770167261999, 38.581287686928 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11061", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487689379043005, 38.581266926854298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11062", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487668430821998, 38.581144682470097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11063", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487616987514997, 38.581248255227301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11064", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487578909193005, 38.5811208116126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487530535218994, 38.581226878986399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11066", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487503936289997, 38.581100588856302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11067", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487457477001996, 38.581205643959798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478798728634999, 38.5801203337491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478740870975997, 38.580104892243298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478683013342007, 38.580089450708599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478625155732999, 38.580074009145001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469675963233996, 38.577683734040498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469638309074, 38.577562613311997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469604929352997, 38.577664790665601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469571714856997, 38.577544854214999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469505121821996, 38.577527095085003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469462862845006, 38.577626904691002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469391829071, 38.577607962086098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469347081929996, 38.577488512348097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469320795341005, 38.577589018536699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10860", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496015953319002, 38.583356846300802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10862", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495949521461, 38.583339120255602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10872", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495617367259001, 38.583250489477898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11068", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487437792270001, 38.581081880808298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11069", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487383414169003, 38.581187020642801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11070", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487355016449996, 38.581062569350898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11071", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487300304071994, 38.5811677346937 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487271257578001, 38.581041751685703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11073", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487224322602998, 38.581147955936402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478310891237001, 38.579870387954998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478261429770996, 38.579973198881198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478244118638997, 38.579852581711997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478190205803998, 38.579954205884903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478110573541997, 38.579816969110297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478047756845001, 38.579916218854699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478043801043995, 38.579799162751698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477976532992002, 38.579897225726903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477977027430995, 38.5797813563494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477905309183996, 38.579878231654497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10728", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468960748241003, 38.577377017793502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468911289914004, 38.577479829302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10730", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468893804985996, 38.577359170217697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468839884139001, 38.577460792758998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10732", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468826862905999, 38.577341323509302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10734", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468759919711999, 38.577323476756902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468697072704998, 38.577422719540699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10736", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468692977697998, 38.5773056299711 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468625667043995, 38.577403682865501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10738", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468626034571002, 38.577287783141301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468554261422, 38.5773846461462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10740", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468559092625, 38.5772699362781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494999213857994, 38.583102192901002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10885", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494953300939002, 38.583205054260901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10886", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494921614879999, 38.583079279742797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10887", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494874714705006, 38.583186368274902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10888", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494838869259993, 38.583057689114597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11083", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486717851026995, 38.581008748278002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11085", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486646623911994, 38.580989741566299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11087", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486575395686998, 38.580970734805597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11089", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486504168641005, 38.580951728907102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11091", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486417560418005, 38.580926599806098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11093", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486340558913994, 38.580906053782797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11094", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486323042278997, 38.580785271209102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477910255, 38.5797635499137 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477834084259996, 38.579859238433798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477843482601003, 38.579745743439602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477762860528003, 38.579840244273697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477691636827004, 38.579821250970703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477696083566002, 38.579706435454803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477620413164004, 38.579802257623697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477622397982003, 38.579684965245697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477549188398001, 38.579783263327002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477548724597, 38.5796616788355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477477964811001, 38.5797642698925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477481952383997, 38.579643872152801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477406741268993, 38.579745275513197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468482855838005, 38.577365609382902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10742", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468492149564, 38.577252089370901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468411450291995, 38.5773465725755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10744", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468425207685002, 38.577234242430201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468340044784995, 38.577327535724102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10746", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468358264691005, 38.577216395445603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468268639314999, 38.5773084988287 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10748", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468291321731002, 38.577198548422203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468197235030999, 38.577289461894402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10750", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468224379953, 38.5771807013654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468125829637998, 38.5772704249109 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494799584150002, 38.5831636649026 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10890", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494757855125002, 38.583033416807801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10891", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494722729440994, 38.583142297193199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10892", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494671694359994, 38.583010466118097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10893", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494642439320998, 38.583122259475601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10894", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494592373676994, 38.582988889360799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10895", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494563892510001, 38.583098195999803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10896", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494511341795999, 38.582967305978698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494483621540994, 38.583075469079702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494423476034001, 38.582943003522203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494399924698001, 38.583052727142999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484100861509006, 38.580194871204199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484034436581993, 38.580177155443103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11148", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483980564974999, 38.580278790567696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477415180205, 38.579626065431597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477335516609998, 38.579726281985799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476927065251999, 38.579617308861003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476910126554998, 38.579496775145302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476856224700001, 38.579598400556499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476843713289995, 38.579479048993903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476785384185007, 38.579579492208602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476777301213005, 38.579461321908603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476714543707004, 38.579560583817397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467554657784007, 38.577002047980898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467500667750997, 38.577103647966801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467420609285995, 38.576966259421702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467357682900996, 38.577065473193002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467353585664, 38.576948364636102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467286189958998, 38.577046385737297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10900", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494357831729999, 38.582925520538602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10901", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494329904156004, 38.583034079092798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494292186311, 38.582908037512802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10903", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494259882509994, 38.583015430094299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494226542071999, 38.582890554454799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10905", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494189860895005, 38.5829967819544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494160896718, 38.582873071354499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10907", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494119840470006, 38.5829781328762 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494095251394995, 38.582855588217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480564430713997, 38.579248463138903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480474045324002, 38.579366218336801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480492397701994, 38.5792307372922 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480403379487996, 38.579347338214802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480146971427004, 38.579139478083199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480129353514997, 38.579252675078997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480053802010005, 38.579114620142697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480066527131001, 38.579231359693402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479960632651995, 38.5790897630282 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476643704414997, 38.579541675388 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476644418562003, 38.5794258763679 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476572896937995, 38.5795228157073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476577989085001, 38.579408187827703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476502039059994, 38.579503947647197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476511559640997, 38.579390499249499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476431181221002, 38.579485079543801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476445131377005, 38.579372810638297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476360323411996, 38.579466212297802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476367161466996, 38.579351437368302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476289465647, 38.579447344107599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467286562070001, 38.576930470712497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467214698196997, 38.577027299143502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467219508670993, 38.576912576612798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467143224658997, 38.577008236012603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467152474659997, 38.576894703283998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467071723630994, 38.576989170909101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467085441831003, 38.576876829921702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467000221492995, 38.576970105756097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466928719394005, 38.576951040559003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466857217333001, 38.576931975317699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466785716456997, 38.5769129100375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10915", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493647284011999, 38.582859753282399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10917", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493575308616997, 38.582840546677701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10921", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493452397352002, 38.582806484825703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482723440200004, 38.579943472030202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482582105963004, 38.579905751425201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482605246638002, 38.5797899769655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482511440043993, 38.579886891513603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482538996654995, 38.5797722953589 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482440773015995, 38.579868031553701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482472746704005, 38.5797546137143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482370107172997, 38.5798491715558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482406496780001, 38.579736932932697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482299440225006, 38.579830310608699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476220461964004, 38.579310549586303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476147750223006, 38.579409608497897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476147106184996, 38.579291013252103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476076893718002, 38.579390740182802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476080676956002, 38.579273324426502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476006036097004, 38.579371872720003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475647276524001, 38.579160205943602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475597765903998, 38.579263002012198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475580592477002, 38.579142398559199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10571", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475526636316005, 38.579244007798003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466714214472006, 38.576893844707897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466642712525001, 38.576874779333998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10927", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493210732595998, 38.582742842869997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10928", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493301419703002, 38.582632757470897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493138757436995, 38.582723635993901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10930", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493233943289994, 38.582614750516498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10934", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492924388484994, 38.582665698491397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10936", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492852412332994, 38.582646491432101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482311401616002, 38.579708527681298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482228773309004, 38.579811450519401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482218201644002, 38.579684670447897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482158107578002, 38.579792590392103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482138488345001, 38.579662388776299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482074155673004, 38.579646228986 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482016773938, 38.579754869096902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482002154729003, 38.579623980821601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481946108318994, 38.5797360088402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481932026937002, 38.579609308529797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481875441590006, 38.579717148535202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481873478547001, 38.579593175412498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475513908463, 38.579124591136299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10573", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475455506771993, 38.579225012639398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475384377259999, 38.579206018337899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475369000097004, 38.579085291460402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475313247792002, 38.579187023091798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475242118354998, 38.579168028702902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475214866273006, 38.579042317365499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475138955686006, 38.579020835483099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475099859601997, 38.579130038892998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475051490224999, 38.578997484947699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475028730279007, 38.579111044373001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492780437373, 38.582627283432302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10940", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492708461297994, 38.582608076283599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492261761053001, 38.582358961707797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10950", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492230714692994, 38.582478764595002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479867462209995, 38.579064905833498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479914868289995, 38.579185206602098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479774292987997, 38.579040047668101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47985057116, 38.579167289882903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479681123823994, 38.579015190328498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479734973640007, 38.579133785004899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479395077172995, 38.578939680348299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474984806479, 38.578979677220097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474957601, 38.579092048908301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474918122765999, 38.578961869454098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474851439085995, 38.578944061649601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474815342544005, 38.5790540596497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474784755439003, 38.578926253806699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474744213378997, 38.579035064053897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474718072973005, 38.578908445930601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474673084244998, 38.579016069315301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492194372021004, 38.5823410058794 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10952", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492158832643, 38.582459611569497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10953", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492126981870001, 38.582323050907803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10954", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492086950624994, 38.582440459399997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492059592906003, 38.582305095000997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10956", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492015068645003, 38.582421307186102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10957", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491992202822004, 38.5822871399508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10958", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491943185557005, 38.582402154922299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10959", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491924813918999, 38.582269184866497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10960", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491871303661, 38.582383001718199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10961", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491857423910005, 38.582251228837002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491799421796998, 38.582363849370303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11095", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486278950701006, 38.580890116533503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11096", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486256260266998, 38.580769336216498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11097", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486199999369006, 38.580872589678698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11098", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486160225644994, 38.580743166897904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11099", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486132608068004, 38.580856626685801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486044091506002, 38.580828461820801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485938223285004, 38.580800219843603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11105", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485847725377994, 38.580779613563301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11106", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485833393525994, 38.580658011725397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474312242417, 38.578803824964098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474262804551998, 38.578906643322803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474245122289005, 38.578785946358899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474191210268998, 38.578887573201897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474178003340995, 38.578768067720098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474119616029995, 38.578868502135897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474110883286997, 38.578750188136198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10608", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474043763259004, 38.578732309414299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473976426519997, 38.578830359865698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10610", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473976643265004, 38.578714430653498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473904831241995, 38.578811289562601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473909523304997, 38.578696551853703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10613", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473833237156001, 38.5787922183193 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10963", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491790035074999, 38.582233273674099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491727539972004, 38.5823446969777 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10965", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491710664687005, 38.582213920831698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491655657045001, 38.582325543634603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10967", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491634730952001, 38.582193238887299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10968", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491583775297002, 38.582306391152798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10969", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491567341087006, 38.582175282688901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10970", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491511893587997, 38.5822872386263 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481447925552999, 38.579486982254899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481398057942997, 38.5796036944242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481381676254998, 38.579469283770301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481313709294994, 38.579582065289998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481315426997995, 38.579451584346899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481231063227, 38.579561787861699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481233775305995, 38.579430788854602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481145540700993, 38.579539511905601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481157906685993, 38.579410020122999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481057776230003, 38.579516523136903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10614", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473842403385007, 38.578678672114201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473761643109, 38.578773147031903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473763743206007, 38.578657108361597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473690047944999, 38.5787540765958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473696623353007, 38.578639229438402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473618453975007, 38.578735005219798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473620264651998, 38.578619492260103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473546858895006, 38.5787159337943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473458330732996, 38.5785745263046 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473403671138001, 38.578677791721802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473381971020004, 38.578554788963899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473332076172994, 38.578658720163403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10826", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465752531638003, 38.570969055324902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10828", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465694911129006, 38.570953648884903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10829", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465638280921993, 38.571054538522198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10830", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465637291793001, 38.570938242421398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10831", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465576819156993, 38.571038104384698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490985872072997, 38.582151291760802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490915480078996, 38.582132511176098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10984", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490845088122001, 38.582113730548798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10986", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490774696201996, 38.582094949878503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10987", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490725551414002, 38.581945759658701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10988", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704305465997, 38.582076169170499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10989", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490644163105003, 38.581925395408902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483968010533005, 38.580159440539603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11150", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483909711514002, 38.580259893740298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483901585671006, 38.580141724702301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11152", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483838858084994, 38.580240997770403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483835160842006, 38.5801240088269 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11154", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483768003552996, 38.580222100851202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483768734898007, 38.580106292908198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483697150205003, 38.580203203893603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483702310135996, 38.580088576956598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483626296894997, 38.580184306892797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483635885398996, 38.580070861867597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483562628612006, 38.580050426185799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483484590388002, 38.580146512760898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472969868416001, 38.578446195117202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472920391071995, 38.578549001920599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472902750233999, 38.578428298622498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472848796505005, 38.578529911145097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472835630945994, 38.578410401182701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472768511683995, 38.5783925046048 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472705608620004, 38.578491731268201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472701392456003, 38.578374607988103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472634015308998, 38.578472641266004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10832", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465579671341004, 38.570922835023097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10834", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465522052053998, 38.570907428502203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10835", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465453895710993, 38.571005236011601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10836", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465464431645003, 38.570892021947401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10838", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465406812414997, 38.570876614468297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490633913620002, 38.582057388414697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10991", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490564505254994, 38.581902350440799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10992", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490563521810998, 38.582038607616099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10993", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490484839003003, 38.581880649518297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10995", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490418847450997, 38.581863042945102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490395933133001, 38.581989621654699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490325542601994, 38.581970840716401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11000", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490286863305002, 38.581827828779801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11001", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490255150959001, 38.581952059730199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11002", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490220871858, 38.581810221192796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11116", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485299128877998, 38.580514268108601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11118", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485232528009007, 38.580496518021398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472634273268, 38.5783567104315 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472562420889005, 38.578453551214203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472567154106997, 38.578338813736998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472490827653999, 38.5784344611235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472500034980001, 38.578320917003403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472347640153004, 38.578396280803901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472365796833003, 38.5782851225188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472276045884996, 38.578377190574997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472289451294003, 38.578263551192499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472204452803993, 38.578358100307099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11004", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490154880437004, 38.581792614469101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490114367779995, 38.581914498530402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490043977395999, 38.581895717420799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489694347045003, 38.581807544857703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489612131247, 38.581785635699802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481082039263995, 38.5793892504459 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480966605635999, 38.579490828952103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481015813324007, 38.579368523940602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480883959779007, 38.579470550375099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480943802110005, 38.5793477705583 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480813294878999, 38.579451670508703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480869840837997, 38.579330037203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480742628862004, 38.579432791494703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480813243135003, 38.579310867262102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480657812256993, 38.579414958865101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480727679400005, 38.579297622304303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480651845278999, 38.579272311971899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480544710057003, 38.579385097509501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472127465518, 38.578225813735799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471507854197, 38.578172327563202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471495005975001, 38.578052896362898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471428235638001, 38.578035085282103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489529914344999, 38.581763727379403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489461795587005, 38.581612332238301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489447698647993, 38.581741818104803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489384717834, 38.581591792415303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11023", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489307640125006, 38.581571252541103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489283266257004, 38.581697999375201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489230563608999, 38.581550712620597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11026", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489201049556996, 38.581676090821198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11027", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489153485988993, 38.581530172643703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11028", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489118834061998, 38.581654181312999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489076408413993, 38.5815096326155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483484243503995, 38.580028623439503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483395590854002, 38.580005429784897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483342882882994, 38.580108718450496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483318927902999, 38.579982289571703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483272029755, 38.580089822133601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483242234624996, 38.579963184289603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483201176669994, 38.580070924872501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471365412354004, 38.57813433231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471361466475997, 38.578017275068902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471294192065997, 38.578115334169802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471294697347005, 38.577999464817204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471222970663007, 38.578096336881401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471221000843997, 38.577979806676296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471151750451, 38.5780773386536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471140391589003, 38.577956484489803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471080530270996, 38.578058341282798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471059768920995, 38.577934978395497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471009308987007, 38.578039342962199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470981459922996, 38.577913482817401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470938088883003, 38.578020345503703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470914690986007, 38.5778956723465 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489036617470006, 38.581632271741398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488999330883004, 38.581489092536003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488954402076004, 38.581610362116301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488922253390001, 38.581468553306003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488872185578003, 38.581588453328699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11035", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488845175947006, 38.581448013123797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488789970284998, 38.581566543587002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11037", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488768099696998, 38.581427472895399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11039", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488691022344, 38.581406932610498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11042", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488613945034999, 38.581386392274403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11124", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485032726740002, 38.580443268435801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11128", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484899526446995, 38.580407767921599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11130", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484832925776004, 38.5803900176045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11132", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484766325139006, 38.580372267248997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470866868822995, 38.578001347100603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470847922082001, 38.577877861837102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470795648795004, 38.577982349554603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470781153212002, 38.5778600512892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470724427663001, 38.5779633510586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470714384375, 38.5778422407028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470653207710001, 38.577944353424897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470344182771996, 38.577747449704901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470244233371005, 38.577835275856998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13385", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468567621161, 38.573729692641699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468496219507003, 38.573710618949796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468424819031995, 38.573691546120102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13574", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484926725690997, 38.576748011441801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13575", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484866120899994, 38.576855415182798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13576", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484860216548995, 38.576730295765302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13578", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484793706285998, 38.5767125809463 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13579", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484724233288006, 38.576817621733497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13580", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484727197210006, 38.576694865193502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484653290112007, 38.576798724946201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13001", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484429860852998, 38.577963527720598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13002", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484440988187004, 38.5778294057911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13003", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484358916882002, 38.577944593817797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13005", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484287972942994, 38.577925660772301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13006", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484285181540997, 38.5777866327292 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13008", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484200440484997, 38.577763422869502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476447546041996, 38.575833127169197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13194", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476407428414007, 38.575726925415701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13195", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476376326831002, 38.575814114137401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13196", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476322430070994, 38.575703640134201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13197", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476305107658007, 38.575795101061701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13198", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476255662000995, 38.575685814725603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13199", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476233887375002, 38.575776087937001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13200", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476188893957996, 38.575667990179397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13201", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476162668271002, 38.575757075674503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468210614412996, 38.573634324648197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13592", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484075866194999, 38.576637360952603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13593", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484063411750995, 38.576518056415303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13594", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484005201711994, 38.576618537981197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13595", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483997164197007, 38.576500409875003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13596", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483934538406004, 38.576599715872703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483930916670005, 38.576482764197699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13602", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483722546432006, 38.576543247476302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483732174297003, 38.576429825136501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483597348543, 38.5777413451573 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13019", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483566856796998, 38.5776046151367 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483526683351997, 38.577722485859503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483500608604004, 38.577586934079598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483456019347003, 38.5777036265237 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13023", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483434360437997, 38.5775692538855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13212", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475584535414001, 38.575516959083899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13214", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475517418311, 38.575499046982401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13215", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475466098675994, 38.575571150225997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13216", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475450301248003, 38.575481133940997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13217", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475394507697004, 38.575552043011697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13604", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483651882135007, 38.576524424289197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13606", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483581217874999, 38.576505601058997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13608", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483510554793, 38.576486778691603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13611", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483467184926994, 38.576359238890397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13613", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483400938816004, 38.576341592014003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13614", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483298563489996, 38.576430309518699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483385354237996, 38.577684766238697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13027", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483301864218006, 38.577533891581702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483235616157998, 38.577516210372998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483173361412, 38.577628187837902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483169368123001, 38.577498530027199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483102696451994, 38.577609327380401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483103121276002, 38.577480848747797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483032031524004, 38.577590467780603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483036873312997, 38.5774631674253 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13218", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47536723783, 38.5754577711376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13219", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475322915600998, 38.575532936648699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13220", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475279608205, 38.575434387577303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13221", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475251324691996, 38.575513830246699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13222", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475203382825001, 38.575412847535098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13223", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475179732680004, 38.575494722894298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13224", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475124873781994, 38.575391297989299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13225", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475108141847002, 38.5754756164037 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13226", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475057756919, 38.5753733847204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13227", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475036549910996, 38.575456508962802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13228", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474990640083007, 38.575355472313397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13404", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466366909361994, 38.5730198575435 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13406", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466286969158006, 38.572995958451997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482870673902994, 38.576200410706598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13624", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482797847190994, 38.576313876773597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482804338573999, 38.576182763088902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13626", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482727090403003, 38.576295053507501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482738004417996, 38.576165116339197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13628", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482656333657999, 38.576276229297299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482671670301997, 38.576147468650603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482961367780007, 38.577571608142797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482890702925999, 38.577552748456696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13230", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474923523281007, 38.5753375598674 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13231", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474893367289994, 38.575418295755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13232", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474856406518995, 38.575319646481802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13241", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474360772143996, 38.575277096321301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13408", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466207006069993, 38.572975124955597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13410", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466132884082995, 38.572955848066897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13413", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466085820879997, 38.573072770283403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13415", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466015072128002, 38.573053881849397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465929967044005, 38.5729073005106 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13417", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465944323420004, 38.573034992471399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465863640500999, 38.572889591840998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13419", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465873574743, 38.573016103950899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13714", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479303973491994, 38.575366643652899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13721", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478873176725003, 38.575135629515799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478823578136996, 38.575243004000903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478806663038, 38.575117844561497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13724", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478752880165004, 38.575224113696201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13726", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478682023515006, 38.575205270381097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482326396741996, 38.577273263672097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482273529324999, 38.577387991633003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482260149165, 38.577255581905099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482191472026003, 38.577365494999199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13053", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482193901621002, 38.577237900100101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482109402917999, 38.577344790138703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482127654102996, 38.5772202191582 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482027332702998, 38.577324086115603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482063662437994, 38.577206396903001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13058", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481942978771997, 38.577303371814502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13059", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481995160327003, 38.577184855363797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13243", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474289180469, 38.575258007336302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474217589979006, 38.575238918312301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474145998379996, 38.575219829238698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13248", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474131340501003, 38.575122581932199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474074407966995, 38.5752007401261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13250", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474064224006995, 38.575104686104602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13251", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474002816444994, 38.575181650963998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13253", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473909010228994, 38.575155738307103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13255", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473837418795995, 38.575136649042797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13421", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465802826109993, 38.572997214486499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13423", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465732077514005, 38.572978324978699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13425", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465661330097006, 38.572959436333797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13740", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478242112532001, 38.574970243483598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478121744516997, 38.575057758223998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13742", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478175685501995, 38.574952577474399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478050888191007, 38.575038915423399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13744", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478109258497994, 38.574934912327997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13745", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477980033058003, 38.575020071683802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13060", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481858626036995, 38.577282657457197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13061", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481928912906994, 38.577167174308101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13062", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481774311273, 38.577256564852398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13063", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481862665527004, 38.577149492313602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13064", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481703647044995, 38.5772377044417 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481796418179997, 38.577131810281202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13066", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481632984002005, 38.577218843993002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13067", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481730170860004, 38.577114129111699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13068", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481562319855001, 38.577199982595097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13256", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473840643903998, 38.575048696456101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473765828549006, 38.575117559739297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13258", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473773527553007, 38.575030800459899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473694237193001, 38.575098470386401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13260", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473706411235, 38.575012904424703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473622647023006, 38.575079380994403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13262", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473639294950999, 38.574995008350598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13263", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473551055743002, 38.575060291552902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13264", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473572178701005, 38.574977112237697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13266", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473505062491, 38.574959215184897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13660", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481432521375993, 38.575933764188903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13662", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481340152422007, 38.5759091865256 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13663", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481292700885007, 38.575780586165301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13666", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481155415857998, 38.575860030082197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13668", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481063048243001, 38.575835452203002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13080", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480992614114001, 38.576949806608603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13081", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480955135726006, 38.577036176959297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13082", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480900046330007, 38.576925107889103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13083", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480862567835999, 38.577011479110801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13085", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480769998862996, 38.576986781183102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13274", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472998058981005, 38.574912711986002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13276", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472927120064, 38.574893753054397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13277", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472902972211998, 38.574797714623401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13278", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472856182325998, 38.574874794985398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13279", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472836467106006, 38.574779940684301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13280", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472785244631993, 38.574855835972002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13454", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464108591970003, 38.572406330564803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13456", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464024946452994, 38.572381370411797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13458", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463948812370006, 38.572364290003399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13460", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463871745161995, 38.572338376420497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13462", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463763777525998, 38.572310123259697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13754", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477443340077002, 38.5747501008996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13755", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477451718921003, 38.574884202163801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13756", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477370631347, 38.574732284449702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13757", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477380407165001, 38.574865226265302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13758", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477303775303, 38.574714494380302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13759", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477309094299002, 38.574846250317698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13760", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477236920441001, 38.574696704277301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13762", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477170065611006, 38.574678914135802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13763", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477166469829001, 38.574808298295899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13764", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477103209668002, 38.574661123950499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13765", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477095157083994, 38.574789321315698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13766", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477036354904996, 38.5746433337317 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13767", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477023845516996, 38.5747703451975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13768", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476969500175997, 38.574625543474298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13087", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480677431109001, 38.576962082285597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13096", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480299748050996, 38.576745293703702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13098", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480240568905998, 38.576752153218003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13099", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480180147062001, 38.576829384311303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13100", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480188374337004, 38.576738223428798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13281", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472747737603996, 38.574756687127497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13282", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472714305829001, 38.574836876909899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13283", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472662452405004, 38.574730760913702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13284", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472643368210001, 38.574817917809497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13285", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472582266366999, 38.574710235326897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13286", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472572429482, 38.574798958660502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13287", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472515761422997, 38.574692461203398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13288", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472501491933002, 38.574780000374098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13289", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472449257660003, 38.574674687047001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13290", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472430553280006, 38.574761041138103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13291", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472382752781996, 38.574656912846997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13464", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463659179367994, 38.572285519832803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13466", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463494254094002, 38.572242320569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476138305651006, 38.574407824627698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476071189327001, 38.574389929963402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476034122217001, 38.574505768062799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476004073043001, 38.5743720343593 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13792", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475936956785006, 38.5743541396171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475890940705, 38.5744675921229 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475869840561998, 38.574336244835997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475819350579997, 38.574448504089098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13796", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475802724378994, 38.574318349115202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475747759346007, 38.574429416005898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475735608221996, 38.574300454256203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13799", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475676169297003, 38.574410327883598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475668492099999, 38.574282559358402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480060845606005, 38.576797545084503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13113", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479612656314004, 38.576677965997298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13292", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472359615811996, 38.574742081863903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13293", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472316249084997, 38.574639138614202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13294", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472288677234999, 38.574723122540902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13295", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472249745420996, 38.574621364343102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13296", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472217739835997, 38.5747041640806 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13297", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472183240643005, 38.574603590028602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13480", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505687520674996, 38.582403652287802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13482", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505687424006993, 38.582282286809097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13483", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505624017814, 38.5823886983435 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13484", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505651537763995, 38.582270690407903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13485", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505616160759004, 38.582262293448899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13486", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505565766537998, 38.582372655987399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13487", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505590614658004, 38.582254812330099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13488", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505556375027993, 38.5822464220116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13489", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505489943640001, 38.582352443979197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13490", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505516420681005, 38.582237391062698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13491", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505486356033003, 38.582229569002102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13681", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480620609696004, 38.575601569009898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13115", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479541248618006, 38.576658918037197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13117", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479469840961002, 38.576639870033098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13119", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479398433347995, 38.576620821083999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13125", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479256030054998, 38.576489990145198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13308", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471597426933997, 38.574538491656703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13310", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471526582449002, 38.574519588149897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471455738008004, 38.574500683699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13313", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471442484782997, 38.574403799202301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13314", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471384893605006, 38.574481779204703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13315", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471376068390995, 38.5743860761769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13316", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471314048091998, 38.574462874661798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13492", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505414120791997, 38.582332231020601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13493", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505450337241001, 38.582219220613503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13494", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505421682900007, 38.582211603658301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13495", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505352504548, 38.582317001204103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13497", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505385752492003, 38.582203739396597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505354102105002, 38.5821953627825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13503", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505150577356005, 38.582139165445099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505097636461002, 38.582248256544602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13769", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476952532840997, 38.574751369030302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13770", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476902644332995, 38.574607753173098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13771", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476881220202998, 38.574732392819001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13772", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476835789670005, 38.574589962838502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13773", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476809908750994, 38.574713416569097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13774", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476768935040994, 38.574572172465302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13775", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476738596188, 38.574694440270001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13776", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476702079297993, 38.574554382048298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476205422009997, 38.574425719253199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13129", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479103535909005, 38.576450653796996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13130", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479041396984002, 38.576525578385699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13131", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479011523522004, 38.576425511918103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13132", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478969989594006, 38.576506530073203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13133", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478924079818, 38.576400390529898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13134", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478898582247993, 38.5764874808158 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13135", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478857135105997, 38.576382532499501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13136", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478827174933997, 38.576468432415197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13138", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478755768811993, 38.576449383074902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13317", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471309650877998, 38.574368354009003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13318", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471243203764004, 38.5744439700808 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13319", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471243234552006, 38.574350630907396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13321", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471176818258996, 38.574332907767698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471101515219999, 38.574406160788797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471030670998005, 38.574387256978497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13325", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471043984624998, 38.574297461368602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13326", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470959825671997, 38.574368352218798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13327", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470977568424999, 38.574279739015402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13328", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470888981531999, 38.574349447421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505021414435006, 38.582228041621399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13508", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505043000244001, 38.582109393143803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13509", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505010534652001, 38.582100412052696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13510", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504945191298006, 38.582207827544003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504965692194006, 38.582088578948998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504935882615996, 38.582079908290901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504868968203994, 38.582187613416401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504869043924998, 38.582062612652599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504903168517004, 38.582073497263501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13516", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504792746301007, 38.582167399243502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482444063635, 38.576219758209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13636", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482373307038998, 38.576200933825803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482371218354004, 38.5760751907833 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13639", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482302550480995, 38.576182109399298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482304884412002, 38.576057542884598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13641", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482231793954, 38.576163285830503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482238550497001, 38.576039895848602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13643", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482161038618003, 38.576144461322798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482172216620995, 38.576022247873802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13645", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482090281018003, 38.576125637662301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13146", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478275917152999, 38.576321304007202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13147", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478253244621001, 38.576226801300102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13148", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478205069265996, 38.576302385669898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13149", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478186824966002, 38.576209065066301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13150", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478134220269993, 38.5762834672841 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13151", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478120405343006, 38.576191328794302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13152", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478063372459005, 38.576264548860102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13153", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478053984606007, 38.576173592479101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13154", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477992524685007, 38.576245630392698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13329", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470911152263994, 38.5742620157232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13330", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470818137429006, 38.574330542579901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13340", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470291457800997, 38.5741986684748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13524", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486859975970006, 38.577262613393202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13525", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486810588186003, 38.577365445357202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486793206927999, 38.577244839121299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13527", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486739367783002, 38.577346486462503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486726436777005, 38.577227063904999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13691", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480100247487997, 38.575457185168901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480089444458002, 38.575575973105401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13693", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480033303241996, 38.5754393449348 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13694", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480018037606996, 38.575556943456398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479946630794004, 38.575537913763299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479875224018997, 38.575518884026202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13699", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479832473, 38.575385824010503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13700", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479765528887995, 38.575367983621597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13155", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477987565042994, 38.5761558570318 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477921676948, 38.576226711881901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13157", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477921145519005, 38.576138120645503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477850829250002, 38.576207793327903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13160", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477779980440999, 38.576188874725197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13162", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477709132818006, 38.5761699560843 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13163", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477680886249004, 38.576070383988998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477638285238001, 38.576151036499297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13165", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477598505914997, 38.576048990732303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477567437689999, 38.576132117771699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13342", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470219868431002, 38.574179558955599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13344", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470148280245994, 38.574160449397397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13345", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470110429564997, 38.574047543197999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470076690959004, 38.574141338888801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13347", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470043315219002, 38.5740296279224 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470005102851005, 38.5741222292421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13349", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469976200906004, 38.574011712607799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13350", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469933513634004, 38.574103119545804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13351", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469909086634004, 38.573993796353498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13352", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469861925608996, 38.574084008909601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486592898858007, 38.5771915151687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486383264066006, 38.577251687718103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13539", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486312042742995, 38.577232728555401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486325821131004, 38.577120416322899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13541", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486240822610995, 38.577213768453099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486259052354995, 38.577102641742897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13543", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486169601369994, 38.577194808301797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48619228247, 38.577084866218499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13728", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478640677710999, 38.5750762369466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13729", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478611166901999, 38.5751864270227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13730", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478574250484002, 38.575058571166203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13731", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478540311474006, 38.575167583625998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13732", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478507823282996, 38.575040906248503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13733", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478469454928998, 38.575148741081698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13734", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478441394973004, 38.575023240386699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13735", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478398598428001, 38.575129897593101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13736", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478374967844999, 38.575005574491797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13737", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478327741965003, 38.575111054061097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13738", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478308540742006, 38.5749879094598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13167", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477513843061004, 38.576027586214003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13170", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477425741557994, 38.576094280181302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13179", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476946083884997, 38.575966216274701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13353", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469841972389005, 38.5739758809611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13354", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469790336469003, 38.574064899124799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13355", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469774858177004, 38.5739579655299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469718748513998, 38.574045789301003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13357", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469707744006001, 38.5739400491588 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469647159456997, 38.5740266785267 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13359", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469640629861999, 38.573922133649702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13360", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469575571579, 38.574007568614299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486125513760001, 38.577067091561503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486058743935999, 38.577049316860901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485991975293004, 38.577031542126903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482105882770995, 38.576004600761799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13647", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482019525756996, 38.576106813067902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13648", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482037824794006, 38.575986219774499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481948769379997, 38.576087989326098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481878013046, 38.576069164640103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13658", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481524889240006, 38.575958342674099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13659", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481477437337006, 38.575829742389701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13181", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476874864408003, 38.575947203549603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13183", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476803644962004, 38.575928191681498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13185", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476732424413996, 38.575909178863597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13186", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476722313454005, 38.575818160539399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13187", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476661205051002, 38.575890166006999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13189", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476589985725994, 38.575871153106597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13190", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476577384657006, 38.575778873965596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13191", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476518766439, 38.575852140162397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13192", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476490129941993, 38.575751993033897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13375", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468924628862993, 38.573825059534002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13377", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468853228165997, 38.573805986067697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13379", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468781826359006, 38.573786912552102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13559", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485442299252995, 38.577008885032399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13561", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485371354547993, 38.576989988680097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13562", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485325784685998, 38.576854303812603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13563", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485300411029996, 38.576971092289497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13564", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485259274198, 38.576836588360202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13566", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485192764890996, 38.576818872874902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13567", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485149896582996, 38.576931000658597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13568", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485126254468994, 38.576801157346097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13570", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485059745222003, 38.576783442685198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13571", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485008008669993, 38.576893207557198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13572", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484993236014006, 38.576765727085103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13701", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479798862181994, 38.575498073427497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13702", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479698585956996, 38.575350143199103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13703", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479735559054006, 38.575480437670201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13704", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47966100507, 38.5754617945557 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13709", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479497755069005, 38.575296621688899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13710", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479446785316995, 38.575404704683599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13711", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479430812272, 38.575278781111599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13712", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479375379955997, 38.5753856746433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13713", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479363868367003, 38.575260939589398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12087", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482651638218002, 38.578584046221998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12089", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482564849371002, 38.5785644629375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12090", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482464380037001, 38.578658808034596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12091", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482468951358996, 38.578541254197702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12092", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482379052583994, 38.578634735667698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12093", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482402702692994, 38.578523555396202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12094", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482301892953004, 38.578610699762699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12774", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493875840971, 38.580483279948197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12775", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493868130669, 38.580334301942599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12776", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493803960611004, 38.580464110826803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12777", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493789349395996, 38.580312694545903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12778", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493732080296994, 38.580444940759797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12779", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493721960879995, 38.5802947233854 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481922904895995, 38.578389361177699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481856656507006, 38.578371662063702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481790408150999, 38.578353962911699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12107", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481754847926993, 38.578467323972099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481724159826996, 38.578336263721802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12110", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481643223068005, 38.578317216750897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481555771483002, 38.578295577496199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472427702922005, 38.575983839986201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472377972499004, 38.575843238169902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472359784412006, 38.5759657115903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472291867085005, 38.575947583159802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472242136955003, 38.575806981284899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472223948644, 38.5759294546842 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472174218660996, 38.5757888527801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472093130090002, 38.575764839874097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472074888120005, 38.575894376044303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472019372771001, 38.575745153124998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471990594391997, 38.575871876372901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471945615498996, 38.5757254654281 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12790", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493103125727004, 38.580277203907997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12792", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493031245788998, 38.580258033405897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12794", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492959365890002, 38.580238862859098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12795", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492959573090999, 38.580106212171401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12796", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492887486022994, 38.580219693168601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12797", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492892186126994, 38.580088240532803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12798", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492815605052996, 38.580200522527498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12799", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492824798056006, 38.580070267949097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12800", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492743725270003, 38.580181351846797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12801", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492757411165996, 38.580052295331299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481469962362993, 38.5782726626543 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481402099755002, 38.578252391194901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481328650042002, 38.578234209069898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481258171921993, 38.578216942011302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481201703712003, 38.578201851197903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481141969362994, 38.578186744817799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481072473840001, 38.578166466746801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471906299563997, 38.575849377535697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471871857113996, 38.575705778579803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471822005942002, 38.575826877741498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471798099916995, 38.575686091689697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471737711226993, 38.575804377880701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12802", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492671845518004, 38.580162182022299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12803", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492690023156001, 38.580034323569997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12804", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492599965812005, 38.580143011252403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492606687616998, 38.580010902624799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492528084997005, 38.580123840432798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492523338224998, 38.579989275243399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492456205362004, 38.580104670474398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492455951487997, 38.579971302449998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492384325771994, 38.5800854995706 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492384008686003, 38.579951517757699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492312445072997, 38.5800663286171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480996436688997, 38.578147442184999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480571464779999, 38.578155097441197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480530519647004, 38.5780174620403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480519647945002, 38.578140839772999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480437949476993, 38.577992764748402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480459676207005, 38.578125262607202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471197423468993, 38.575538061646903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471161735273, 38.575639664030703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471131006335995, 38.5755203042483 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471064589235993, 38.575502546811499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470968950450001, 38.5755885806634 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470904077048999, 38.575455368429502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470898105369002, 38.575569638936003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470827259171998, 38.575550698060901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470754960478004, 38.575413368030297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12822", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491763547418003, 38.579919932692697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12824", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491693344097996, 38.5799012083544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12826", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491623140814994, 38.579882483973599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12828", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491552937568997, 38.5798637595502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480252810476998, 38.577943369947597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480315299660006, 38.578085024668603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480160240499004, 38.577918672433597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12145", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480235159014001, 38.578060132560402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470682000836007, 38.575396862439803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470685569192, 38.575512815290203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470609069765999, 38.575376511001203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470537755023003, 38.575358730863996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470543879363007, 38.575474932345998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470459961895003, 38.575333229183599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470393545136005, 38.575315471361797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470327128410005, 38.575297713502003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470331343756996, 38.575418107148899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "18:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12873", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489675021935994, 38.579366427148699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12875", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489593181287006, 38.5793446115091 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12877", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489511339540996, 38.579322795806497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12879", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489446796522003, 38.579307295945199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479036709048003, 38.577621213234501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479070265264994, 38.577743841216503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478966574878001, 38.577604622897098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478998949605, 38.5777247933406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469866265451998, 38.575285863431098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469794676258999, 38.575266752753798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12397", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469637533267999, 38.575109570395902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469723085949994, 38.575247642927799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12399", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469603840969, 38.575102365606703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12400", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469569431842999, 38.575095411576299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469651496826003, 38.575228533062699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12402", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469525233707998, 38.575083645127698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12403", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469486050225001, 38.575074411544399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12972", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485646523841993, 38.578172138755001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12974", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485579838093003, 38.578154355147198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12976", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485513152384002, 38.578136570600101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12978", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485446466707003, 38.5781187860145 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478890610392, 38.577582878365902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478927633989002, 38.577705744519903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478789562995004, 38.577555902862002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478856319553003, 38.577686696561202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478722704457994, 38.577538044245998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478785004008003, 38.577667648553501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478655847095993, 38.577520186497502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12181", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478713689654001, 38.5776485996061 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478642374185, 38.577629551510498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478571058759997, 38.577610502470101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478468309337998, 38.577470517669703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478499744513996, 38.577591454291699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469579907747999, 38.575209422252499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12405", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469444715617996, 38.575064163588102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12406", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469404139863997, 38.575052800179797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469508317554002, 38.575190312293699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12408", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469364250506999, 38.575037411088402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12409", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469323146880996, 38.5750286695475 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469436728551997, 38.575171201394902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12411", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469285648977007, 38.5750179382227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12412", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469245513654997, 38.575007695692896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469365138434995, 38.575152091347498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12414", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469205785455003, 38.574995950516403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12415", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469166916640006, 38.5749874705173 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469293549503007, 38.575132981261099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12417", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469125266410003, 38.574976467848401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12418", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469090240580996, 38.574966501848102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12922", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487524653858998, 38.578789086725003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12928", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487310697853005, 38.578732011746901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478428429158996, 38.577572406064299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478354154209995, 38.577440016981697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478357113849, 38.577553356892103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477946086588005, 38.577333977941798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477877084227003, 38.577425153781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477879665977994, 38.577316241532102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477806235350002, 38.577406235200002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477813245400995, 38.577298505084201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477735386510005, 38.577387316575603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469221959468996, 38.5751138702242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12420", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469046669457001, 38.574956243491997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12421", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469156712507001, 38.574959485982198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469150370614003, 38.575094760049197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12423", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469123669571999, 38.574950780431699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12424", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469085781413995, 38.574939295903299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469078780649994, 38.575075649824697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12426", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469052738504004, 38.574930589431801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12427", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469018666485994, 38.574921380033999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469007191878006, 38.575056538660299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12429", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468985623592005, 38.574912673543302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12658", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498506443196007, 38.581746343215798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12662", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498371615566995, 38.581710354799398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12662", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498371615566995, 38.581710354799398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12662", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498371615566995, 38.581710354799398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12664", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498304201807002, 38.581692360081902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12664", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498304201807002, 38.581692360081902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12664", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498304201807002, 38.581692360081902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12665", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498297127685007, 38.581536288813602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12667", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498221965987, 38.581515333460302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12930", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487239380023993, 38.578712986969997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12932", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487168061084006, 38.578693962144101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12934", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487096743330994, 38.578674937279303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12936", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487025424468001, 38.578655912365498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12938", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486954105642994, 38.578636887407797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12940", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486882788003001, 38.5786178624112 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477664537715, 38.577368397007099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477680403197994, 38.577263032069098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477593687802994, 38.577349478290799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477613982712995, 38.577245296407803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477522839076002, 38.5773305595363 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477557340708003, 38.577230168791303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477451990386996, 38.5773116407386 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477490920291004, 38.577212432158497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477381141736004, 38.577292721897301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477310293122002, 38.577273803012801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477358117131004, 38.577171830139498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477239443404002, 38.577254883178902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468620635047003, 38.574844954825302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468553694502006, 38.574827073720002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468453084895998, 38.574908571888201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468486755138002, 38.574809192581199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468381682086005, 38.574889499027002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468310279321003, 38.574870425220801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468306263165005, 38.574753331486498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468238876594, 38.574851351370697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468239322784001, 38.574735450199299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468167473898006, 38.574832278377301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12668", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498169374381007, 38.58165637143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12668", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498169374381007, 38.58165637143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12668", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498169374381007, 38.58165637143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12670", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498101960715999, 38.581638377495601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12670", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498101960715999, 38.581638377495601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12670", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498101960715999, 38.581638377495601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12672", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498034547092004, 38.581620382620997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12672", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498034547092004, 38.581620382620997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12672", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498034547092004, 38.581620382620997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12674", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497967133494996, 38.581602388608097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12674", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497967133494996, 38.581602388608097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12674", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497967133494996, 38.581602388608097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12676", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497899719938999, 38.581584393655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12676", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497899719938999, 38.581584393655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12676", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SUN", "start_time": "22:00", "end_time": "03:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497899719938999, 38.581584393655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12985", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485012769936006, 38.578116569285598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12987", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FIRST_TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484941824510003, 38.578097635734899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12989", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484870880263998, 38.5780787030467 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12991", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484799936062004, 38.578059769414097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12993", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484728990742994, 38.578040836633903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12994", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484754750891994, 38.57791155636 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477278004336995, 38.577152500042502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477168594865006, 38.577235964207603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477178689715998, 38.577124618341699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477097746363995, 38.577217045193002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477082620705005, 38.577097524185703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477026897900004, 38.577198126135002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477006410431002, 38.577078461075999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476956049473998, 38.577179207033602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476596910083998, 38.5769675594563 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476547601609994, 38.577070415394402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468172383584999, 38.574717568878697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468096071247999, 38.574813204439003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468084011119004, 38.574699588137797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468024669783006, 38.574794130462003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467995663801005, 38.574678548896301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467953267208003, 38.574775056435598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467911244484, 38.574652939368299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467881864665998, 38.574755983266101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467854024401007, 38.574638161984197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467810462168003, 38.574736909151603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467785125399999, 38.574621800253801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467739059707995, 38.574717834993102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467722093855002, 38.574602406912099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467667657280003, 38.574698761691401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12688", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497290700327, 38.581252122814703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12690", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497224356974996, 38.581234449228603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12692", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497158014803006, 38.581216775609299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12694", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497091672658001, 38.581199102852999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12830", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491482734353994, 38.579845035985002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12834", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491342326899002, 38.579807586920197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12836", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491272123800002, 38.579788862326403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476530249435001, 38.576949782445404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476476259641004, 38.577051381154497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476463487139, 38.576931942774401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476405046210999, 38.577032351956198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476396724875997, 38.576914103064702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476262619463995, 38.576994293428299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476224061341, 38.576870554593803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476191405001003, 38.576975264093399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476142639380001, 38.576847519600797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476120191722003, 38.576956234719901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476085674442999, 38.5768297240446 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476048978481998, 38.576937205302599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467643463409004, 38.5745844715278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465633773682001, 38.5740405544175 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465599939490005, 38.574031117179999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12696", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497025330552006, 38.581181429157702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12697", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496986815661003, 38.581315016983197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12698", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496958988478994, 38.581163755424498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12699", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496916050428993, 38.581296165455697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12700", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496892646438994, 38.581146081653202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12701", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496845285240994, 38.581277312984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12702", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496826304424999, 38.581128408744704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12703", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496774520084003, 38.581258461369998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12704", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496759962450994, 38.581110734897401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12705", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496703754964003, 38.581239609712703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12942", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486811469253993, 38.578598837365497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12952", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486313383099002, 38.578349981728998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12954", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486246697023006, 38.578332197604503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476015616870995, 38.576815715132298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475977765280007, 38.576918175841499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475957020086994, 38.576797912126302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475906552115006, 38.576899146336601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475890276911997, 38.576777508255702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475808816338002, 38.576759600760603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475764124752999, 38.576861087190103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475722456647006, 38.5767416719221 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475692911703007, 38.576842057553698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475642629199996, 38.576723772606499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475621698690006, 38.576823027873502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465567446159, 38.574022845578597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465533611983005, 38.574013408321697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465501117520006, 38.5740051366964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465467284509998, 38.573995699425403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465434790063, 38.573987427781397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465400955921993, 38.573977990485801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465368457790007, 38.573970365651 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465334628514, 38.573960281513401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465302130398001, 38.573952656659998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465268301139005, 38.5739425725031 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12722", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495909412860996, 38.581028374700097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495922816771994, 38.580899130123399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12889", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488855411683005, 38.579144235815797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12891", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488784558187007, 38.579125323954003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12893", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488713704730003, 38.579106412048901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12895", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488642851308995, 38.5790875001004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12897", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488571997926996, 38.579068588108498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475260670289998, 38.576610595498003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475211157432994, 38.576713392291197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475193552239006, 38.576592683209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475139565375997, 38.576694284919597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475126434222005, 38.576574770881201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475067973349994, 38.576675178404599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474996380221, 38.576656070939201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474992199442994, 38.576538945213002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12271", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474924788272006, 38.576636964335599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474925081533002, 38.5765210318675 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12273", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474853195220007, 38.576617856781702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465235807880006, 38.5739343017095 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465201973796994, 38.5739248634547 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465169480553996, 38.573916592642497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465135646481997, 38.573907155269303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465102338988999, 38.5738975887881 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12724", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495854785161995, 38.581015196359203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12725", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495852018172997, 38.580880225545101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495783987606004, 38.580996292645203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12727", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495781220759, 38.580861320928399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495713190095003, 38.580977387986998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12729", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495710423375996, 38.5808424171694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495642391473993, 38.580958483280497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12731", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495639624888994, 38.580823512461102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12733", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495568827588002, 38.580804607714597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12855", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490411592322999, 38.5795627653116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12857", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490329751223996, 38.579540950192701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474857963651004, 38.576503119383901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12275", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474781603348006, 38.576598750089502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474790845802005, 38.576485206861499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474710011512997, 38.576579643353099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474723727994004, 38.576467293399197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474638418577001, 38.576560535666303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474656610213003, 38.576449380798898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474566826819, 38.576541428841303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474573160885001, 38.576431394037101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474495233959004, 38.576522321066001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474479971158999, 38.576405670234699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474423642277998, 38.576503214152503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12511", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505248563831003, 38.583511161917201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505225544807999, 38.58337658144 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505216815995993, 38.583502356926203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505182513120999, 38.583490759941498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505150535539002, 38.583354097028597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12516", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505151022348997, 38.583482458730799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505121863669004, 38.583474510721103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505090599305007, 38.583465341097401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12520", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505049353432995, 38.583454774748397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12522", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505012176047998, 38.583444750100099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12736", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495426893070999, 38.580897132879699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12738", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495347450279993, 38.580875920059597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12740", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495268007537007, 38.580854707184898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495188564841001, 38.5808334942557 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12744", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495109122192005, 38.580812281272003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12745", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495106720665007, 38.580676144465599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12746", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495029679596996, 38.580791067332903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12956", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486180010981002, 38.578314413441497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12958", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486113324973005, 38.578296629240199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12960", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486046638996996, 38.578278845000398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12962", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485979953054994, 38.578261060722198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12964", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485913267146003, 38.578243276405601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12966", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485846581269996, 38.578225492050599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473797193191999, 38.576335947384301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473784103404995, 38.576216428865898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473725602019002, 38.576316822021703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473716986228993, 38.576198497703402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473649869080006, 38.576180567402901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12523", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504977140229997, 38.583436567018197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12527", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504859145048002, 38.583405021191801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12531", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504678935165998, 38.583234750427501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504612415427999, 38.583216994751702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12536", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504545895723993, 38.583199239037597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12754", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494594650089994, 38.580674975028998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12756", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494522769350993, 38.580655805452999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12758", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494450887496001, 38.5806366367283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12760", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494379006833, 38.580617467063 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12903", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488359436863007, 38.579011850966801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12905", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488288583631004, 38.578992938801399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12907", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488217730436006, 38.578974026592697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12909", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488146876136994, 38.578955113434702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473582418652001, 38.576278569356703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473582751970994, 38.5761626361626 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473510826444993, 38.576259443856003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473439235431997, 38.576240317415397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473448518987993, 38.576126775372103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473381401981001, 38.576108844015103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473296052365001, 38.576202065296997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473314285, 38.576090913519998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473224460319003, 38.576182938718297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473247168053007, 38.576072982985899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473152869459, 38.576163812100603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473180051146997, 38.5760550515121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504577507863004, 38.583335956414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12538", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504544219261007, 38.583324434751297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12539", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504479374905003, 38.583181483280399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504511958837995, 38.583314927376698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12541", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504479919372002, 38.583308145247599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12542", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504400389649007, 38.5831604092837 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504449783981002, 38.5833012054945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12545", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504414783957003, 38.583291193576699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504383914892998, 38.5832819804086 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504356929950006, 38.583272584762298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504311023929006, 38.583258455877001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12762", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494307126210003, 38.580598297353099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12764", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494235245618, 38.580579128499501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12765", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494225562886001, 38.580433213060203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12766", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494163363924002, 38.580559958695403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12767", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494158174153, 38.580415241252801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12768", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494091483416994, 38.5805407888516 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12770", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494019602940995, 38.580521619864001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12771", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494023397929993, 38.580379298426102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12772", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493947721363, 38.580502449925902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12773", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493956010446993, 38.580361326506001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12859", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490247909027005, 38.579519135010997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12861", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490166068026994, 38.579497319776401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12867", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489920545329994, 38.579431873725497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12869", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489838703383995, 38.579410058254403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12871", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489756862635005, 38.579388242730502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473081278631, 38.576144686339497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473112934266993, 38.576037120900303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473009686699996, 38.576125559627997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473045817422005, 38.576019190249497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472938095955001, 38.576106432877403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472581725506998, 38.575897622294903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472563538903003, 38.576020095752398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472513808187998, 38.575879493994499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472495620325006, 38.576001967436198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502977778794005, 38.577833232408203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502947343398006, 38.577960128064099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502911961753995, 38.577815718385303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502877138814, 38.577941447442598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502846144740005, 38.577798205225903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15053", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502806934267994, 38.5779227667784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502780328905004, 38.577780692033897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502736729763996, 38.5779040851708 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502714511956, 38.5777631787996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502666525291005, 38.577885404421501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15058", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502648695044996, 38.577745664627002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15258", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494600673245003, 38.5757180505192 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15260", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494529075713004, 38.575698974051498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15262", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494457479367, 38.575679897544497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15264", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494385883058996, 38.5756608209932 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477828475527005, 38.573743866116203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477820068404, 38.573625622347599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477757257901999, 38.573724871950603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477753301773006, 38.5736078158195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477686039160005, 38.573705878636801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477686535176005, 38.573590009252896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15059", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502596319706996, 38.577866723624702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15061", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502526115313998, 38.577848041889403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15063", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502455910951994, 38.577829361012398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15064", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502451244487006, 38.577693124587199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15066", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502385427698997, 38.577675611165802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15067", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502315501189003, 38.577791999125701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15068", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502319610949002, 38.577658096806097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15276", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493815803177, 38.575392842738196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15278", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493749293334005, 38.575375097935101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15279", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493690967339006, 38.5754755423606 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15280", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493682782376993, 38.575357353088798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493620023378995, 38.575456615032998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15282", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493616272601002, 38.575339608209298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15283", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493549078308007, 38.575437687656901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477614821610999, 38.573686884383498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477619768611007, 38.573572202647803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477543604092006, 38.573667890987302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477553002080001, 38.573554396004099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477472386612007, 38.573648897547301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477486235583001, 38.573536589322003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477401168029004, 38.573629903157403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477407078116002, 38.573514293347998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477329950623997, 38.5736109096296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477315509074998, 38.573490167412899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477258733263994, 38.573591915157301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477240850157997, 38.573470551986503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477187514788, 38.573572921536801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477163944739004, 38.573449152498497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15074", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501887856967002, 38.577546177459197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15076", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501846278871994, 38.577534603121798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15078", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501804347033001, 38.577521918244102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15284", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49354976171, 38.575321863286597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493478134428997, 38.575418759341503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15287", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493407189433995, 38.5753998318784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493336245630999, 38.575380903476002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15291", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493265300711002, 38.575361975926 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15293", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493194356982997, 38.575343047436697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15295", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493123412138004, 38.575324119799703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477116297498, 38.573553927877597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477090421607002, 38.573428654720601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477045080251003, 38.573534933273798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476525038169001, 38.573275500906497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476490887908994, 38.573387185687501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476457835730997, 38.573257588054197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476419204739997, 38.573368079581499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15089", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501535044894993, 38.577449200849799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15091", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501547749544997, 38.577589788122303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15092", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501502963272003, 38.5774406564502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15093", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501515174136998, 38.577581111871403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15095", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501482599878997, 38.577572436517201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15097", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501450025634, 38.5775637602529 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15098", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501406720744995, 38.577415023208303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15099", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501417450244006, 38.577555084875399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15297", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493052468485004, 38.5753051912234 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476390633319994, 38.5732396760638 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476347522764001, 38.5733489725353 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476323430942003, 38.5732217640344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476275839671999, 38.573329866340501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476256228604996, 38.573203851065102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476204156617996, 38.573310760101201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476189025148003, 38.573185938952399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476132474756994, 38.573291652921903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476121822872003, 38.573168026805902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47606079178, 38.573272546593898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476054620629, 38.573150114620397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475987418426996, 38.573132201495 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475920216252007, 38.573114289231498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15111", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500635609602, 38.577324955919899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15112", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500494976618, 38.577172728406097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15114", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500442953936002, 38.5771603670593 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15385", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489237226537, 38.574288714762197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15387", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489166190844003, 38.5742697833889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15389", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489095156329, 38.574250852877803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15391", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489024120712003, 38.574231921417201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15393", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488953085125004, 38.574212990813898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15395", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488882049582998, 38.574194059266198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475843991309006, 38.573094563108498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475774061411002, 38.573196119942203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475762369519003, 38.5730721512438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475702378633002, 38.5731770124913 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14911", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465960174301998, 38.570582543482097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15116", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500357667947995, 38.5771381342567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15118", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500282829653997, 38.577118935662803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15119", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500334069611995, 38.577245331832302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15120", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500223191187004, 38.577104285498898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15121", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500264995820999, 38.577228763498802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15122", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500152764795004, 38.577083249120101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15124", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500191726604996, 38.577208866217902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15126", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500122659473007, 38.577191193329298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15409", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488188375727006, 38.5740091907915 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15410", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488136462645002, 38.573876603303702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15411", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488117062255, 38.573990184571102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15412", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488069604971002, 38.573858784317601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15413", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488045747673993, 38.573971178301598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15414", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488002748471999, 38.573840966198802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487935892006007, 38.573823148041399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15417", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487903119766003, 38.573933166536698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15419", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487831805298995, 38.573914160135502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487787204469001, 38.573781550785299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475139123993998, 38.572910812396998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475076240522, 38.573010042211699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475072097563, 38.572892934670101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475004744897007, 38.572990972112599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475005070018995, 38.5728750568992 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474938042508001, 38.572857179089503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474871015038005, 38.57283930034 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474790257096004, 38.5729337624458 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474803988741996, 38.5728214224578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474718761622995, 38.572914692170002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474736961331999, 38.572803544531602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474647266182998, 38.572895622750998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14913", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465873086133996, 38.570558243547097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14914", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465786654347994, 38.570419319900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465787993354994, 38.570538729316802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14924", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465567246339006, 38.570475571821397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14925", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465314542220995, 38.570280961290102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14926", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465498376753999, 38.570457726866302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15128", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500040968511001, 38.577169051491502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499918193151004, 38.577018498578802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15130", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499962082677996, 38.577148025309803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499868067929995, 38.577004637969999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15132", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499888805899005, 38.577129230500603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499823646891002, 38.576991547926703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15134", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499814137653999, 38.577108222437303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499772554616001, 38.576979924527699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15136", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499743650545, 38.577092751282997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499701512806993, 38.576962236547601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15138", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499677303859002, 38.577072746652497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499648532411001, 38.576948361702698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15334", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491394621617005, 38.574867915183702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15336", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491336860662997, 38.574854905603097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15343", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490915461990994, 38.574735945669602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15344", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490898768703005, 38.5746155061602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15345", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490844984378001, 38.574717164630798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490832695411996, 38.574597898531003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474669933955994, 38.572785666566602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474575770786004, 38.572876552386802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474587115310001, 38.572765055639003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474504275428998, 38.572857481978602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474498668069003, 38.5727417605518 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474432780102006, 38.572838412426997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474402308910001, 38.572719315957102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474361283673005, 38.572819341925197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473971220226005, 38.572717404689797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14927", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465188859182007, 38.570261260922997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14928", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465415347635002, 38.570433445327801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14929", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465130100308997, 38.570248242625503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14930", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465344447045993, 38.570415590000202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15140", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499602813326007, 38.5770542347028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15148", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499095141750004, 38.5769212750387 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15150", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499013156725994, 38.576895010501403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15151", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498994282008994, 38.576772027663601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15152", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498933025145007, 38.576871697155603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15153", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498933180791994, 38.576755750690999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15421", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487760492017003, 38.573895153695297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15425", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487617863273002, 38.573857140673098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15427", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487546550098997, 38.573838135001999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15429", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487475235820995, 38.573819128380997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15430", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487452920733006, 38.573692458078597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15431", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487403921582001, 38.573800121716097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15433", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487332608528007, 38.573781115012402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47388684389, 38.572695798797703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473868653100993, 38.5725719931471 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473810384974001, 38.572672455866197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473802237678996, 38.572554289530501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473739541623004, 38.572653571730598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473735822297002, 38.572536584974799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14758", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473668698314995, 38.572634686650602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473669405799996, 38.572518880375803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473597853892002, 38.572615802423002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473602990483002, 38.572501175743902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473527010660007, 38.572596917256398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473536575200001, 38.572483471074001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473456167465002, 38.572578032046401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14943", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497345322040005, 38.580743545524903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14945", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497273987151004, 38.580726119661101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14947", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497202652297005, 38.580708693753202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14949", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497131318624994, 38.5806912678065 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14951", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497059983840003, 38.5806738418108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14953", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496988650245001, 38.5806564148752 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14955", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496917315529998, 38.580638988791598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15154", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498867849289994, 38.576854334950902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498872079601995, 38.576739473686203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498802674608996, 38.5768369736154 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498737499965998, 38.576819611342202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15160", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498672325353994, 38.576802249032397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498688775046006, 38.5766906433741 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15162", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498607150767995, 38.576784887586697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498627673968002, 38.576674366240297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498541976219997, 38.5767675252035 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498553460324004, 38.576656561114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15451", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486454348164003, 38.5735498439238 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486486285294006, 38.573435281603899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15453", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486377248739998, 38.573526150619799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486419603645999, 38.573417514694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15455", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486301624907995, 38.573506000733303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486352922031998, 38.573399747745597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15457", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486218535087005, 38.573479923092997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15459", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486142887021998, 38.5734633099162 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486219558903002, 38.573364213733598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486152877387994, 38.573346446670001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473385324301006, 38.572559147693902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473403743578004, 38.572448062515399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473314481182001, 38.572540262397197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473337328393001, 38.572430357731101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473243636945995, 38.572521377952803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473249486952994, 38.572408122095602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473172793901, 38.572502492569299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473163903922, 38.572385897572502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473101950886999, 38.572483608043399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473031107918004, 38.572464722573301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14957", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496845980849997, 38.580621562664 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14963", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496631978173994, 38.580569283121697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14965", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496560644780999, 38.580551856823199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498476801703006, 38.576750162783597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498464310670002, 38.576629860649298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498400397861005, 38.576729809345601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498371391145, 38.5766060870084 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15170", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498316517418004, 38.576706479328102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15347", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490774506803007, 38.574698383549098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15349", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704028110002, 38.574679603320298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15351", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490633550607996, 38.574660822152801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15352", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490634478019999, 38.574545077229097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15353", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490563073144003, 38.574642040942301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15354", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490568404859999, 38.574527469449102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15355", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490492595716006, 38.574623259688998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490502332874001, 38.574509862537198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15357", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490422118325995, 38.5746044783927 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14781", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472673943177, 38.5722521491181 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14783", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472609863827003, 38.572232250058498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14785", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472547084723999, 38.5722111082436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14787", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472482866985999, 38.572187120209001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14788", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472403658169, 38.572278629173098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14789", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472421959360005, 38.572162294074403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14790", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472335000936994, 38.5722502298471 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14791", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472361154913997, 38.572136090905303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14792", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472266424278004, 38.572219943466699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14971", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505868251628002, 38.578600842023803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14973", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505832613029995, 38.578591698965397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14974", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505800512017998, 38.578582824149002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14976", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505764874584997, 38.578573681074602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14977", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505732773589997, 38.578564806239299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14978", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505795777285002, 38.578707814035099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14979", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505697136175002, 38.578555663144101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14980", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505665035196003, 38.578546788290097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14981", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505762307693999, 38.578699342372801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14982", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505629397793001, 38.578537646074899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15182", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497699228298004, 38.576543271920897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15184", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497628654289997, 38.576524475691002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15185", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497548345691001, 38.576389546776902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15186", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497558079165998, 38.576505680314 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15187", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497482183160002, 38.576371926354298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15188", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497487505226999, 38.576486884898898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15189", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497416019520998, 38.576354304988101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15190", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497416931325006, 38.576468089440802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15191", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497349855907999, 38.5763366844849 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497346356313003, 38.576449293934701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486972509954001, 38.573569164794598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15439", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486923097406006, 38.5736719885833 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486905828060998, 38.573551398164703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15441", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486851970111999, 38.573653038261199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15443", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486780842862004, 38.573634086994502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15447", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486617599086003, 38.573591375953598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15449", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486546471959002, 38.573572424542903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14793", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472302503259996, 38.572108660585002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14794", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472199667176, 38.572187715798897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14795", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472244786597997, 38.572079567836802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14796", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472134158754002, 38.572153464063803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14797", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472188720608003, 38.572049023131498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14798", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472073308598993, 38.572119340742397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14799", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472129712932997, 38.5720163749018 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14800", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472012034667998, 38.572086354190603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14802", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471950602929994, 38.572055625436903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14804", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471886525374003, 38.572026233223703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14983", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505597295681994, 38.578528771197199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14984", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505686888732001, 38.578678864634099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14985", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505561658302994, 38.578519628060199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14986", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505529557356994, 38.5785107531687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14987", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505648685758999, 38.578666639416099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14988", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505493919995004, 38.578501610010903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14989", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505461819065999, 38.578492735100497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14990", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505570094776999, 38.578646148056201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14991", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505426181722001, 38.578483591921902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14992", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505394080808998, 38.578474716992702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14994", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505358442328998, 38.578465574689098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497283693482004, 38.576319063047997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497275782491002, 38.576430497489703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15196", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497205208701004, 38.576411701902501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15198", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497134633800002, 38.576392906267301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15199", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497085204092002, 38.5762662003022 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497064060084, 38.576374110594102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15201", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497019040648993, 38.576248578708999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15202", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496993486411995, 38.576355313976997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492326574822002, 38.575116066023703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15314", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492241851535994, 38.5750935071665 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15316", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492157128303006, 38.575070948247301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15318", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492072405122997, 38.575048389266101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15320", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491987681997003, 38.575025830222799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14817", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471282344420004, 38.571865744283997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14818", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471238200566006, 38.571750425031503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14995", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505326341431996, 38.578456699741203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14997", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505290719985993, 38.5784452692142 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14998", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505257894322995, 38.578435819081299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15000", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505215460716002, 38.578424494553502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15002", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505109416585, 38.578401195469802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15004", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505041678504, 38.5783831771558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15211", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496468326582999, 38.576101053865401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15213", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496401290544, 38.576083205601002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15214", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496371431412996, 38.576189669757802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15215", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496334254543996, 38.576065356396903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15217", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496267218572001, 38.576047508054899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15219", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496200183780999, 38.576029659679001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15359", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490351640973003, 38.5745856970535 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15361", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490281163657002, 38.574566915671397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15363", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490210686371995, 38.574548135147197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15365", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490140209130004, 38.574529353679303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15367", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490069731925004, 38.574510572168499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14819", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471208970152006, 38.571858429876002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14820", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471164200236004, 38.571745070791103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14821", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471134820749995, 38.571853510070099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14822", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471089996980993, 38.571741858812103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14830", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470756336622998, 38.5717285617825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14832", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470679181456006, 38.571718443274598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504503491048993, 38.578239883855098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504466622392002, 38.578365242462503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504436975887998, 38.578222146094198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504395672699005, 38.578346321739502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504370459618002, 38.5782044073893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504324721901995, 38.578327400067302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504303943381004, 38.578186668646097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504237428324998, 38.578168929869598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15023", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504182821564001, 38.578289557498103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15220", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496156916478, 38.576132554637297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15221", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496133147875, 38.576011811259299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15222", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496085411962994, 38.576113515576502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15224", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496013907478996, 38.576094477372401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15226", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495942401893004, 38.576075438218297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15227", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495932040366995, 38.575958264866401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15228", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495870897486, 38.576056399925903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15229", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495865005743994, 38.575940416296497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15397", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488811015219994, 38.574175128580698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15406", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488297146400001, 38.573920610783702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15408", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488203319210996, 38.573894421345301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14834", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470585354811007, 38.571705335867897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14836", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470495318890002, 38.5716901817676 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14838", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470409002725006, 38.571671411293899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14840", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470326910083998, 38.571636198875503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504111872020999, 38.578270636601196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504104397164994, 38.5781334521971 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15027", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504040921374994, 38.578251714754899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15026", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504037881060995, 38.578115713301003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503969971909001, 38.578232793771001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15028", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503971366138003, 38.578097974371602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503899021338, 38.578213871837796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503904850099005, 38.578080235399199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503838335235997, 38.578062497294198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503757121451002, 38.578176028746803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15232", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495727888792004, 38.576018322307696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15234", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495656383351999, 38.575999283877799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15244", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495101852451, 38.575851584533403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491902958924996, 38.575003271117502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491818235905995, 38.574980711950303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15326", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491733512940996, 38.574958152720903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15328", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491648790029998, 38.574935593429601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15330", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491564067172007, 38.574913034076303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15331", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491560180950998, 38.574791677046399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15332", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491479344366994, 38.574890474660997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14852", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469729757888999, 38.5714766285531 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503771819264003, 38.578044758245298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503157958508993, 38.578016170579097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15045", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503087753816004, 38.577997490085302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15047", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503017549158997, 38.577978809548902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15248", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494958658037007, 38.575813432178599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15250", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494887060313005, 38.575794355932302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15252", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494815463776007, 38.575775279646699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15254", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494743867276, 38.575756203316899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15256", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494672269668001, 38.575737126937703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15376", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489575225522998, 38.574262797586897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15377", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489521368550996, 38.574364438012999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15378", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489508629425004, 38.574245049957597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15379", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489450332706994, 38.574345506813998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15380", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489442033355004, 38.574227303190803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15381", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489379298041996, 38.574326576477297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15382", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489375437323005, 38.574209555484799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15383", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489308262273994, 38.574307645191098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15384", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489308842472994, 38.574191807745599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13801", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475604578138999, 38.574391239711801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475601376010999, 38.574264664421598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475532988167998, 38.574372151500903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475534259962004, 38.574246768545002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475461397087003, 38.574353063240501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475467145088004, 38.574228873535702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475400029100001, 38.5742109784821 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475332913146005, 38.574193083389702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14428", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487217382644999, 38.576247028684598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14429", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487204380036005, 38.576127585143098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14430", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487146065917997, 38.576228039878998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14431", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487137521503996, 38.576109783641698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14432", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487074750369999, 38.5762090519354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14433", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487070663004999, 38.5760919821019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14434", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487003433718996, 38.576190063041999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14435", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487003803392, 38.576074180518297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14436", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486932117099002, 38.576171075005497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14437", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486936944958998, 38.5760563789011 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14439", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486870086560998, 38.576038577245399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13818", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474795946792, 38.574050045391999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13819", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474742078060004, 38.574151685289202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13820", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474728832036007, 38.574032184187402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13821", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474670487146994, 38.574132632574297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13822", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474661716167006, 38.574014322938801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13823", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474598897411994, 38.574113580721303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13824", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474594600331002, 38.573996461651198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13825", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474527307716002, 38.574094528823998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13826", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474527484527997, 38.5739786003248 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13827", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474455716917006, 38.574075475976301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13828", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474460368766003, 38.573960738058503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13829", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474384127297995, 38.574056423990399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13830", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474393253030996, 38.573942876654201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13831", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474312536574999, 38.574037371054203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13832", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474326137329001, 38.573925015210897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13987", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506093324426004, 38.5811547742871 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13988", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506073216253995, 38.581296681376102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13989", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506107361315998, 38.581304582854699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506017303250999, 38.581134522133603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13991", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506002505045004, 38.581277645554103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506040433560003, 38.581287948767901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13993", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505941282118997, 38.581114269930303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505934949037993, 38.581257769104504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13995", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505968220507, 38.581266520044501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505865259882995, 38.5810940176721 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505895991288995, 38.5812485911867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505859094290003, 38.581240322946996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14232", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495245228827002, 38.578406981578901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14234", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495173535598994, 38.578387886187102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14441", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486803227047005, 38.576020775545999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14443", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486736368722006, 38.5760029729121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14445", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486669510422999, 38.575985171140502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14447", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486602651010003, 38.575967369325198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14449", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486535792778, 38.5759495674764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13833", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474240947032001, 38.574018318979697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13834", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474259022807999, 38.573907153733998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13835", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474169357527003, 38.573999266861101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13836", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474191907174003, 38.573889292213003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13838", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474124791579996, 38.573871429752103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13839", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474026177490998, 38.573961161584698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13841", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473954586960005, 38.573942108426998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13842", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473990560478995, 38.573835706515403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13843", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473882997608001, 38.5739230561312 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505828093042993, 38.581231570855103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505793227219002, 38.5812238436936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505646947112993, 38.581035688719197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505580428941997, 38.581017968732702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505648498260996, 38.581180680095898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14009", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505610918201, 38.581172942190499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505513909662, 38.581000247802102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14011", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505573827502005, 38.581161500077599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14237", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495127304817998, 38.578239370918297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14239", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495060093033999, 38.578221468866801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14241", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494992881277, 38.5782035676772 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14245", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494839269338996, 38.5781659075882 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14247", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494728088512005, 38.578136287407403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14459", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485952550109999, 38.5759101306231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14460", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485982087463, 38.575804119906699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14461", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485881607777003, 38.575891197652602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14462", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485907484050998, 38.575783148182197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14463", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485810664328, 38.5758722655345 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14464", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485802492383002, 38.575754074805999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13849", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473522881384, 38.5737111539107 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13851", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473456463847, 38.573693449190003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473402622137996, 38.573795092198402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13853", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473390047482994, 38.573675745337098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473331777780004, 38.573776207813602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13855", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473323631159005, 38.573658040545297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13857", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473257213720004, 38.573640335710202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13858", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473190088042003, 38.573738437106798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13859", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473190797461996, 38.573622630842202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13860", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473119243796006, 38.573719552591797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13861", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473124381229994, 38.573604926837 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505536933135005, 38.581152698415899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14013", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505447391564005, 38.580982526838199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505506604006996, 38.581145014867701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505472428768002, 38.581135692369799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505380873497998, 38.580964805836203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505440066212003, 38.581127466788097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505403194042003, 38.581115468800299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505293844500997, 38.580943797171898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505372178130997, 38.5811088471416 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505337335728996, 38.581097923564201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14257", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494215656251995, 38.578002876557697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14259", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494148182718007, 38.577984887245997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14261", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494080709212, 38.5779668987959 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14263", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494013236895, 38.577948909410701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14466", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485735984190001, 38.575736326300202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14468", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485669474890003, 38.5757185768502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14470", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485602966770003, 38.5757008273672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14472", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485536457536, 38.5756830778408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14473", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485455951109003, 38.575777601604102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14474", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485469949481995, 38.575665328281303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14476", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485403440314002, 38.575647578678399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14477", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485314065853998, 38.575739735906701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14478", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485325650498993, 38.575628005920599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14479", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485243123854005, 38.575720803445797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13863", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473057965037, 38.573587221892701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472977555423995, 38.573681782530997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13865", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472991547730999, 38.573569516905103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472906710149999, 38.573662896979897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13867", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472925131604001, 38.573551811884698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472835866054993, 38.573644012291503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13869", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472858715510995, 38.573534106826102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13871", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472792298296, 38.573516402625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472694177983001, 38.573606241883702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472623334006002, 38.573587356164303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505303622881996, 38.581088627316099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505233091519997, 38.581069203504804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14265", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493945763463998, 38.5779309199811 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14267", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493878290059996, 38.577912931412897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14269", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493810816697007, 38.577894941904603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14271", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493743343361004, 38.577876953257899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14273", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493675871213, 38.577858963676 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14275", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493608397952002, 38.5778409740497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14526", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483279695096002, 38.575081648181602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483213449187005, 38.575063984976801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483147203317998, 38.575046320833202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483080957474996, 38.575028657552501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13885", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472061700243003, 38.573321726821597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472003467874998, 38.573422202320998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13887", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471995283303997, 38.5733040383789 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13889", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471928867537997, 38.573286350804104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471861779264003, 38.573384467824603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14277", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493540924718999, 38.577822985285003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14279", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493473451526, 38.577804995580003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14281", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493405978360002, 38.5777870067366 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479365002801998, 38.574037134281298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479298584782995, 38.574019415801096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14624", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479235980358993, 38.574127142766798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479232166797999, 38.574001697282903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479153698274004, 38.574105269069896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479165748846, 38.573983978726503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479083681096995, 38.5740877423802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479099329771998, 38.573966261027699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479032911885994, 38.573948542395001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478941989107, 38.574049942684198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478966494031994, 38.573930823724297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478871143161001, 38.574031043672001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13891", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471862451812996, 38.573268662290403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471790935588004, 38.573365600514002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13893", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471796034972002, 38.573250973733302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471720091948995, 38.573346733160001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13895", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471729619306004, 38.5732332860442 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13896", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471649248355007, 38.573327864861803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13897", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471663203679, 38.573215597416102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471578403644003, 38.5733089974159 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13899", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471596786931002, 38.5731979096456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13900", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471507560117999, 38.573290129931799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13901", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471530371368999, 38.573180220941303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471436716629995, 38.573271262404397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14294", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492719437762005, 38.577713665667098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14296", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492649422906993, 38.577695015697799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14297", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492646247340005, 38.577578183432998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14298", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492579406941005, 38.577676365681199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14299", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492580608414997, 38.577560698539202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14300", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492509391005001, 38.577657716523099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14301", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492514968367999, 38.577543214503997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14302", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492439376259995, 38.577639066426698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14563", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481677100585003, 38.574654397277897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14564", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481557118837998, 38.574745319086603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14565", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481584734644997, 38.574629779275298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14567", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481492367615004, 38.574605162094798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14575", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481202803290998, 38.574527911926999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14576", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481212303068006, 38.5746565503662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14577", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481150610154998, 38.574513983471903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14578", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481142494864997, 38.574642179904103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13903", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471463955841003, 38.5731625321989 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471365873178996, 38.573252394833702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471295029765002, 38.5732335272195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471224185248005, 38.573214658655999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14303", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492449329501, 38.577525730436498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14304", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492369360403998, 38.577620416282997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14305", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492383689519002, 38.577508246326801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14306", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492299344578001, 38.577601766997901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14307", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492318050715994, 38.577490762184901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14309", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492252410798002, 38.577473278000802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14311", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492186772059995, 38.577455793784502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14313", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492121132213001, 38.577438308624998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14579", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481098417045004, 38.574500054092297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14580", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481078786186004, 38.574626242153698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14581", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481046223956, 38.574486124689301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14582", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481000894860003, 38.574607054310803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14588", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480688538653993, 38.574390707544303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14590", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480639067225994, 38.574493515815597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14591", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480621508295002, 38.574372833025798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14592", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480567568626995, 38.574474449152603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13920", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470742725790998, 38.573086357068597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13922", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470671044463998, 38.573067247403102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13924", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470599364329999, 38.573048136797702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13925", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470595074032005, 38.572930996857203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13926", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470527683078998, 38.573029027043397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13927", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470527873406994, 38.572913080562401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13928", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470456001873998, 38.5730099163438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13929", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470460672808997, 38.572895165129601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14316", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492055493538999, 38.577420824334297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14326", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491395789194996, 38.577245062999097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14328", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491316358196002, 38.577223897890299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14330", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491236927244003, 38.577202732727102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478888640262994, 38.573910131025499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478800297258999, 38.574012143715599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478729451394997, 38.573993243715798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478755803577997, 38.573874694376002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478658604421, 38.573974343667501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478679233688993, 38.573855156861697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478587758632003, 38.573955443580999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478581551838005, 38.573828180090501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478508357844007, 38.573810430634403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478419066133995, 38.573786763580699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13931", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470393472251999, 38.572877248756797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13932", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470312639572995, 38.572971695712504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13933", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470326270574006, 38.572859333240601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13934", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470240959623993, 38.572952585785899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13935", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470259070085007, 38.5728414167897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13937", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470191869621999, 38.572823501200801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13939", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470124669200004, 38.572805584671897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470025916577995, 38.572895253922297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13941", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470057468804995, 38.572787669004903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14332", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491157497486995, 38.577181567514401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14334", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491078066629996, 38.5771604022422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14336", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490998635820006, 38.5771392369154 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490919205056002, 38.577118071534102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490839775487999, 38.577096906103399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490760344818995, 38.577075740613203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14480", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485245608666006, 38.575607535713203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14482", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485166682160994, 38.575588844276297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14494", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484539657713, 38.575417252092002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13943", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469990267295998, 38.572769753293699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13944", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469882555883999, 38.572857032763501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13946", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469810875017998, 38.572837922565299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469453691327004, 38.572626766075999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469386753419997, 38.572608936806397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469319814391994, 38.572591108393702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14345", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490680914197, 38.577054575068402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14347", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490601484769996, 38.577033409474097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14349", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490522062289003, 38.577012242054003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14352", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490458849001996, 38.5769943287915 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14354", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490395888725004, 38.576978756236699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14594", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480496068918995, 38.574455382440199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14596", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480416452449006, 38.574436280154003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14597", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480420418574994, 38.574319208341699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14598", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480343176534006, 38.574419546806602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14600", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480353388349997, 38.574301333667997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14602", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480286358159006, 38.574283458955399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14603", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480139108781003, 38.574369237080603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14605", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480067610432997, 38.574350171009598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469252876552005, 38.572573279046601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20326", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469185938744999, 38.572555449660904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469118999824005, 38.572537620231103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20328", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469052062084003, 38.572519790767998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468985123229999, 38.572501961260798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20330", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468918185557001, 38.572484131720202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14370", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489673675380999, 38.576785999138302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14372", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489607339339997, 38.576768304074498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14538", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482867575392007, 38.574970280465003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482790060899006, 38.574949018945503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14543", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482670517548001, 38.575059692427402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482615825417994, 38.574907298196599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482528191956007, 38.574879784995801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14374", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489541003325002, 38.576750609873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14376", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489474667349995, 38.576732914733803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14378", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489408331407006, 38.576715219556 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14380", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489341995497, 38.576697524340098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14382", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489275659613995, 38.5766798299871 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14496", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484473323963996, 38.575399589219799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14497", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484452000573, 38.575514628895299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14499", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484381244277003, 38.575495787721799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14501", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484310488012994, 38.575476947405903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484274321786003, 38.575346597667703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484207988169004, 38.575328934643501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14505", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484168975608, 38.575439264842501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14506", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484141654590005, 38.575311270680501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20373", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467897762457994, 38.572332985857898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20374", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467837698213003, 38.5723162125066 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20378", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467539372814997, 38.572230377891003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20379", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467470401119002, 38.572210854376003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14160", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498150298705994, 38.5791612577612 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14162", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498082515063004, 38.579143170309202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498014731455996, 38.579125082817399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497946947881999, 38.579106995285997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497879164343004, 38.579088907714898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14173", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497754741886993, 38.578939696708197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14395", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488609850055994, 38.576502246508397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14397", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488542902823994, 38.576484394079003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14399", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488475956773001, 38.576466541616 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14401", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488409009609001, 38.576448689109199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14608", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480085268943, 38.574229833689003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14610", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480001329615007, 38.5742074495517 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14612", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479925289487994, 38.574185987324398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14614", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479850373293999, 38.574165417480799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14616", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773197591001, 38.574144835632701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20380", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467398569477993, 38.572192436576699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13955", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466655387515999, 38.571997006460599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13956", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466647174070005, 38.5718788455669 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14175", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497664123597005, 38.578917302759201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14177", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497565617966998, 38.578892213261398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14179", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497485159413998, 38.5788707488447 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14182", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497404680539006, 38.578962292704901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14402", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488422691588994, 38.576572587739498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14403", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488342063630995, 38.5764308356679 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14404", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488351281646004, 38.576553545213699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488275117680999, 38.576412983088801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488208170617, 38.576395130465798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14409", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488141224733994, 38.5763772778092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14411", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488074277736999, 38.576359425108798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14413", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487997315298003, 38.576338374935702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14547", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482529192738994, 38.575022009591002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14548", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482440500668005, 38.5748602516164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14555", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482046567303001, 38.574752864958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14556", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481974519169995, 38.5748514295503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14557", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481954201101999, 38.574728248151096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14558", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481882152866007, 38.574826812685998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14559", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481861833817007, 38.5747036312654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14561", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481769467743007, 38.574679014311002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13957", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466584546459998, 38.571978153980801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13958", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466580760835996, 38.571861171138998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13962", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466447933313006, 38.5718258230646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13963", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466372023516996, 38.5719215962813 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13965", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466301182611005, 38.571902743628002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13968", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466248692852005, 38.5717728002193 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13970", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466182279815996, 38.571755125562802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13971", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466088658963002, 38.571846186303802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14203", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496492991555996, 38.578592579926003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14415", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487918342301001, 38.576317315817803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14418", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487770506230007, 38.5764023929244 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14420", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487695048993999, 38.5763817383977 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14427", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487271239749006, 38.576145386610797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14508", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484075321044998, 38.575293606679303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483942654046004, 38.575258279464002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483885951247998, 38.575363899196802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483876320598995, 38.575240615348903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483815195252006, 38.575345057677197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14516", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483809986031005, 38.575222952091501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483744439293005, 38.575326216114398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14518", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483743652650006, 38.575205287900403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13973", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466017818207007, 38.571827333477103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13974", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466049452687997, 38.571719777031099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13983", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506232351611999, 38.581192151782297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13985", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506169346798004, 38.581175025494602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14205", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496427000300997, 38.578574992986901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14217", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496031059177, 38.5784694732899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16759", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502218524591996, 38.575168717200697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16762", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502149856048007, 38.575294109515703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16761", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502152007801001, 38.575149236672203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16764", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502081648735, 38.575275940588803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16763", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502080447408005, 38.575129733511297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16765", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502005551110003, 38.575106257418497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493170827086999, 38.572805202695399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493095533415001, 38.572881849220899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493092448572, 38.572784316364 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493011930595003, 38.572859570595703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493014070103001, 38.572763429979503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492928326679007, 38.572837291905103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492935691680003, 38.572742543541999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492844723969, 38.572815012258197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492857314450006, 38.572721657056398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492761120157994, 38.572792733446803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492778936118995, 38.572700770512597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492677516398999, 38.572770454575 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492700557833999, 38.572679883915903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492593913839002, 38.572748175647902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492622179593994, 38.572658997266103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16328", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481533912030997, 38.570889307592999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16332", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481378679358002, 38.570851038496599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16334", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481311566344004, 38.570833128857203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16336", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481244452208998, 38.5708152200745 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16337", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481115806646997, 38.570896508924001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472791078366996, 38.568558617280097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472741606474003, 38.568661424018899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472723968384003, 38.568540720673496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472670023017997, 38.5686423340358 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472598438451996, 38.568623244003199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472589748527, 38.5685049264426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472526855072999, 38.568604153931503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472522638645003, 38.5684870297193 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472455270584007, 38.568585063810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472455528796999, 38.568469132956999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472383687280001, 38.568565973650102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472388418988999, 38.568451235254997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16779", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501404750269998, 38.574952318097999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16780", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501337461676997, 38.5750712231224 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16781", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501338324773997, 38.574934613159499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16782", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501266608793003, 38.575052336915903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16783", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501271900464005, 38.574916907286898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16784", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501195755946, 38.575033450665899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16786", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501124901983005, 38.575014565268603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492543802547999, 38.5726381105681 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492465424401004, 38.572617223812202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17007", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491775813811003, 38.572432141465299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491729143974993, 38.572516076701703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17009", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491709568142994, 38.572414499337199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480618139732996, 38.570773234300901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480547194316998, 38.570754356575101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480476248946005, 38.570735477904996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480405302457996, 38.570716600087103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480334357155002, 38.570697722230904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480263383307005, 38.570678829788399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472312102868003, 38.568546883440398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472321309208994, 38.568433338414899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472240519641005, 38.568527793191599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472254199462, 38.568415441535898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472168935306001, 38.568508702893403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472187089748999, 38.568397544618001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472097352155998, 38.5684896125561 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472052871577006, 38.568361749769799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471954184823005, 38.568451431743398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471985761965001, 38.568343852735097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471918652385995, 38.568325955661599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16788", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501054049211007, 38.574995678931998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16789", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501072626587003, 38.574863789435497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16791", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501004317146993, 38.5748407942312 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16792", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500912343780001, 38.574957906128503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16793", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500937891860005, 38.574823088161999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16794", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500794499204005, 38.574926938714803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16795", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500871467753996, 38.574805382059701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16796", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500723645459004, 38.574908052170898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16797", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500805043680998, 38.574787675919197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16799", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500738619640998, 38.574769969740501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491658481553998, 38.572497258400603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17011", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491643322509006, 38.572396857171199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491587819165005, 38.572478440957198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17013", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491577076900995, 38.572379215868096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491517157966001, 38.572459622574797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17015", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491510831331993, 38.572361573626203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491446495651005, 38.572440805045098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17017", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491444585790006, 38.5723439322473 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491375833378996, 38.572421986571399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17019", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491378341434, 38.572326289934701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491305172286005, 38.572403168960399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17021", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491312095956999, 38.572308648479897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480192448603006, 38.570659924865602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480121515079006, 38.570641020805297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480050580449998, 38.570622115795501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16365", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479979645853007, 38.570603211643103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479908712447994, 38.570584306551403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479837777925994, 38.570565402312099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471449652082995, 38.568200929003503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471442180888005, 38.568316909809099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471382804909993, 38.5681831184015 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471370877428001, 38.568297912189401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471315956623997, 38.568165307755699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471249109517998, 38.568147497076403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471223799442996, 38.568255180193198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471182262446007, 38.568129686358603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471115018814999, 38.568227758984101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16811", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500043593735001, 38.574734597374103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16813", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499973299244004, 38.574715877648501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16815", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499903005937, 38.574697157885197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491234510089001, 38.572384350400498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17023", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491245850518993, 38.572291006086402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491159058172002, 38.572363246789998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17025", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491179605113999, 38.572273363655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17027", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491113359734996, 38.572255722086503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479466350874006, 38.570338245283303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479416943481993, 38.570441070439401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479399498549995, 38.5703204393063 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479345634628999, 38.570422077727599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479274326967001, 38.570403084076197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479265796297994, 38.570284827246901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479203018188997, 38.570384091276502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479198944074, 38.570267021154002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479131710597002, 38.570365098438103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479132093032007, 38.5702492150278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479060401902004, 38.570346104649701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479065242022997, 38.570231408862902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478989093237999, 38.5703271117182 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471115414259003, 38.568111875596998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471043714390007, 38.568208760256802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471048567254002, 38.568094064801898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470972411144004, 38.568189762391597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470981720281003, 38.5680762539683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470901106796006, 38.568170763576397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470914872194996, 38.568058443090798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470829802477994, 38.568151765618303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470848025289996, 38.568040632179901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470758499346005, 38.5681327676213 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470781178416999, 38.5680228212304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470687195110997, 38.568113768674301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470714330430994, 38.568005010237101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470615892054994, 38.568094770589603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470544587896995, 38.568075771554803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16817", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499832711519005, 38.574678438074301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16819", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499762418285997, 38.574659718225597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16821", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499692123936001, 38.574640999230198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487293636204996, 38.571204450320202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487304421231002, 38.571340465951501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487226869352, 38.571186666371801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487233203353, 38.571321495632098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487160102532997, 38.571168882384903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487161984357996, 38.5713025261647 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487093335747005, 38.571151098359501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487090766549002, 38.5712835566585 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487026568995006, 38.571133314295601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487019543356993, 38.571265341135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486959802276004, 38.571115530193097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486948324474994, 38.571246371536397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478998389899004, 38.570213602654299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478917785766001, 38.570308117847098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478931538956999, 38.5701957964122 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478846477177996, 38.570289124827802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478864688048006, 38.570177990131498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478775169775005, 38.570270131769597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478797836024, 38.570160183806998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478703861270006, 38.570251137761602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478730985181997, 38.570142377449102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478664134373005, 38.570124571052602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478561245514001, 38.570213150519699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478597282449996, 38.570106764612298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478489937115995, 38.570194157280703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470580636853995, 38.567969388145102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470473283768996, 38.568056773376902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16610", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468740154087001, 38.567471106804199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16611", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468776923985004, 38.567606040891 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16612", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468673033491001, 38.567454906884301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16613", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468705328002997, 38.567588760995399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16614", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468605912925, 38.5674387069255 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16615", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468633733209998, 38.567571480159799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16616", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468538792396004, 38.567422506026901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16617", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468563656887994, 38.567551849502301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16618", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468471673037996, 38.567406305995597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16619", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468492062159001, 38.567534569480003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486192505234001, 38.570911368399699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486126262599996, 38.570893689743997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486045902091007, 38.570988251482198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486060020004999, 38.570876010149497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485975242942004, 38.570969393676798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485993777437002, 38.570858331417902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485904583831001, 38.570950535828302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485927534908001, 38.570840651747602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485833925904998, 38.570931677941701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485861293558997, 38.570822972044503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485763266874997, 38.570912819105999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485795051088999, 38.5708052931992 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16406", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478099822865005, 38.569973426935903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16407", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478078833389006, 38.570084618358301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16409", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478007154259998, 38.570065513239697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16410", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477965423439002, 38.569937604820602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16412", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477898223783001, 38.569919692803502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16413", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477863793829997, 38.570027301958099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16414", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477831024154, 38.569901781648298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16415", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477792114817007, 38.570008196706297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16416", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477763824565997, 38.569883869553202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16620", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468404552563996, 38.567390105919998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16621", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468390523926999, 38.567505362745301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16622", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468341980977002, 38.567368031222202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16623", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468318928139993, 38.567488082610701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16624", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468274860568002, 38.567351831071399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16625", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468230844486001, 38.567467189761203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16626", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468213763563, 38.567333300904302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16627", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468159248782001, 38.567449908626898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16628", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468142120723996, 38.567319436648503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16629", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468087654255001, 38.567432628354503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16630", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468076520005994, 38.567300885714801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16631", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468016059760998, 38.567415348037798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16633", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467944464162002, 38.5673980667707 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16635", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467872869738002, 38.567380786365398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16844", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498775424333004, 38.574264760065503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16846", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498709001162993, 38.574247069838698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16847", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498648726674006, 38.574364134331603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16848", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498642576879007, 38.574229379568798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16849", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498577875077004, 38.574345264496699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16850", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498576153775005, 38.574211689265702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16852", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498509730704001, 38.574193998924599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16854", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498443306517999, 38.574176308540402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489623433475003, 38.571957473046197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17071", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489212952651997, 38.5718550981249 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489196464491002, 38.571711793592399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489141454277004, 38.571836054773897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17074", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489129434402003, 38.571693940215098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489069955933999, 38.571817012279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17076", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489062404338995, 38.571676087699899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16417", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477720434701993, 38.569989090504002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16418", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477696625004995, 38.569865958320001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16419", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477648754618002, 38.569969985158302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16420", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477629424330004, 38.569848047042598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16421", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477577074571997, 38.5699508797682 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16422", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477562224842998, 38.569830134830397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16423", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477505395719007, 38.569931773437901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16424", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477495025381998, 38.569812223480099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16425", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477433715751005, 38.569912667959002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16426", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477427825963005, 38.569794311190002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16427", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477362035826999, 38.569893561534798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16429", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477290357081998, 38.569874455972297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16430", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477293427212004, 38.569758488294298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16637", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467801274202003, 38.567363505910599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16855", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498365319357006, 38.574288655627399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16856", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498376883507007, 38.574158619023798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16857", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498294467904003, 38.574269786519899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16858", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498310460534995, 38.574140928568298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16860", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498244036448, 38.574123238069703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16862", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498177613541998, 38.574105547537897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16864", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498111190667998, 38.574087856967999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16866", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498044766679996, 38.574070166355099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485728808657996, 38.570787613415099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485212710807005, 38.570781859068603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485214173314006, 38.570650898569397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485142051816993, 38.570763037690199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485147930923006, 38.570633252685901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485081688565003, 38.570615606764498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485000735102005, 38.570725393908099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485015446234002, 38.570597961706 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16431", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477218677235001, 38.569855349459303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16432", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477226219252003, 38.569741755122799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16433", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477146997419993, 38.569836243802797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16438", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476784837216996, 38.5696236820759 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16439", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476728519171004, 38.569728732513703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16440", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476691617143004, 38.569720849505501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16442", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476645801906002, 38.569714259515798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16443", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476595799280005, 38.5697042334698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16445", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476555704020001, 38.569698651286203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506221603834007, 38.576250125253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16662", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506110059280005, 38.576352701094997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506154652432997, 38.5762322830088 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506087702212, 38.576214440730503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16877", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497367217825001, 38.5739197731723 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16878", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497320331701999, 38.574010445698697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16879", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497300446162001, 38.573901960801898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497249107602002, 38.5739914455025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16881", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497233674531998, 38.573884148392999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484470167159998, 38.570452200037401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484403925131005, 38.570434554628903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483914854353998, 38.5704388328394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483823490872993, 38.570414457104903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483732126307004, 38.570390081292999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16446", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476523131657999, 38.569689363483697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16447", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476583763765007, 38.5695700507232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16448", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476496593001002, 38.569683366010402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16449", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476469941578998, 38.5696761599174 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16450", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476516740112004, 38.569552173831703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16451", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476443788048996, 38.569668347964402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16452", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476411730674997, 38.5696620696556 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16453", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476449715350995, 38.569534295995403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16454", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476375970004995, 38.569655037651899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16455", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476338328918004, 38.5696493601884 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16456", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476382690617001, 38.569516419021198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16457", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476310475356996, 38.569644125189399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16458", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476289054917999, 38.569634976961602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16666", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505967230440007, 38.576314636919101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16667", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506020750884005, 38.576196597507597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16668", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505895817227994, 38.576295604319498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16669", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505953800731007, 38.576178755151801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16671", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505886849464005, 38.5761609127524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497177884688, 38.573972445267501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16883", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497166901788006, 38.5738663359407 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497106661805006, 38.573953445889501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16885", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497100130224993, 38.5738485234547 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497035437817999, 38.573934445561797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16887", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497033358695006, 38.573830710930302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16888", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496953648952996, 38.573914644329797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16889", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496966587198997, 38.573812898367301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496885325988998, 38.573893393464203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16891", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496899815736001, 38.573795085765902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496815053125999, 38.5738759079372 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16893", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496833044306001, 38.573777273125899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488998457636001, 38.571797968840201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17078", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488995375458003, 38.571658235150799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488926959368996, 38.571778926257501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17080", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488928345462995, 38.571640382557902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488855459999002, 38.571759882724699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17082", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488861315502007, 38.571622529926202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488783961809006, 38.5717408400537 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17084", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488794285579999, 38.571604676354802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488712463656, 38.571721797338597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17086", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488727256833002, 38.571586823650399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488640965548996, 38.571702753678302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17088", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488646811197, 38.571563630582901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488569467472999, 38.571683710874801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16460", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476261336758, 38.569624273214401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16461", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476221551189994, 38.569610748201299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16465", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476181617769996, 38.5694627869699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16466", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476092845363993, 38.569566926273403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16467", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476114593169996, 38.569444909840399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16468", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476050819785996, 38.569556382042897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16469", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476016357467998, 38.569543670240002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16470", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476047568604002, 38.569427032672102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16473", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475980545219002, 38.569409155470098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16679", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505340524816006, 38.576140683343802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16681", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505269484023003, 38.576121780775701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16683", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505198442126002, 38.5761028772584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16685", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505127400261003, 38.576083974598198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16687", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505056358432995, 38.576065071894398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16689", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504985317790997, 38.576046169152001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496743845265001, 38.573854643547101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16895", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496766272909994, 38.573759460447398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16897", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496699501546999, 38.573741647730401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48493007623, 38.5707065714994 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484857496448996, 38.570687741399801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484882961676007, 38.570562670574397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484803124628996, 38.570675781453801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484816720596996, 38.570545024506501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484706596856995, 38.570646281654298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484750478395995, 38.570527379296401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484635938134005, 38.5706274599669 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484684236234997, 38.570509733147503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484565279454998, 38.570608637335503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484617994106998, 38.570492086960598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484494621954994, 38.570589815566898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16474", "timelimit": 360.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475876801143002, 38.5695007412926 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16476", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475913520719999, 38.569391278224202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16482", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475446956596997, 38.569266863539902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16483", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475397565918001, 38.569369692486198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16484", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475380806131994, 38.569249230484701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16485", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475327004877997, 38.569350883560098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16486", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475314654559, 38.569231596485601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16693", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504843234329996, 38.576008362625601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16695", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504772193801003, 38.5759894597524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16697", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504701152161999, 38.575970556830598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16699", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504630110560001, 38.575951653865303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16911", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495962244658003, 38.573548192308699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16912", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495912106774995, 38.573630450155697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16913", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495895211144003, 38.573530343750498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16915", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495828178810996, 38.573512495158397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16917", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495761145364, 38.573494646522498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16919", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495694111956993, 38.573476796946998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490541834162002, 38.572200528280902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490470894292997, 38.5721815990224 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17040", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490446278332996, 38.572079158713997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490399953315006, 38.572162669715397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17042", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49037977127, 38.572061411969003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17044", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490313265387996, 38.572043665191003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17045", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490258072626006, 38.572124810075202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17046", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490246758390995, 38.572025918369597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490190955605996, 38.572108913680403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17048", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490180252575001, 38.572008171515002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490120014774007, 38.572089984201803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16489", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475185881767004, 38.569313264672999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16490", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475182351504003, 38.569196329274803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16491", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475115319691, 38.569294455612699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16492", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475116201175993, 38.569178695167501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16493", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475044758799996, 38.569275646514598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475050049727002, 38.569161061918102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16495", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474974197951994, 38.569256836472597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16496", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474983898318001, 38.569143427729898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16497", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474903635987005, 38.569238027283298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16498", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474917746933997, 38.569125794404798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16499", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474833075207002, 38.569219218056098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16500", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474851596736997, 38.5691081601463 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16501", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474762513317003, 38.569200408780802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16712", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504006428943001, 38.575786378903999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16713", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503996385703005, 38.575655861822099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16714", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503936226478004, 38.575767661988301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16715", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503930570658994, 38.575638314144499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16716", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503866022902997, 38.575748945025197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16717", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503864755641999, 38.575620767330498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16921", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495627079724997, 38.573458948238503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16922", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495554596280002, 38.573535256347697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16923", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495560046378998, 38.573441099486097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16924", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495482139353001, 38.573515458700797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16925", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495493013065996, 38.573423250695001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16926", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495410636493006, 38.573496419217399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16927", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495425979787001, 38.573405401865003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16928", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495339134812994, 38.573477380595698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16929", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495358947694996, 38.573387552100399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16931", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495302168330994, 38.5733756911117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17090", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488558660951, 38.571542666472098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488494136040003, 38.5716631402845 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17092", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488468622246003, 38.571517167843197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17094", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488397753718004, 38.571498542127003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17103", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487853058417997, 38.571487599332997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474691952618002, 38.569181598566701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16504", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474719294140002, 38.569072892406197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16505", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474621391949995, 38.569162789210601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16506", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474653142886993, 38.5690552589299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16508", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474586991672993, 38.569037624514898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16509", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474480269577001, 38.569125170363897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474122903589006, 38.568913875168199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474103387460005, 38.569030971669598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474056403412007, 38.568896136161101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16718", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503795820511996, 38.575730228024398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16719", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503798940657006, 38.575603220479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16720", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503725618157006, 38.575711510980902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16721", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503733126851998, 38.575585673594901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503667311938003, 38.575568125767802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16725", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503601497049999, 38.575550578803998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16726", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503515971854, 38.575655363714702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16727", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503535682194993, 38.575533031802799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16728", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503445769639995, 38.575636647402497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16729", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503469867378001, 38.575515483863299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16730", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503375567470002, 38.575617930146798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16942", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494698955564999, 38.573213297375801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486540513728002, 38.571120255797801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486523718871993, 38.5709997647131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486469855465003, 38.571101398299497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486457476080005, 38.570982085346103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486399196091995, 38.571082540752798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486391233321001, 38.570964405941098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486328536757, 38.571063683163104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486324990588002, 38.570946727399097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486257878607006, 38.571044825535402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486258747894993, 38.570929047918398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486187219352004, 38.571025966958501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474032454972004, 38.569012050354203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473989904408, 38.568878398021802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473961521381995, 38.568993128089303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473856905367001, 38.568842919821698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473837647183998, 38.568958903943297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473790405322006, 38.568825180661797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473766714839002, 38.568939982465103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473723906458005, 38.568807441468799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473692759882994, 38.568923403948503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473657406479006, 38.5687897022325 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473621827618999, 38.568904481480601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473590907673994, 38.568771963864002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16731", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503404052587001, 38.575497936787301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16733", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503338237828999, 38.5754803896738 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16735", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503272423108996, 38.575462841622098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502765822212993, 38.575320670243897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494446859549001, 38.573227399323599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494377685950994, 38.573208973873498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16953", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494308511240007, 38.573190548376999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16954", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494309852382003, 38.573109654633001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494239337712997, 38.573172122844198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16957", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494170164221998, 38.573153697270101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16958", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494180152336, 38.573075107065002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16959", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494100990760003, 38.573135272555497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16960", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494115301782003, 38.573057833674497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16962", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494031817340002, 38.573116846898699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17050", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490113745637998, 38.571990425518102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490049075133996, 38.572071053784001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17052", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490047239888, 38.571972678587201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489978134378006, 38.572052124218501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17054", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489980733023003, 38.571954931613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489907194813, 38.5720331937137 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489836254132001, 38.572014264061202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489765314642, 38.571995333469403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17060", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489781213775998, 38.571901690465999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489694374037001, 38.571976403729998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17062", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489714708191997, 38.571883943343998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473550894238002, 38.568885559864903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473524407762, 38.568754224551199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473479962042006, 38.568866638210899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473457909028994, 38.568736485205399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473409029883001, 38.568847716513503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473391409182994, 38.568718745816199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473338096614995, 38.568828794767398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473324910516993, 38.568701006394001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473252176966994, 38.568806268758301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473258410737003, 38.568683266928403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473181243789, 38.568787346015199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16750", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502559102969002, 38.5754031195398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16749", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502574639220995, 38.575267542893201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16752", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502490895446996, 38.5753849508542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16751", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502509785051004, 38.575250709340402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16753", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502436532887998, 38.575232518942897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16755", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502354903446005, 38.575210333049299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16757", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502286714570005, 38.575189525597899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16760", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502218064549993, 38.575312277506399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16964", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493962643955001, 38.573098421200598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493484339310001, 38.572888747480199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493429948661998, 38.572970963132903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493405961758995, 38.572867861366099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493346344486, 38.572948684744198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493327583105994, 38.572846975193897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493249204500003, 38.572826088968696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487781840240004, 38.571468630251999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487719254753998, 38.571451963284602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487648035500001, 38.5714329941163 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487576817432, 38.571414024909203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487506408377996, 38.571260874253099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487505599401004, 38.5713950556583 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487439641419996, 38.571243090427402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487434380261007, 38.571376086358498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487360403089994, 38.571222234230099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487375639153001, 38.571359435326201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486086195907006, 38.573328679568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486019515606003, 38.573310912432603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485646880879003, 38.573216802785403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485590791915001, 38.573316968432003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485566084541006, 38.573190244776498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485520131596999, 38.573298128372002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485487135740001, 38.573167525536498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485449470169996, 38.573279288263798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490612792546997, 38.573439328446 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490581024039003, 38.573431241840801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16096", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490477774159004, 38.573400659647902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16098", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490415508298994, 38.573386637885797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490120444276002, 38.573177466627499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490053937289005, 38.5731597377182 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489920922278998, 38.573124277978003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485411539077006, 38.573146877891297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485378808779998, 38.5732604481124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485328465570007, 38.573123254625401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485308148575001, 38.573241607923002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485248003869998, 38.573103470824798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485237487259994, 38.573222767685301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485159201428004, 38.573078612958398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485166825975, 38.573203928305297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485092956920994, 38.573060949927601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485096165881998, 38.573185087986502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15487", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485026712446, 38.573043286858898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485025504679001, 38.573166247619397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484936150563001, 38.573018157931699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484954843512995, 38.573147407209198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15705", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475959811747998, 38.570635848940803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15706", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475901104447999, 38.570734226930803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15707", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475881559805998, 38.570614977621602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15708", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475829610882997, 38.570715157340302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15709", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475814534199003, 38.5705971003187 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15710", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475758117349002, 38.570696088606603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15711", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475736282347995, 38.570576228000498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15712", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47568662386, 38.570677018927903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15713", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475656157797999, 38.5705553480473 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15714", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475615130410006, 38.570657949205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15715", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475589132303995, 38.5705374706138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15716", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475543635850002, 38.570638879432799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15717", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475522106843002, 38.570519593141597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15887", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506337158525994, 38.577633075950899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15889", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506291903326002, 38.577620728078301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15891", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506208127912004, 38.577597954689701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15893", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506059152907, 38.577562736479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15894", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506020771541998, 38.577552152953103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15896", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505987175710004, 38.5775439213539 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15897", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505948795506995, 38.577533338709898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16110", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489854414250999, 38.573106548048003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16113", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489787256944993, 38.573204640807504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489787907402004, 38.573088818084898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16115", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489716315001999, 38.573185729099201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489721399439006, 38.5730710880785 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16117", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489645374244006, 38.5731668173526 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489654891502994, 38.5730533589348 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16119", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489574432376003, 38.573147905557398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489588384754001, 38.573035628856999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16121", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489503491700006, 38.573128992822902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16123", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489432549906994, 38.573110080940701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489455370208006, 38.5730001685818 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484869906167006, 38.573000494773197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484851207347006, 38.573120167801697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484803661803994, 38.572982831576901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484780546273001, 38.573101327285102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484316866594995, 38.5728515114617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484250622383001, 38.572833865065398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15719", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475455082563002, 38.5705017156357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15720", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475400649132993, 38.570600740666997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15721", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475388057176005, 38.570483837185002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15722", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475329155834999, 38.570581670767503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15727", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474981117387998, 38.570374308821698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15728", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474945952118006, 38.570479850737797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15729", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474903651698, 38.570353645809398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15730", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474875296274007, 38.570461004174398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15731", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474837412260001, 38.570335976909298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15899", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505915220595, 38.577522089178203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15900", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505876839273, 38.577511505604498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15902", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505843243475994, 38.577503273963501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15903", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505804863322993, 38.577492690370903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15905", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505771267537, 38.577484459609899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15906", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505739592725007, 38.577476922622203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15908", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505705996960003, 38.577468690941302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15909", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505667616845997, 38.5774581073033 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16125", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489361609300005, 38.573091169020103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16127", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489290667583006, 38.573072257051003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489322355793007, 38.572964708153698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489219727050994, 38.573053345043498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489255848062001, 38.572946977879802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489189341504996, 38.572929248473599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489143933091995, 38.572917646344401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488746494205003, 38.572934268244403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488704673474999, 38.5729229502546 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484184378197995, 38.572816219531902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484124602161998, 38.572926124762503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484118134051002, 38.572798573059799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484053941341998, 38.572907301819598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484051889938002, 38.572780926549697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483983280551996, 38.572888479734601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483985645851007, 38.5727632809025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483912620953006, 38.572869656710601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483902574292003, 38.572739672833997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483841960245002, 38.572850833638299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483817626543001, 38.572716057240399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483771299566996, 38.572832011423799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483732657559003, 38.5726953838195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15734", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474786470054994, 38.570432979663899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15735", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474704934624, 38.570300639901497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15736", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474724814704999, 38.570415354021002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15737", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474638695284, 38.570282970887703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15738", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474663907427995, 38.570400087587302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15739", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474560468967994, 38.5702593474468 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15740", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474606021656996, 38.570382485294402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15741", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474494229702998, 38.5702416783503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15743", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474413047914993, 38.5702165837398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15744", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474458668156004, 38.5703459354445 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15745", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474346808725997, 38.570198914559001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15746", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474356199352002, 38.570319585594099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15747", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474280569569004, 38.570181245340201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15911", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505634021098999, 38.577449875601502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15912", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505595639850995, 38.577439292835599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15914", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505562044122001, 38.577431061113003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15920", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505408485320999, 38.577392635115402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488721657122994, 38.572804704185401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488660567093007, 38.572913668090003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488628372039997, 38.572902392590699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488654627144001, 38.572786868555902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488584469054999, 38.572892595081697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488587596051005, 38.572769032882498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488520912772998, 38.572875079224403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488520564992001, 38.572751197170199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488423017189007, 38.572848938648299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488383115949006, 38.572839133522201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488453533973001, 38.572733360518299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488340942958004, 38.572829104828699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488298142155998, 38.572820049016002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488243076727002, 38.572805609262701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483700640080002, 38.572813188270402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483666413636001, 38.572677737088704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483629979477001, 38.5727943659696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483600169740001, 38.572660091220897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483559318917003, 38.572775542724798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483533925882995, 38.572642444414399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483488659542004, 38.572756719441998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483467682059, 38.572624797570001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483417999050999, 38.572737897011798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483401438262007, 38.5726071515884 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483347338602997, 38.5727190736376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15749", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474214330438997, 38.570163576984399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15750", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474182574739999, 38.570276423323499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15751", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474148091347999, 38.570145907689799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15752", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474087603944, 38.570250107293397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15754", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474001959513004, 38.570227655172403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473718289713005, 38.570024987267601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473623843797, 38.5701246619805 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473651135653995, 38.570007091906703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473557431128995, 38.570110012267797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15928", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503654880292004, 38.576782536021398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503605581190996, 38.576885393442197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15930", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503588975800994, 38.576765005788602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15937", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503394690578006, 38.576829295591203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15936", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503391265972994, 38.576712413978697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503325362759995, 38.576694883600702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486503080746999, 38.572231319992397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486116881743996, 38.572110974301197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486050638021993, 38.572093294701602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485926112784995, 38.572176070231002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485918151815, 38.572057936294797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485855453639005, 38.572157212357901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15535", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483017483471002, 38.572515171205403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15536", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482972484786004, 38.572619171597502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15537", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482925917098996, 38.572490755129003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15538", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482880918294995, 38.572594755485603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15539", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482834350789005, 38.572466338980199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15541", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482742784547995, 38.5724419218581 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15542", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482697785507995, 38.572545922143597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15543", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482651218363003, 38.572417505564502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15544", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482606219206005, 38.5725215058144 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15545", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482559652240994, 38.5723930891984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15546", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482514652964994, 38.572497089412799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15547", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482468086181996, 38.572368672759801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15548", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482423086794, 38.572472672037797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473583982777001, 38.569989196512203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473516829939996, 38.569971300177698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473449675981996, 38.569953404700001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473339885759998, 38.570048293184101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473372854697999, 38.5699329318781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473281421096999, 38.570033798391997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473279919278994, 38.569908164976702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473221450251003, 38.570018612033699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473186983925004, 38.569883398000798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473159648969002, 38.570000180387801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473094048641997, 38.569858630049303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473082862894998, 38.569979916541797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15941", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503254095488003, 38.576791897104002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503259459578999, 38.576677353185097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15943", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503183799148999, 38.576773197350903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15942", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503193556430006, 38.576659822732097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15945", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503113501692994, 38.576754498451102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15944", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503127652173006, 38.576642291335702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15947", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503043205428, 38.576735798612603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15946", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503061749088999, 38.576624760807597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502972908052001, 38.576717098726498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15948", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502995846036995, 38.576607230241898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502902611853997, 38.576698399703503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15950", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502929943018003, 38.576589699638802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16300", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482601955505004, 38.571174198675102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16301", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482570063981996, 38.571290770056301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482070827178006, 38.5710325772232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481999150106006, 38.571128131780902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16314", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482003712666, 38.571014668880899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15550", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482290284002005, 38.5724372819328 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482229787449995, 38.572305196591998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482177072065994, 38.572291162653698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482049300203002, 38.572373126721601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472928113055005, 38.569814408098601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472853206981, 38.569794445450903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472778300943006, 38.569774483655699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472738465651005, 38.569890896400203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472703394953001, 38.569754520911196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472648579253004, 38.569866941074203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15953", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502832314551995, 38.576679699731997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15952", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502864040038006, 38.576572168097201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502762018428001, 38.576661000623602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15954", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502798137084, 38.576554637419001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15964", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499556289259999, 38.575691234494499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485148856208994, 38.571968630318302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484742601323006, 38.571863384451099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484601282371997, 38.571825777117603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484593226024003, 38.5717046345599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484530589670996, 38.571811500245701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484526982678005, 38.571687006338699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481659461876006, 38.5721532898947 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481636968304997, 38.572264473399599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481592346287002, 38.572135398430703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15570", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481565378853006, 38.572245388918503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15571", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481525230732998, 38.572117506927697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481493788291999, 38.572226304388003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481422198917997, 38.572207219818402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481391000878006, 38.572081722909303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481350609581, 38.572188135204499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472326766625002, 38.569661400473102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15794", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472237142729, 38.569761177123802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472157017116004, 38.569613670849698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15796", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47214311834, 38.569734625969801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472073079373004, 38.569589810668099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15798", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472058432962001, 38.569712532633098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471985402567, 38.569564461302797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15800", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471968135794995, 38.569688941568501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471918291847004, 38.569546563328501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15802", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471879724586998, 38.569663887871599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471851181153994, 38.569528666216101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15972", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499292335095006, 38.575620964676801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15974", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499226346927003, 38.5756033964539 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15976", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499160357636995, 38.575585829089299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15978", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499094369527, 38.575568261691998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484459929709999, 38.571792696468499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484460739371997, 38.571669377178701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484381594525999, 38.571772349458399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484394496091994, 38.5716517488816 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484310934649997, 38.5717535446895 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484328252851, 38.5716341196459 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484245052248994, 38.571738534119902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484262009637007, 38.571616491272998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484174393583004, 38.571719730173498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484195766460999, 38.571598861961398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484103733807004, 38.571700926178899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484129523312006, 38.571581233512703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484031151956003, 38.5716821135739 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484063280203003, 38.571563604125302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481323885424999, 38.572063831289697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481252051178998, 38.572160677475601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481256770011001, 38.572045938730199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481180461934002, 38.572141592756502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481189654624998, 38.572028047032603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481108871581, 38.572122507987899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481122539271993, 38.572010155296198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481037282412998, 38.572103423180302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15585", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481046029479003, 38.571995164636597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480965693284006, 38.572084338328303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15587", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480978914199, 38.571977271915998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480894103045003, 38.572065253426899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480889325245002, 38.571956336047201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480822513991995, 38.572046168486402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15804", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471800674153002, 38.569640347987303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471784070493996, 38.569510769064898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471715990139998, 38.569618254405299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471716959868999, 38.569492871874701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471638791868003, 38.5695976669967 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471649849277, 38.569474974645601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471567207768004, 38.569578576331899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471582739872005, 38.569457076482003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471495623704996, 38.569559485622797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471515629348005, 38.569439179175099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15814", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471424038533996, 38.569540394864198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15982", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498962392264005, 38.575533125878799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15984", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498896404251994, 38.5755155583687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16315", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481965483427004, 38.571124127083998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16317", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891323002003, 38.571109989832102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16319", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481803392575003, 38.571071904502602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16320", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481802369335, 38.570960942719402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481730499106007, 38.571057771917999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481735254957002, 38.570943034221401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54846", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481648761958994, 38.571039619522701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481668140612996, 38.570925125684496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16325", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481589864978005, 38.571018582885003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481515733668999, 38.5710004644572 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480801654258002, 38.571929521347599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480721438469999, 38.571908627388098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480269823417999, 38.571898850208797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480198971099995, 38.571879969088897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480128118812004, 38.571861088826601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15822", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470983814928999, 38.569298330583401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15824", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470907616093996, 38.5692775166223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15826", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470829564133993, 38.569253750906 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488208946504997, 38.572795836795997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488252442244004, 38.5726798530374 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488175423271997, 38.572787357087201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488142265560001, 38.572776077195797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488185412499007, 38.572662017136203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488104902011997, 38.572766069681798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16167", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487874522336, 38.572706096020603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480057265414004, 38.571842208515797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479974953134004, 38.571702792482199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479893574816998, 38.571679138681198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15610", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479915524396006, 38.571804434997098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479810369771997, 38.5716554649023 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15613", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479743958542997, 38.5716377340854 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15614", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773847024006, 38.571766609338198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479703008962005, 38.571747697347099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479611137323005, 38.5716022732433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479632170944001, 38.571728784411903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479544726186006, 38.571584543213 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "18:00", "end_time": "22:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483960493403004, 38.571663309496998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483997037118996, 38.571545975600799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16271", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483889833746005, 38.571644504470903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483930794074993, 38.571528346137498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16273", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483819174120001, 38.571625700302597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16278", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483494178539004, 38.571412060558501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16279", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483451015956007, 38.571528140445203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16280", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483402613425, 38.571387643957898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483359450707994, 38.571503723810501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16283", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483267885523006, 38.571479307103402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479561331808995, 38.571709872329002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479478315088997, 38.571566812243702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479411904017994, 38.571549082137203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479419654805994, 38.571672047137397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479345494133, 38.571531351096802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478989618238998, 38.5714412952968 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478940171608002, 38.571544109266803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478922766273996, 38.5714234719335 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478868861916993, 38.571525097343503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16025", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495652012709996, 38.574767271035498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16027", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495580509690996, 38.574748232563302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16029", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49550900557, 38.574729193141103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16031", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495437502626999, 38.574710154580501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16033", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495365999723006, 38.574691115975803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485877839907999, 38.572046942897401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485851908190995, 38.572040256581502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485784793383004, 38.572138354436703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485817818607003, 38.572030514217701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485785664592996, 38.572022577731197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485714134312005, 38.572119496477299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485751575033007, 38.572012834447001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485719421035, 38.572004897942101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485643474130001, 38.572100638469699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485685340304002, 38.571993932160403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485653177508993, 38.571987218115197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485572813987005, 38.572081780419097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485619097945005, 38.571976252318997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485586934009007, 38.571969539151098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478855914342006, 38.571405648531602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478797553410999, 38.571506085381301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478789061301995, 38.571387824185102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478726243796004, 38.571487073370001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478722209436, 38.571370000705997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478654934218994, 38.571468061314903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478644131077004, 38.571349183394602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478583625821003, 38.5714490501217 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478558564451006, 38.571326860232801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478512316320007, 38.571430037978701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478480487341002, 38.571306041915399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478441008003998, 38.571411025796898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478398670925003, 38.5712837355305 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15648", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478369698579002, 38.571392013565998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16035", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495294496864005, 38.574672076425998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16037", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495222994035998, 38.574653037733 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16039", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495151491247, 38.5746339989958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16041", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495079987354003, 38.574614959308498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16043", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495008484641005, 38.574595920482899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16045", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494936981966006, 38.574576881613197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487238682431993, 38.5724197474429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487200461927998, 38.572409264670497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487162627572999, 38.5724010998021 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487129149218006, 38.572392965031199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487101343110993, 38.572383905837498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487075339618997, 38.572378869921899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487043674814998, 38.572369727851097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487010924700996, 38.572360226008797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478318717701995, 38.571262909550697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478298389192005, 38.5713730012911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478251866071005, 38.571245085799902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478227080983999, 38.571353989878403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478185014472999, 38.571227262010503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478155771673002, 38.571334977515697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478118161767995, 38.571209437276501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478084462400005, 38.571315965109001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478051310237007, 38.571191613409901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478013154311995, 38.571296952663602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15855", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468249022747997, 38.568693569354899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15857", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468178184959996, 38.568674662896399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15858", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468189656247006, 38.568558958312302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15859", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468107347203997, 38.568655757295502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15860", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468123246104, 38.568541233419097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15861", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468036508343999, 38.568636850745101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15862", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468056835994005, 38.568523508487701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15863", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467965670669997, 38.5686179441566 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15866", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467908281879005, 38.568477955587497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15867", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467832986706995, 38.568582529836497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16047", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494865479335999, 38.574557841798402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491375105247997, 38.5736412064349 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16059", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491378514690993, 38.573512927428297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491341384272999, 38.5736354051433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491309625132999, 38.573625980948499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483176320393994, 38.571454891224597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16286", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483127919601003, 38.5713143946274 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16287", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483084756482, 38.571430474377799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16288", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483036354731993, 38.571289978637999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482993191483999, 38.571406057453402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482707034165998, 38.5712021961061 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16297", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482690154883002, 38.571322767921401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482654494825994, 38.571188197402499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15664", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477602083899001, 38.571187423036399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15666", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477530402510993, 38.5711683356351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15668", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477458722308995, 38.571149248194502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15669", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477401238203996, 38.571020395490201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15670", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477387040997996, 38.571130160704399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15671", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477319072968001, 38.570998017395297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15672", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477315359724003, 38.571111073169902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15673", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477240623220993, 38.570980072220401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15674", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477243679636999, 38.571091985596198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15675", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477173422633001, 38.570962177800197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15676", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477171998440994, 38.571072897972897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15868", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467808196183, 38.568451245106601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15869", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.46776214914, 38.568563623123403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15870", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467727542530994, 38.568426081548502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15871", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467691310462996, 38.5685447163617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15874", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467587988660995, 38.568392078593703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15875", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467561638508997, 38.568508138106701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15876", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467521577669004, 38.5683743542508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15877", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467490801088005, 38.568489231227602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15878", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467455167864003, 38.5683566289742 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15880", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467388758092, 38.568338903659502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16062", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491312355326002, 38.5734952863573 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491277066856, 38.573616615394897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491247585387995, 38.573606754347502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491246196001001, 38.573477644347498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491215008032995, 38.573600066157397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16067", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491182100111999, 38.573592421554601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16068", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491180037855997, 38.573460002304998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16069", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491139881440006, 38.573582566655901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16070", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491103569345, 38.573574015179197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16071", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491113878589999, 38.573442361120499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491065319740002, 38.573565516433803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491031278947005, 38.5735574208637 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491047719362996, 38.573424718997401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490995871866005, 38.573548934592999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490960705443001, 38.573539049376301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485502155028001, 38.572062922330304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485554394031993, 38.571961026112803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485520690548995, 38.571951859248301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485431494964999, 38.572044063292502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485488150587003, 38.571943346191297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485454447115004, 38.571934180208402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485360834933005, 38.572025205112404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485423465528001, 38.5719256731592 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485388203721001, 38.571916500229797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485290176085996, 38.572006346894199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485357222142, 38.5719079940637 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485321960359002, 38.5718988202132 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485219516129007, 38.571987488627798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485255717024003, 38.571881141059599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15677", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477106222084998, 38.570944282440102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15678", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477100317283004, 38.571053810305301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15679", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477039021565005, 38.570926387941903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15680", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477028636162999, 38.571034722593197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15681", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476971821077996, 38.570908493404701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15682", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476956956229998, 38.571015634841899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15683", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476904620625007, 38.570890598828498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15684", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476885275187001, 38.570996547041098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15685", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476837420211993, 38.570872703312297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15686", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476813594182005, 38.570977459195802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15687", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476770219827003, 38.570854808658098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15688", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476741914363998, 38.570958371311399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15689", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476703019474996, 38.570836913964797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15690", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476670233435996, 38.570939283377299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490981561309994, 38.573407077742303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490925880304999, 38.573528780966903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490894118084995, 38.573519802587803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490915402148005, 38.573389435543497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490864415160004, 38.573508663897996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490837763556002, 38.573500600769101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490849243013002, 38.573371794207702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490806338298995, 38.573491686009802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490772878358001, 38.573481807341103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490783083916995, 38.573354151933302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490739195724998, 38.573470652013299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490705166612997, 38.5734607708211 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490716926000999, 38.573336509626102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490678848800002, 38.573453217229599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490649348359, 38.573446034311601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16092", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490650766963995, 38.573318868176898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486980033533001, 38.572353616166502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486946153101002, 38.572344110197299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486913352773001, 38.5723358495406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486882060132004, 38.572328738795697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486839358378006, 38.5723171477565 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486800093721001, 38.572307139499898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486761224218, 38.572297078928102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486725783180006, 38.5722870884996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486693607310002, 38.572280086399502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486653387934993, 38.572270074760397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486618319333004, 38.572263031883402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486587652433997, 38.572253813032297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486559258350994, 38.5722475393761 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486534305264001, 38.572241347642198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15695", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476308049202004, 38.5707267669194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15696", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476258574002003, 38.570829573324801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15697", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476241023382997, 38.570708889863397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15698", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476187080244998, 38.570810503955201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15699", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476173998744997, 38.570691012773899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15700", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476115586527001, 38.570791434541398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15701", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476106972992994, 38.570673135640298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15702", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476044092847005, 38.5707723650834 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15703", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476039947282004, 38.570655257566997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15704", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475972599198997, 38.570753296482202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18465", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504613810935993, 38.573508998605497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18466", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504625808379998, 38.5734198486388 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18467", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504542773205998, 38.573490059555901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18468", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504559209445006, 38.573402092550999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18469", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504471734372999, 38.573471119556899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18470", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504492611691006, 38.573384336429903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18471", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504400695577999, 38.573452179514298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18472", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504426012815998, 38.573366581166397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18473", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504329656820005, 38.573433239428098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18474", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504359413981007, 38.573348824963702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18476", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504292816326, 38.573331068727597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18702", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497000143327995, 38.571313943324498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18703", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496875420650994, 38.571464148292598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18704", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496852762591999, 38.571455118324501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18705", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496977800843993, 38.571306871498798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18706", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496948796113003, 38.571299405853701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18709", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496918320074997, 38.571292936504797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18710", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496889310851998, 38.571286109560802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18713", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496862908360001, 38.571278381331503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18714", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496836342142004, 38.5712709262571 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18715", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496694284778002, 38.571405747650701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18717", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496813196244005, 38.571262574337098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474624422901996, 38.566600711287101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474550799973997, 38.566698589360698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474557837676002, 38.566582955055097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474479776875995, 38.566679649879497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474491253631001, 38.566565198790002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474408752675998, 38.566660709448698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474337728506001, 38.566641769875098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474341959591996, 38.566525384999899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474275374506007, 38.5665076286054 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474195681433997, 38.566603889701497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474208790602006, 38.566489872177797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474124657383996, 38.566584949096303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18486", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503715490797006, 38.573290067381699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18487", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503736086314007, 38.573184529227902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18488", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503644731622003, 38.5732712379817 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18489", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503669749896005, 38.573166876454103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18490", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503573972484006, 38.573252408538302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18718", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496789059522001, 38.571256406382503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18719", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496639282068998, 38.571392420268801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18720", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496617618257005, 38.571386585552801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18723", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496585289310005, 38.571379895447102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18724", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496557552363996, 38.571370843333497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18726", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496683114346993, 38.571227317096003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18729", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496655081358995, 38.571220219564303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18730", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496622021169003, 38.571211460533597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18733", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496588321287007, 38.571201147367901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18032", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483090660447999, 38.568856606965397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483034393880004, 38.568978409237097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18034", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483023373308995, 38.568838698434703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18036", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482956085054994, 38.568820789859799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482890847049006, 38.568940203350401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18038", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48288879799, 38.568802880349999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482819073694998, 38.568921099889799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18040", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482821510950998, 38.568784971702001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482747300371997, 38.5689019972857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18042", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482754223952995, 38.568767062113999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482675527094997, 38.568882893736102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18044", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482686935835005, 38.568749153382697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18045", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482603753849006, 38.568863791042901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18046", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482619648897995, 38.568731244617297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47371546, 38.566483116694201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473643971138998, 38.566464064670903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473572482322993, 38.566445011702598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473500993539005, 38.566425959591001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473429504791994, 38.566406907435201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473358016090998, 38.566387854334501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18491", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503603413511001, 38.573149223642197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18492", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503503213383993, 38.573233579051703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18493", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503537077152998, 38.573131571693203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18494", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503432454321, 38.573214749521803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18495", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503470740832995, 38.573113918805298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18496", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503361695289001, 38.5731959208495 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18497", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503382907947, 38.5730898322538 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18498", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503290936300004, 38.573177091233198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18499", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503303129526003, 38.573068951348901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18500", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503220177348993, 38.573158261573496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18501", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503235460810998, 38.573049179106697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18502", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503149418435996, 38.573139431870601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482531980641994, 38.568844688305198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18048", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482552362001002, 38.568713334911898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482460208627998, 38.568825584627199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18050", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482485075132004, 38.568695426068302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18052", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482417787149004, 38.568677517180397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18054", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482350500354002, 38.568659607357802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482244889358995, 38.568768275112703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18056", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482283213585006, 38.568641698396803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18058", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482215926858004, 38.568623788495799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482101343373998, 38.568730068246801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473286526273, 38.566368802085101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473215037648004, 38.566349748896002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473143549054996, 38.566330696563597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473072060505999, 38.566311643286198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473000571987995, 38.566292590865501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472929083509001, 38.566273538400701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472857593927998, 38.5662544849855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18503", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503151643096999, 38.573028279862299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18504", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503078659560003, 38.573120602124497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18505", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503085306963001, 38.573010627654298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18506", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503007900721002, 38.5731017723351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18507", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502993457040006, 38.572983352408698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18508", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502937141919006, 38.573082942502403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18509", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502912325417, 38.572963521273799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18510", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502866383154995, 38.573064112626497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18511", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502835240579003, 38.572942651611598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18758", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495826366483996, 38.570993455689703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18759", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495790872599002, 38.570986148876599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18762", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495749814492996, 38.570975719631797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18765", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495683466139994, 38.5709603207588 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18766", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495647996589, 38.570949576186997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18070", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481547750041003, 38.568445970492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18071", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481499732160998, 38.568559039639901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18072", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481481252978995, 38.568428244779497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18073", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481428800404004, 38.568540132776498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18077", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481286939306003, 38.568502318028798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472071477387004, 38.5660425515835 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472000268841995, 38.566023572792098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18516", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502437842945994, 38.572837182601702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18518", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502362346072999, 38.572817051877301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18519", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502367031553007, 38.572940292075202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18520", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502293550125998, 38.572801177819102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18521", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502291533443994, 38.572920161299798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18522", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502218053332001, 38.572781047000603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18523", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502216036524999, 38.57290003048 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18524", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502142556581006, 38.5727609161329 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18525", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502140539647996, 38.572879899610903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18526", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502057397989006, 38.572738209435201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18527", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502055382061997, 38.5728571929168 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18870", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492462152932006, 38.570291758399797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18873", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492409301362002, 38.570121472510898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18874", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492324239880006, 38.570219033255299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18877", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492247767457002, 38.570196803352196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18879", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492276639853998, 38.570086154843302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492172132555993, 38.570178797773401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492210309152995, 38.570068495501999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492143978485004, 38.570050836122803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491975878657996, 38.570120465733297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18079", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481216008817, 38.5684834101394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18082", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481119185636999, 38.568334199277302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18083", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481074146796999, 38.568445595125702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18084", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481052688784999, 38.568316473318603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18085", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481003216413001, 38.568426688006703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18086", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480986190818996, 38.568298747316497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18087", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480932286073994, 38.5684077799433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18088", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480919694034, 38.568281021281301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471929059193002, 38.566004593050799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471857850722998, 38.5659856141719 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471786642290994, 38.565966635248998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471715433897003, 38.565947656282397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18528", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501956140144998, 38.572711210010198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18529", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501954124044005, 38.572830194390903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18530", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501897861447006, 38.572699192655698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18531", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501852864960995, 38.572803194870602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18532", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501796603713004, 38.572672193992098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18533", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501751607103003, 38.572776195266698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18534", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501711118882994, 38.572649400049499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18535", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501666122163002, 38.572753401291003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18536", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501647767592999, 38.572632507606599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18537", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501590100976003, 38.572733130868301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18538", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501584416327006, 38.5726156160299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18539", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501514079832006, 38.572712860395697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491274786797007, 38.569946205518498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18905", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491280485844996, 38.569820786105801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491203848853999, 38.569927293825103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18907", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491213981705002, 38.569803056961 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491132909794999, 38.569908382983897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18915", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490947963175003, 38.569732140890501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18917", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490881458052996, 38.569714411549697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490814954111997, 38.569696682175604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18099", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480343910583002, 38.568250220818399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18101", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480272603809993, 38.5682312097588 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18103", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480201298221999, 38.568212198660298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480129991525004, 38.568193187512797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480058686006998, 38.568174177227398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479987379386003, 38.568155165992003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18540", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521066245004, 38.572598723522503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18541", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501438058732006, 38.572692589873199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18549", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501026067457005, 38.5725687217139 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18550", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501043404792, 38.572422075600997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18551", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500955868681999, 38.572550039925503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18552", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500977593219005, 38.572404560476798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18553", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500885669949994, 38.572531357193597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18816", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494460011390004, 38.570808995641997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18817", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494346186425005, 38.570637264184903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479916072802993, 38.568136154712697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479844767405993, 38.568117143394602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773460892005, 38.568098132928299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479702155571005, 38.568079121522402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479559542746998, 38.568041098568401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479488237539002, 38.568022087030599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479416931215994, 38.568003076344702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18554", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500911781672002, 38.572387046216001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18555", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500815470101003, 38.572512675315203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18556", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500845970156007, 38.572369531917801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18557", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500745271442995, 38.572493992498202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18561", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500604873076995, 38.572456628533303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18563", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500534674529007, 38.572437945588597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18566", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500516913078997, 38.572281958063499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18568", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500451101756994, 38.572264443540803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18920", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490707279674993, 38.569794916138399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18922", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490636342025994, 38.569776004997898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490214574817998, 38.569536644902101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18931", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490147459553, 38.569518757496503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18933", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490080344315004, 38.569500870952901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18131", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479102305302007, 38.567921316195097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18133", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479041696039999, 38.567905161511597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478981087951993, 38.567889006801501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478920479885005, 38.567872852960498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478871401495994, 38.5677282568981 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478851824844, 38.567853494402101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478810793597006, 38.567712102098703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18356", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469770776874995, 38.565305755711101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18358", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469704282028999, 38.565288049341902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18360", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469637786074998, 38.565270342028398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18569", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500324077946004, 38.572381898295902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18570", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500385290468003, 38.572246928980697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18571", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500253879537993, 38.572363216081797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18572", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500319479218007, 38.572229413482198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18573", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500183681173993, 38.572344532924198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18574", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500113481693006, 38.572325850619997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18580", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499763712597002, 38.572055212259798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18582", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499715504896002, 38.572044154434799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478788534892004, 38.567836271664497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478750184578004, 38.5676959472625 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478714507153995, 38.567815833881099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478615789116006, 38.567660125901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478619043307006, 38.567789689609697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478534425576996, 38.567638438746798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478526056232994, 38.567764905060798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478453062080007, 38.567616752436301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478433069231002, 38.567740119536303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478371698640004, 38.567595065167801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478340083435, 38.5677153348432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478247096554995, 38.567690550070203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18586", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499630695061995, 38.5720197294429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18588", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499604233010999, 38.5721931853234 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18589", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499599657961994, 38.572012186310602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18590", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499515252829994, 38.572178400728497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18592", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499571806310996, 38.572003038030303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18593", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499553505825006, 38.571996354445702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18594", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499462974970996, 38.572164024317601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18595", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499434722334996, 38.572153303107598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18597", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499490239734996, 38.571979903525502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18598", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499413163666006, 38.5721458297403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18600", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499455841805997, 38.5719701809697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18819", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494266588889005, 38.5706160643064 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18821", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494186990252004, 38.570594864368097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18823", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494107391662993, 38.570573664374997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18825", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494027794261996, 38.570552465233099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18827", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493948195767004, 38.570531265130597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18828", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493883350741996, 38.570661396314598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18829", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493905558809999, 38.5705228265155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18831", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493829350127996, 38.570647373779302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18834", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493744446166005, 38.570624760254198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477752214435995, 38.567433851730698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477685253410996, 38.567542925759703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477674464694005, 38.567411720816501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477613762429002, 38.567523876188503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477600717401998, 38.567393831320899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477542271491004, 38.567504825672302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477533694265006, 38.567375972129 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18389", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507738768552002, 38.574271201518499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18391", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507671557218003, 38.574253324805099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18392", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507646074601993, 38.574340291603399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18393", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507604345917997, 38.574235448052498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18394", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507574382011995, 38.574321222808102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18395", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507537134656999, 38.574217570360098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18396", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507502689459002, 38.574302153968297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18397", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507469923423997, 38.574199693529501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18398", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507430998093, 38.574283085089 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18399", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507402712225002, 38.574181816660001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18400", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507359305617996, 38.574264016160498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18603", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499291215290995, 38.572114808791397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18604", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499408811658, 38.571956991182397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18605", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499385641982997, 38.571949009944703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18606", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499267213647002, 38.572107963565301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18607", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499241399580995, 38.572097252856302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18609", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499210085729999, 38.572089737251098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18611", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499271902906003, 38.571914501070502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18613", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499055898627006, 38.572051875714003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18614", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499138152461001, 38.571885900064999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18616", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498969037002993, 38.572024366598399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18617", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499071643416002, 38.571868158313698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18935", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490013229110005, 38.569482984370403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18937", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489946115093005, 38.5694650968532 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18939", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489878999956005, 38.569447210192799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477466672307997, 38.567358112903499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477399289722001, 38.567466725408103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477399649245001, 38.567340252733104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477327798892006, 38.567447675660297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477332626209005, 38.567322393424703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477256306952995, 38.567428625863101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477265603206007, 38.5673045340776 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477184816206005, 38.567409575126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477198581384002, 38.567286674696803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477113325489995, 38.5673905252456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477131558447994, 38.567268815272001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477041834819005, 38.567371474420298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477064535552998, 38.5672509549076 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476970344180003, 38.567352424451599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18401", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507335501065995, 38.574163938850397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18402", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507287613181006, 38.574244947187502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18403", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507268289934004, 38.574146061902802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18404", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507215920782002, 38.574225878170097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18405", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507201077687995, 38.574128184911203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18406", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507144229568993, 38.574206809113299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18407", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507133866624002, 38.574110307885498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18408", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507072537246998, 38.574187740006998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18409", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507066655599004, 38.574092429919901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18410", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507000844963002, 38.574168670856501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18411", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506999444602002, 38.5740745528161 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18412", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506929153865002, 38.574149601666299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18618", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498933672082998, 38.572014918979697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18619", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498909452782001, 38.572008682643698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18620", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499005135551997, 38.571850416529202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18621", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498881458705, 38.571998747998897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18632", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498387853253007, 38.571863369387302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18767", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495601309194001, 38.571129296194798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18771", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495542746978003, 38.571110478933299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18772", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495514724171997, 38.5711035865735 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18773", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495491355685999, 38.571058584050199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18775", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495449712001999, 38.571081140271801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18776", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495413821634997, 38.571073427112601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18777", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495478304939994, 38.570904853155703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18778", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495334107747993, 38.571062073361901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18779", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495301058595999, 38.571054382464098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18781", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495298354943998, 38.5708516149204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18782", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495268000009006, 38.5710468906139 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476997513832004, 38.567233095410401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476898853579002, 38.567333374438803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476918426314995, 38.5672099020899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476827361874996, 38.567314323475699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476764818598994, 38.567295713817998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476342394745004, 38.567183344502403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476271928290004, 38.567164573507803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18413", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506932233639006, 38.574056675673297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18414", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506857461658001, 38.574130532426999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18416", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506785769496005, 38.5741114622423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18422", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506380340868006, 38.573986982621697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18423", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506273564881994, 38.573866205429397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18424", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506269720313995, 38.573958582204099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18425", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506207662565998, 38.573848658669 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18636", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498295203664995, 38.5718407715948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18637", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498303415333993, 38.5716908502962 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18638", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498277218495005, 38.571687288125602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18641", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498255182112004, 38.571678266532999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18642", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498227532876996, 38.571671381856703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18644", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498151812974996, 38.571802878163503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18645", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498188499175996, 38.571660506401699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18646", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498160849954999, 38.571653621709501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18647", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498116210983, 38.5717917626081 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18649", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498121816272999, 38.571642746232001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18650", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498094167058994, 38.571635862424699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18836", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493695868391001, 38.570605476713503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18841", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493575570426003, 38.570429802681801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18844", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493524754175994, 38.570421320034001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18845", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493495342619994, 38.570418079648 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476201461879995, 38.567145801569502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476198997823005, 38.567020344935599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476132936210007, 38.567002746937199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476060529162993, 38.567108258464799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476066873487994, 38.566985147994998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475990062864, 38.567089486397698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476000811941006, 38.566967549921202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475919596595006, 38.567070715188699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475934749285003, 38.566949950903599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475849130368999, 38.5670519430357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475868686655005, 38.566932352749198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475778664180993, 38.567033170839899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18426", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506199426101006, 38.5739398662638 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18427", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506141761424999, 38.573831112776901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18428", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506129130776998, 38.573921150276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18429", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506075860316002, 38.5738135668472 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18430", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506058836638005, 38.5739024342503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18431", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506009959238995, 38.573796020880103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18433", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505944058200996, 38.5737784739745 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18434", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505891399046007, 38.573853260511001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18435", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505878157189997, 38.573760927932298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18436", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505821105037001, 38.573834544340997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18437", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505812256210007, 38.573743381852601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18653", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498055133403994, 38.571624986023899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18657", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497988450568002, 38.571607225777299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18658", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497960801380998, 38.571600341938201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18660", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497868470924004, 38.571721765171702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18663", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497819223996004, 38.571715930849003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18664", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497788270290002, 38.571702781313697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18665", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497855084988998, 38.571571706069903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18666", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497827435835006, 38.571564821298097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18667", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760569424003, 38.571697041340897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18668", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497745460502003, 38.571688410966097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18887", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492077647843004, 38.570033177606398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491894556801995, 38.570101799881499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492011317239999, 38.570015518151102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491546506177002, 38.569891702317797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491480000756994, 38.569873973320902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18901", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491413495371006, 38.569856244285702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491345725932007, 38.569965116272698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18903", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491346991165003, 38.569838515217299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475802625211003, 38.566914753661401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475708198023, 38.567014399502099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475736562647, 38.566897155431597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475637730762003, 38.566995627215299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475670501262002, 38.566879557169202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475567264678006, 38.566976855791701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475604438768997, 38.566861957962999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475496798639, 38.566958083424304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475538377448999, 38.5668443596253 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475426332636005, 38.566939311014004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18438", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505750809915995, 38.573815828123301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18439", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505735605050006, 38.573722617781897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18440", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505680515974007, 38.573797112768801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18441", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505669704140999, 38.5737050716209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18443", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505603803265004, 38.5736875254225 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18445", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505537902426994, 38.5736699782857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18671", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497722283303005, 38.5716844707825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18672", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497690177067994, 38.571673986476597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18673", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497721720697001, 38.571536185312901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18675", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497669292466995, 38.571666495888302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18676", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497643964887999, 38.571659601327397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18679", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497608339115999, 38.571652046755098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18680", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497580761685001, 38.571642472159198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18791", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495106521137998, 38.570996369542499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18794", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495066055457997, 38.570984453456802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18795", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495043257286, 38.570975330630098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18798", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495010250991001, 38.570965647953898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18799", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494965059175001, 38.570952024736897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475116049275996, 38.566731460122099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475047969570994, 38.566831168143601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475049463806002, 38.566713704172997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474976945069002, 38.566812228061302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474982878367996, 38.566695948185497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474905920598005, 38.566793288836401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474834896171004, 38.566774348667103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474824177637004, 38.5666539788471 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474763872921997, 38.566755409360198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474757592312002, 38.566636222730097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474692848570996, 38.566736469103702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474691008161003, 38.566618467480801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474621824249994, 38.566717529704398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18454", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505025400389002, 38.573526384350501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18456", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504958802402996, 38.573508628497599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18458", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504892203303001, 38.573490872601496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18459", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504826927774999, 38.57356581821 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18460", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504825604234995, 38.573473116667103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18461", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504755888790996, 38.5735468783854 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18463", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504684849843997, 38.573527938517202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18689", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497178957082994, 38.571360056886803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18690", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497153384995002, 38.571355637719797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18693", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497128599494999, 38.571349193145601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18694", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497106902355995, 38.571343035855499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18695", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497027006267999, 38.571502150990199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18696", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496999263590993, 38.571493897152102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18697", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497080481823005, 38.571337860737898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18698", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497055555098996, 38.571328498432102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18701", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497027522026997, 38.571321401891502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18861", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492807287812994, 38.570227425507298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18862", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492745165087996, 38.5703671021788 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18863", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492740955702004, 38.570209766465098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18865", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492674624770004, 38.5701921073899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18867", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492608293865999, 38.5701744491776 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492532905058994, 38.570310593729999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17204", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483715624886003, 38.570254299258899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483640761803002, 38.570365705409102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17206", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483652080913004, 38.570236838424201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483549397355006, 38.570341330353898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17208", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483576075684994, 38.570214794953898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483458034123998, 38.570316954330799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17210", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483419495530001, 38.5701720207976 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483242890450995, 38.570253524984302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17214", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483234446649007, 38.570122686935001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17216", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483181907998997, 38.570108688470498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17218", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483129368223004, 38.570094689977097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493843161984003, 38.571730289281199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493830099628994, 38.571820162358797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493785025028998, 38.571713314422702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493746590382997, 38.571797939623202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493663080041998, 38.571775716822302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493658203845001, 38.5716763031825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493579570901005, 38.571753493966199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493496060664, 38.571731271044897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493501623892996, 38.571634635493901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493412551625994, 38.5717090480682 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493423333414995, 38.571613801117302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493329042640994, 38.5716868250313 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493345042982, 38.571592966687597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493245532559996, 38.571664601929299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17220", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483076829615001, 38.570080691465002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17222", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483024291033999, 38.570066692028099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482942666699998, 38.570173532418501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17224", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482971751319994, 38.570052693463097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482882621572998, 38.570157533629697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17230", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482612535293001, 38.569956972629498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482564908184003, 38.570073373676202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17232", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482545333304998, 38.5699390633051 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482493226724003, 38.570054270429402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17234", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482478132492005, 38.569921154847698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473694866957004, 38.567704587220497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473733989204007, 38.567581634900897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473623841937993, 38.567685647209203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473280971717003, 38.567463782887998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473215046647994, 38.567576308613702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473224481271998, 38.567451215952502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473143557098993, 38.567557219346099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473159393722995, 38.567431818892999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473072067586997, 38.567538130034301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473062616112998, 38.567409261332699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473000578113997, 38.567519040678398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502693344224994, 38.5740777017174 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502605798112995, 38.574195054683997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17570", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502627181427002, 38.574060083328803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17571", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502535223981994, 38.574176262340401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493162023685002, 38.571642377871001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493067634626996, 38.571514555262397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493078513707999, 38.5716201546484 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492989344406993, 38.571493720592201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492995004929995, 38.571597931370498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492911495057001, 38.571575708027403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482421545297001, 38.570035168039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17236", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482410931711996, 38.569903246351203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482349865054999, 38.5700160656096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17238", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482343730972005, 38.569885336914901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482278183711003, 38.569996962229602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17240", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482276530259995, 38.569867428340302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17242", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482209329580996, 38.569849519726802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17243", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482084976802994, 38.569941181954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17245", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482015223150995, 38.569921332084199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17246", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482074928331997, 38.569813701481898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17247", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481962734099, 38.5699060873457 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17248", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482007727755004, 38.5697957927513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17249", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891052961998, 38.569886984626898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472985057390005, 38.567386789394099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472929088678001, 38.5674999512783 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472918036815003, 38.567368893301897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472857598133999, 38.567480861828898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472851015127006, 38.567350997165697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472786108776006, 38.567461772340501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472783993472007, 38.567333100990702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472714619455004, 38.567442682807901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472716971856997, 38.567315203876099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472643130172997, 38.567423593231197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472649951416997, 38.5672973076286 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472571640929004, 38.567404503610298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472582929862995, 38.567279411337203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472500151724006, 38.567385413945303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472515908348996, 38.5672615141061 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501898349252997, 38.5738660037985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17584", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501887685889997, 38.5740019094359 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501831925673997, 38.573848316264403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17587", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501765500987005, 38.573830627786201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17588", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501745981732995, 38.573964174587999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17589", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501699077479998, 38.573812939275001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17590", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501675129714997, 38.573945306648497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501632654006002, 38.573795250725503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501604277726997, 38.573926439566499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501566230565004, 38.573777562137998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501533424634999, 38.573907571535301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17595", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501499806002002, 38.573759874408303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492349602247003, 38.5714665673841 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492292002561001, 38.571417230319398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492264693676006, 38.571314081301701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492221341209003, 38.571398394344101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492198449048004, 38.571296422336502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492150679893996, 38.571379558325702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492132204445994, 38.5712787642343 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492080019762994, 38.571360722269198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492009358523006, 38.571341886164497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491999715353998, 38.571243446114401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491938697319995, 38.571323050016602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491933470850995, 38.571225787898399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491868037295006, 38.571304214731597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491867226387001, 38.571208128743699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17250", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481940526070005, 38.569777883075702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17251", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481819373017998, 38.569867880967898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17252", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481873325560002, 38.5697599742671 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17253", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481747691959001, 38.569848778160299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17254", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481806125084006, 38.569742065419497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17256", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481738924647999, 38.569724155632002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17262", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481270586204005, 38.569599362840002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17263", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481226879565, 38.5697135340763 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472428661408998, 38.567366324230903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472448888010007, 38.567243617742299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472357172279999, 38.567347234477602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472381866557001, 38.567225721334403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472285683189, 38.567328144679998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471924957647005, 38.567106802114999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17487", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471904221017994, 38.567225589085602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471858196259006, 38.567088996678997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17489", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471854104060995, 38.567212729837401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471801105858006, 38.567199857419801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501433382626999, 38.5737421857445 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501360253008002, 38.573721828530303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501280406784005, 38.573700122520997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491797376166005, 38.5712853784975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491726715075004, 38.5712665422203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17827", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491734737550999, 38.571172811221302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17828", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491656055167994, 38.571247705904902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491668493185003, 38.571155151952802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491602248845993, 38.571137493547297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491517127289001, 38.571211922020701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491073504509998, 38.570983240225097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17264", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481204077756004, 38.5695816441293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17266", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481137568186, 38.569563926276103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17269", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481014021434007, 38.569656823398198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17270", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481004589413999, 38.569528476221102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17272", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480938090448007, 38.569510733976102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17273", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480872157437005, 38.569618973904603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17274", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480871591514997, 38.569492991692897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17276", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480805093762001, 38.569475249376602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471724673571003, 38.567053387493097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471747151692995, 38.567186225662802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471657912276001, 38.567035582842401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471675938749996, 38.567167233143401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471591151015005, 38.5670177781532 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471604726986001, 38.5671482414865 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471524389793998, 38.566999972524599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471533515260006, 38.567129249785701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471457628600007, 38.566982167758397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471390867438998, 38.566964362953598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471324106311002, 38.566946558110402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471330437201999, 38.567073829839401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500404653025001, 38.573599605407203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17620", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500440702768998, 38.573477798564198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500334452383001, 38.573580904319101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17622", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500374890483002, 38.573460266881902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17624", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500309078228995, 38.573442735162303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489328684075005, 38.570653964678698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489356289471999, 38.570528759102899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489220796084993, 38.570627343746601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489289173358998, 38.570510889217402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489150544585996, 38.570609344631201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489240893133001, 38.5704973465295 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17888", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489070906441995, 38.570586019381899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489173777079003, 38.570479476577098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488992600385998, 38.570564814362903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489106661058003, 38.570461606585802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488906222313005, 38.570542516899202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489039546219004, 38.570443736560499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488842687133001, 38.570526661655002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488972430272, 38.570425865590501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17280", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480672096061994, 38.569439764619197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17282", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480605597261999, 38.569422022183197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17284", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480539098494006, 38.569404279708898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17286", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480472599760006, 38.5693865371965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17288", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480406102206004, 38.569368794650998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471256381204995, 38.567049543913399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471190584154996, 38.566910948308298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471123823133993, 38.566893142448698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471057062140005, 38.5668753374514 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17626", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500243266015005, 38.573425202504403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17628", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500177453825998, 38.573407670709898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17629", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500053653614998, 38.573506101357601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500111641670003, 38.573390138877997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17631", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499983454304996, 38.573487400061602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500045829545996, 38.573372607008601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17634", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499980017460004, 38.573355074200997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17635", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499843054642, 38.573449998237699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17637", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499772855436007, 38.573431297714897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485129039154998, 38.5694099306683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485073892423998, 38.569514051585998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485062886164997, 38.569392303146103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484932763846999, 38.569476445482699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484930577994007, 38.569357047077297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484864425108, 38.5693394185408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484796962654002, 38.569446252976498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484798271100999, 38.569321790862297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484726397912993, 38.569427449774999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479891634032001, 38.569224520792297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479890008181002, 38.5693592363778 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479790232249002, 38.5692005066647 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479818700414, 38.569340225939698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479726265831005, 38.569182695823102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479747393839006, 38.569321214562002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479645016386996, 38.569162546002197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479649217139993, 38.5692968012943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479580093943994, 38.569143976730899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479577909506006, 38.569277789807003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479508444949005, 38.569125378077999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479506603057999, 38.569258778280897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17639", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499689225390995, 38.5734098985766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17641", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499588733939007, 38.573380463469498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17647", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499285252212999, 38.5731576955869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499203581642007, 38.573302545146298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17649", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499218741706002, 38.5731399881535 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499132638126994, 38.573283657231102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17651", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499152232379004, 38.573122280686903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17654", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499061694649001, 38.573264769272299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487637294573005, 38.570195067414701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487566077742997, 38.570176098200697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487500983043006, 38.570034289927001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487494860951003, 38.570157128942803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487434217233996, 38.5700165060979 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487423643048999, 38.570138159636002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487011259536004, 38.5698978762344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487031546080999, 38.570041147485803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486960794531996, 38.570022307887101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479443510416999, 38.569108317678499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479435295493005, 38.569239767606703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479372816438996, 38.569090477287297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479363989120998, 38.569220755992802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47930596658, 38.569072654144598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479292681638995, 38.569201744329703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479243914628, 38.569055607500097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479221374195006, 38.569182732622799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479150067929993, 38.569163721777898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479135156403999, 38.569026107470201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479068306664999, 38.569008284190197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479000754197997, 38.569121895935602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499085721938002, 38.573104573177098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17656", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498990750062006, 38.573245881265102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17658", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498919806659998, 38.5732269932194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498848862147, 38.573208105125197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498886193101995, 38.5730514513291 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17662", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498777918819997, 38.573189216992503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498819683940994, 38.573033743671402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17664", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498706974377001, 38.573170329712198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17666", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498636031125002, 38.573151441492598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486890043021006, 38.570003468245197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486812271960005, 38.569844889946097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486819291546993, 38.5699846285601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486745942835995, 38.569827227473702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486748540110995, 38.569965788831702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486679612591004, 38.569809565859003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486677788712001, 38.569946949060103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486613283531995, 38.569791903310602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486607037349998, 38.569928109245197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4865469545, 38.569774241624998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486536286019998, 38.569909270287901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486465534733, 38.569890430386501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479001455811996, 38.568990460866502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478935208680994, 38.569103664036398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478601482707006, 38.568887622490799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478547138593001, 38.569001728602203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478475460427006, 38.568982623773302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478467085080993, 38.5688518000564 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478403781159003, 38.5689635179939 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478399886315998, 38.5688338892312 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478332101922007, 38.568944413071002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17667", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498594972850995, 38.572975233039898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17669", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498508317705003, 38.572953478501901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17680", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497868876164006, 38.5729033347599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478332686436005, 38.568815978361698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478260422724006, 38.568925308103601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478265487745006, 38.568798066557598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478188744717997, 38.568906202196303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478198289079998, 38.568780155615201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478127630711995, 38.568887898824102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478131090448997, 38.568762244633902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478055951624995, 38.568868793730203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478063891858994, 38.568744332712697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477984273730996, 38.568849687696201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477996693296006, 38.568726421653302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477912594721005, 38.568830582513499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477840915749994, 38.568811477286403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17682", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497797652635995, 38.572884389853897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497751566202993, 38.5727609076568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17684", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497726430293994, 38.572865444908899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497684795159998, 38.572743147758203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17686", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497655207983001, 38.5728465008211 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497618024158001, 38.572725386920098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17688", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497583984569005, 38.572827555783597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497551253188007, 38.572707626043602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17690", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497512762339994, 38.572808610707199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497484482252005, 38.572689865128503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17692", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497441540148998, 38.572789665587003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497417711349001, 38.572672104174998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17694", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497370316849, 38.572770720417999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491006999215998, 38.570965528078197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17842", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490949044412005, 38.571081943859397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490940492806999, 38.570947815888097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17844", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490878105289994, 38.571063050884803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490873987578993, 38.5709301036648 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17846", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490807166207006, 38.571044157866901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490807481236999, 38.570912391398302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17848", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490736226012999, 38.571025264800298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490740976067997, 38.570894679999398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17850", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490665287005001, 38.571006371695297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490674470939993, 38.570876967661498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17852", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490594346885999, 38.570987478541902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490607964695997, 38.570859255280297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477862296276996, 38.568690598516703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477795097815005, 38.568672687340197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477727899387006, 38.568654776124802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477165299316994, 38.568504947717202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477211621384001, 38.568642878937801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477098362579, 38.568487071550898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477140223657003, 38.568623810581101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477124463170995, 38.568493758798603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497350939331994, 38.572654343177902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17696", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497299094726998, 38.572751776110998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497284168495, 38.572636582147297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17698", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497227871502005, 38.572732830854399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497217397691998, 38.572618821078102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17700", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497156649461999, 38.572713885558898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497150626921993, 38.572601059970502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497083856185995, 38.572583298824298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486414296546997, 38.569738916337997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486400156515998, 38.569872670133002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486347967613, 38.569721254538401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486281638719007, 38.5697035917999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48629357515, 38.569841480207501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17961", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486222823995007, 38.569822640157703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17963", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486127894484994, 38.569799469327499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17968", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485732081175001, 38.569573454836998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477068824815007, 38.568604743076101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476964518008998, 38.568447546273703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476897582522994, 38.568429669996497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476912585277006, 38.568565035484902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476830645923002, 38.568411793675402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476841186553997, 38.568545967839498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476763710502993, 38.568393917320797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476769787875995, 38.5685268992491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476696773976997, 38.568376040021398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17373", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476698389236006, 38.568507830614799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476629838624007, 38.568358163589401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476632757860997, 38.568488788012402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476562902157994, 38.5683402871135 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17712", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496505579228, 38.572526644809699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17713", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496519428515995, 38.572433916323902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17714", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496434263875003, 38.572507643707397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17715", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496452571242003, 38.572416103084699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17717", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496385714000994, 38.572398289806898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17718", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496291634425006, 38.5724696422769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17720", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496220319185994, 38.572450641042799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17721", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496173149946998, 38.572338562442901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488905314351996, 38.570407995482398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488838198465999, 38.570390125335301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488771082613994, 38.570372255149401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488266757854007, 38.570235812033403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488207034010003, 38.570346820465801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476561359288993, 38.568469720194301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476495966873003, 38.568322410603997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476489960761995, 38.568450651431398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476429030481, 38.568304533149799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476418562272997, 38.568431582624399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476362095262004, 38.568286656562897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476347163822993, 38.568412513773303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47629515893, 38.568268779932197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476275765403997, 38.568393445779101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496106292855004, 38.572320748102797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17726", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496006375985999, 38.572393637987801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17728", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495935060899001, 38.572374636577898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17731", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495845569580993, 38.572252162787102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17733", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495778712646, 38.572234349158698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17854", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490523407946, 38.5709685862508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490541459632993, 38.570841542865999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17856", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490452467902998, 38.570949693010398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17858", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490381529044996, 38.570930799731499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17860", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490310590223999, 38.570911906409201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17861", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490341942341004, 38.5707884062844 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17862", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490239650294001, 38.570893013038301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17863", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490275437411, 38.570770693717201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475869575950995, 38.568289906743402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17392", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475847181188001, 38.568146036497701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475799015722004, 38.568271116122197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475781031544003, 38.568128419886598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475728454381994, 38.568252325452697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475714880778, 38.568110804133198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475657894226998, 38.568233534745403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475648730052001, 38.5680931874412 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475587334108994, 38.5682147439951 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475582580500003, 38.568075571617499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475516772880994, 38.568195953196501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475516429839004, 38.568057954849898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475446212837994, 38.5681771623602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475450279203997, 38.568040338945302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17741", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495270335659001, 38.572248622782702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17743", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495215578718998, 38.5721962887838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17745", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495146313098004, 38.5721778453699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17747", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495077046372003, 38.572159401008797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17749", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495007780823002, 38.572140957512097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485661155635995, 38.5696804149256 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485665926742996, 38.5695558267536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485590590434995, 38.569661612251103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485599773485006, 38.5695381995383 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485520026420005, 38.5696428095385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485533619118002, 38.5695205713793 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485449462440997, 38.569624006782902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485356148872, 38.569589264172002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485298959141005, 38.569451688862898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485215021144995, 38.569551658418 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485144456189005, 38.569532855471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475375652832, 38.568158371480799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475384129755994, 38.568022722107301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475305091715001, 38.568139580553201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475317979186997, 38.568005106127103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475236464898003, 38.568119289348097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475251828656994, 38.5679874892082 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475165905004005, 38.568100498340897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475185679299997, 38.567969873157701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475095344, 38.568081707285401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475119528834995, 38.567952256163203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475053378397007, 38.567934640031801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17751", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494938514162996, 38.5721225139689 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17753", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494869248685006, 38.572104070389301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17755", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494799982103004, 38.5720856258623 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17757", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494730716697006, 38.572067182199802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17759", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494661450180004, 38.5720487384907 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17761", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494592184845999, 38.572030294745304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488135815730004, 38.570327851597199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488012294265005, 38.570166944788198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488064598635006, 38.570308882689901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487953543662996, 38.5701576525286 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487993381577994, 38.570289913738797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487882755878005, 38.570137736763002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487922164565006, 38.5702709438429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487824043255003, 38.570123159944501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487850946437007, 38.570251974799099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487757277282, 38.570105376301697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487779729492999, 38.570233005716503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487690511343004, 38.570087592620403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487708512588, 38.570214036590102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474533019389, 38.567794711923497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474476142330005, 38.567912928962201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474405116895994, 38.567893989430402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474399847935004, 38.567759199321898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474334091507004, 38.567875048954001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474333261683995, 38.567741442961101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474263066147998, 38.567856109334997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474266675465998, 38.567723686561898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503170385599006, 38.574345393655697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "16:00", "end_time": "18:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17763", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494522918399994, 38.572011850953402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17765", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494453653144006, 38.571993406224301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493977682535998, 38.571765824072202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493984059480994, 38.571895109876898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493919521052007, 38.571752622128798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493913608919996, 38.571842385935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489691870532994, 38.570618108847597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17874", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489627128178, 38.570733430994999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489624754252006, 38.570600239156697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17876", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489555536850006, 38.570714369467098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17877", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489557638004996, 38.570582369426901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17878", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489483946706997, 38.570695307900003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489490521798004, 38.5705644987572 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489400274134994, 38.570673026341801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489423405617998, 38.570546628949501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474192041980999, 38.567837168776698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474200089275001, 38.567705931025301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474121016698007, 38.567818229070497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474133503122999, 38.567688174549502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474049991458998, 38.567799288419799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474066918152005, 38.567670418040699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474000332067007, 38.567652661488303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473907941087006, 38.567761407888597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473933746013998, 38.567634904897602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473836915955005, 38.567742468007999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473800575157, 38.5675993916065 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503099812318993, 38.574326601661198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17557", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503029239081997, 38.574307808722899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503024156432005, 38.574165790380903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17559", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502958664727998, 38.5742890166376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502957993462999, 38.5741481730822 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17561", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502888091559001, 38.574270224514102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502891831682007, 38.574130554849702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502817518426994, 38.574251432347502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502746944191003, 38.5742326392322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502676371133006, 38.574213846979603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19735", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503428114575996, 38.570621433313697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19736", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503370619820004, 38.570735054511097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19737", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503361780736, 38.570603763246098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19738", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503299864542996, 38.5707162068869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19739", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503295446929997, 38.570586093140498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503229108162003, 38.570697358313801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19741", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503229113149999, 38.570568423897797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503158351812004, 38.570678510598199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19743", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503162779408996, 38.570550753716098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503087595500006, 38.570659662839397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19745", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503096445694993, 38.570533084397397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503016844358996, 38.570639913262298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493609787413007, 38.568001372150903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22232", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493543371477003, 38.567983661842 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22030", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493509394623999, 38.568104453139298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493476955573001, 38.567965951494799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493410538554997, 38.567948241104602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22126", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493344122710994, 38.567930531582199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493277706906994, 38.5679128211207 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21955", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493211289987997, 38.567895110616199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22376", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493144874250007, 38.567877400078501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483261342600002, 38.566465516775402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483193970962006, 38.566447539488003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482748972473004, 38.566323126161699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482673971441997, 38.566303099169701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482628831523996, 38.566419768109498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482598969311994, 38.566283071223097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482553829276995, 38.566399741034502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482523967217006, 38.566263044128704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482478828227002, 38.566379713015202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473958526893995, 38.564105968703402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473922871013002, 38.564095249930197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473887133562997, 38.564086880316502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473851477701004, 38.5640761615212 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473868520554007, 38.563949517812901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473813142054993, 38.5640667566541 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473780084428, 38.564057073068298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473801589041997, 38.563931622622597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19747", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503030112019999, 38.570515414139699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502946084135004, 38.5706219671968 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19749", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502963778376994, 38.570497743844101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502875327934007, 38.570603119308203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19751", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502897444761004, 38.570480074411201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19753", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502831111185003, 38.570462404039503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502733815651993, 38.570565422500401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19755", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502764777641005, 38.570444733629799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502663059564, 38.570546574482101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19757", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502698444123993, 38.570427064082899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19758", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502592304660993, 38.570527726425397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19759", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502632110646005, 38.570409393597203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22116", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493008627915003, 38.567837454943998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21863", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49293648087, 38.567817915588201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22150", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492494218782994, 38.567702104040599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21921", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492460733445, 38.567826643121201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21886", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492427716310004, 38.567684376493403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20050", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492389796140998, 38.567807733049698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22112", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492318860028007, 38.567788822038899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482448966318998, 38.566243016089999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482393723830995, 38.566390660362401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482373964315002, 38.566222987997499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482298962347002, 38.566202960757401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482108388537995, 38.566151647185997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482041191904997, 38.566133669107003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481973995299001, 38.566115691889898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481906798734002, 38.566097713733001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473286981596004, 38.563928794614696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473264970396002, 38.563791366995098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473215867909005, 38.563909798976098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473159554855997, 38.563891927415703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473076555860004, 38.563739643816703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473089772677994, 38.563875052167099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21630", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473009886865995, 38.563721834947103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473018659104, 38.563856055506598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472943217906007, 38.563704026039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502450792670999, 38.5704900301725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502389198003002, 38.570475730348399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19765", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502467909139995, 38.570366828727003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19767", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502413862782007, 38.570355868548098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19775", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501920647294, 38.570224324650802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20036", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492294710329006, 38.567648919477698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21949", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492228206814005, 38.5676311909099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20053", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492176986755993, 38.567751001683497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22097", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492161704479997, 38.567613462309097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20054", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492106049602, 38.567732091438103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22159", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492095201031006, 38.567595733664902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22143", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492035113632994, 38.567713181154303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20040", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492028698762994, 38.567578004987602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22053", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491964176560998, 38.567694269920999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21978", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491962195379998, 38.567560276267102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22354", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491893240668006, 38.5676753595503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21971", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491895692024002, 38.5675425484092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22242", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491822303663994, 38.567656449130901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21924", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491829189854997, 38.567524819617198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20059", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491751367846007, 38.567637538673203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481839602196004, 38.5660797364378 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481349828907, 38.565944636225801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20035", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481282894545998, 38.565926779600296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481149024776002, 38.565891066227898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472876550126003, 38.563686217098002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472825386725006, 38.563803033229703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472761019580005, 38.563781952729897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472743212371, 38.563650599090003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472676543543002, 38.5636327900284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472622838340996, 38.563742921541603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472609874748997, 38.563614980928399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472558440049994, 38.563726069601202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21643", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472543205988003, 38.563597171790001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472496734732999, 38.5637092307988 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20271", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472476537259993, 38.563579362613197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21644", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472428305470999, 38.563691302760702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19776", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501862537443998, 38.570324829018503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19777", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501855011833996, 38.570206827891802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19779", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501789376399998, 38.570189331996403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19781", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501723742145998, 38.570171836068702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19783", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501658106777001, 38.570154340098902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19784", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501582494749996, 38.570250178911898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19785", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501592471438997, 38.570136844091799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19786", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501512483881996, 38.570231516278199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19787", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501526836140997, 38.570119347146601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19788", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501442473048996, 38.570212853602101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22274", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491762686572002, 38.567507090782001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21990", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491680430917995, 38.567618628166898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21896", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491696184469006, 38.567489361913701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22207", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491609495180995, 38.567599716721297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20046", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491629681251993, 38.567471633002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20062", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491538558328998, 38.567580806128099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484467861850007, 38.565686854035597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484371762654007, 38.565661245005799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484275664679998, 38.565635635000397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22099", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481082089373999, 38.5658732085802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481015155147006, 38.565855351799797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480948219805001, 38.565837494975597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480881284497997, 38.5658196381127 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480814350371006, 38.565801781216202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480747415135994, 38.565783923374902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480680481077002, 38.565766066400997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19789", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501461202014994, 38.570101851070099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19791", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501395566773994, 38.570084354951398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19793", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501329931566005, 38.5700668587954 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19794", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501232440772, 38.570156865319802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19795", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501264297537006, 38.5700493626072 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19796", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501162431233993, 38.5701382024792 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19797", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501198662392994, 38.570031866376802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19798", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501092420584996, 38.570119539591403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19925", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503923079632997, 38.567213327203604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19925", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503923079632997, 38.567213327203604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19927", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503833083310994, 38.567192632571597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19927", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503833083310994, 38.567192632571597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19929", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503753112398002, 38.567171979949698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19929", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503753112398002, 38.567171979949698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19931", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503673142677997, 38.567151327277401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19931", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503673142677997, 38.567151327277401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19937", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503577202182001, 38.567127049319403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19937", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503577202182001, 38.567127049319403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480521102563998, 38.565720725274197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480056032877002, 38.565602240277002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479988837023001, 38.565584296140301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479921641209003, 38.565566351063701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479780534254999, 38.565528318007601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19805", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500709237405005, 38.570029486106698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500669015274994, 38.5698907367602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19807", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500638013886004, 38.570010515911399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500602241785998, 38.569872952398498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19809", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500566789258002, 38.5699915456673 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19811", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500495564667006, 38.569972575379303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500468697201995, 38.569837383569499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19813", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500424340113995, 38.569953605047502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19953", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502950973091998, 38.566954585347702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19953", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502950973091998, 38.566954585347702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19955", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502871004989004, 38.566933933027002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19955", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502871004989004, 38.566933933027002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19957", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502788513743994, 38.566915236468802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19957", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502788513743994, 38.566915236468802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19959", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502718545899, 38.566898563914201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19959", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502718545899, 38.566898563914201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19961", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502636043300996, 38.566881836557201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19961", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502636043300996, 38.566881836557201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479701253648997, 38.565506091477701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479546730398994, 38.565461655509601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479479534811006, 38.565443710176403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479345142583995, 38.565407820288499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479277947091006, 38.5653898757391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21785", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470746081513994, 38.563116252715197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21786", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470629315305999, 38.563215575161699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21787", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470679588847005, 38.563098495556297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21788", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470558388507996, 38.563196633693302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21789", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470613095073006, 38.563080737453099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21790", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470487462901005, 38.563177691285901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21791", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470546602479004, 38.563062979317003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21898", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470416536178007, 38.563158749730597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21792", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470480108771, 38.563045221137401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21793", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470345610647001, 38.563139807236197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21795", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470274684, 38.563120865593902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21796", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470293385451996, 38.562994661503403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500335151610003, 38.569801813680499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500268379434004, 38.569784029131199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19821", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500046545884004, 38.569854773565602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500134863883005, 38.569748458239097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19823", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499975304558006, 38.569835774055299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500068099985, 38.5697306528889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19826", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500001337274, 38.569712846604297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19830", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499867810799003, 38.569677234815501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19871", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491197369760002, 38.581590697139397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19873", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491126978264006, 38.581571916683203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19875", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491056586804007, 38.581553136184098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19876", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491048825933007, 38.581435057596103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19878", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490982833507005, 38.5814174513391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490916842268007, 38.581399844148699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478722313977002, 38.565245706832002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478588447017003, 38.565209956264901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478521514161002, 38.565192080925897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21799", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470134876821007, 38.562951628908301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21801", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470068383319997, 38.562933870492103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21803", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470001890991995, 38.562916112943903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21804", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469935397556, 38.562898354451299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21806", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469868905300999, 38.562880595925698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20335", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469802411931994, 38.562862837356803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19832", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499801047039995, 38.569659428410297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499401061693007, 38.569677567681801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499330114863994, 38.569658677154102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499279703799004, 38.569509385097298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499259168066999, 38.569639787483702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499213190969996, 38.569491675833198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499146678179002, 38.569473965629903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499117273443005, 38.569602007106703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499080165416004, 38.5694562562893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478454580198004, 38.565174204642197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478387647408994, 38.5651563292258 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478320713505994, 38.565138453765499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478253780784001, 38.565120578271603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478186846954998, 38.565102701832998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478119914301004, 38.565084826261803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499046326764997, 38.5695831164049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499013652692, 38.5694385460096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498975380117002, 38.569564226560601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498947139994996, 38.569420836592499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498917057083005, 38.569547194012003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498880627329996, 38.569403127137299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498814114704999, 38.569385416742897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498806112248005, 38.569519468794397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498747602107002, 38.5693677072112 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21862", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498735165734004, 38.569500577901998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498681153719005, 38.569350009630803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498664174922993, 38.5694816273149 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498614662189993, 38.569332250564401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20463", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498549760245993, 38.569317561393099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478052980531999, 38.565066950646703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477841220065002, 38.565005479564597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477774287581994, 38.564987604694402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477347795186006, 38.564880443136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498050217100996, 38.569190019454702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498017882202006, 38.569310043490802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497983618044998, 38.569172255053701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497946843557003, 38.5692910949573 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22024", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497917020169993, 38.569154490619297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497875804949999, 38.5692721463802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497804767527995, 38.569253197764503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497733728997005, 38.569234249100298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490784859879994, 38.581364630555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19885", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704632356994, 38.581459233056997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19887", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490634241120006, 38.581440452301202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490563851066995, 38.581421671507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19891", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493459904002, 38.581402890666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19892", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490520894349004, 38.581294202913703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19893", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490423068778, 38.581384109781801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19894", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490454903330999, 38.581276596360802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19895", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490352677689003, 38.581365328854702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477292917358994, 38.564994867871498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477281908413005, 38.564862862791102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477222639719997, 38.564976115416101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477216022812996, 38.564845283314398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477152360963998, 38.564957363813697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477075207368998, 38.564938203633602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477046144010998, 38.564931384965099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477082927881, 38.564806947108302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477021890914003, 38.564924238475001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476994826373996, 38.564917428824799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477018366213997, 38.564792543758301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476966568772994, 38.564911048910503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476926536185005, 38.564900255433599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476960549677003, 38.564776057346499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476892285635998, 38.564893063736697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21812", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507358162334, 38.571673713440099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21813", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507352244827004, 38.571805592913101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21814", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507292350130996, 38.571656168573497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21815", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507282045400999, 38.571786878025101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22157", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507226537966005, 38.571638622768504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21816", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507211846013007, 38.571768163094497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21817", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507160725828001, 38.571621077827103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21818", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507141645513997, 38.571749448116499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21819", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507094914869995, 38.571603532853104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21820", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507071446199006, 38.5717307331008 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21821", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507029102801994, 38.571585986935901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21822", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507001246921007, 38.571712018042497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506963290761007, 38.571568441882199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21823", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506931047679998, 38.571693302941597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497717230174004, 38.5691011989028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497662685939005, 38.569215296769002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497650633611002, 38.569083429815798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497591649810005, 38.569196343523103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497584038222996, 38.569065661596298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497520613717995, 38.569177390233698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497517441726004, 38.5690478924326 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497449577664995, 38.5691584369007 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497450845255997, 38.569030124131501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497378541654996, 38.5691394826232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497384248825995, 38.5690123548912 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497307505677, 38.569120529202898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21877", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497317695983, 38.568994593008803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497251114771004, 38.5689767904245 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497165419461993, 38.569082544692101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476855252424997, 38.564882283790297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476829022432, 38.564871988696702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476800970040998, 38.564863604271402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476843547517007, 38.564746248506601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476755734164996, 38.564854792613303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476716702190004, 38.564844003586899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476777662133003, 38.564728668780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476683462607994, 38.564835246133903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476649417288996, 38.564826050795503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476711776787994, 38.5647110881157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476614323617994, 38.564815703864099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476581605790003, 38.564807309099997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476645891467996, 38.564693508314399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476546600155004, 38.564797633714697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476506213644001, 38.564787864613599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21824", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506897478759001, 38.571550895890198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21825", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506860848475995, 38.571674587798199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21826", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506831666782006, 38.571533350761598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21827", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506790649308002, 38.571655872612098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21828", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506765855986004, 38.571515805600598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21829", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506720450177994, 38.571637157383599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20381", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506580050878995, 38.5715997267937 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21833", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506568420359997, 38.571463168076399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21834", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506509851858993, 38.571581011437402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21835", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506502608546, 38.571445622760699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21836", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506439652875997, 38.571562296038501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497184532437998, 38.568958988697901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496673770441006, 38.568825409211101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22108", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496617620991998, 38.568938787903598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21904", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496607526911006, 38.568807769884799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22342", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496541283409002, 38.568790131421501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496476301837006, 38.568901158129897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496475039944997, 38.568772492019498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484179566776007, 38.565610024915202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483916158030993, 38.565539462767397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483820059237004, 38.5655138523787 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483730245651003, 38.565489923089999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483682632655004, 38.565477234188698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483635020823996, 38.565464545272903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476580006188001, 38.564675927574797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476469501824994, 38.564778180587503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475982179853006, 38.564518903348201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475901327979003, 38.564623574738498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475915422208999, 38.564501094856602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21751", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506039034275005, 38.571322066038597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21752", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505989618694997, 38.571424888821397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21753", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505972261612001, 38.571304275781003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21754", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505918394736, 38.5714059128765 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20388", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505905490130004, 38.571286485489701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21756", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505838718682, 38.571268695160001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21757", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505775948087006, 38.571367959959197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21758", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505771947266993, 38.571250904791697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21759", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505704725396001, 38.571348982986898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21760", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505705174737002, 38.57123311438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21761", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505633502736998, 38.571330006871598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20392", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505638403389, 38.571215323934602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21762", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505562278968, 38.571311030707598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496408796506998, 38.568754853480399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496334981683006, 38.568863528178603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496342553109002, 38.568737214002503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496276309744005, 38.5687195744867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496193662824993, 38.568825898059799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496210066404004, 38.5687019358339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496143823104006, 38.568684296242303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496035156938007, 38.568781879458697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496077579830995, 38.568666657513603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22000", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496011336595998, 38.568649017846198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22134", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495911037152993, 38.568748833760402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495840378508007, 38.5687300180157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490322920251998, 38.5812413822363 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490282287778996, 38.581346548790698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19905", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504730218850995, 38.567431687782701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19905", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504730218850995, 38.567431687782701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19907", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504640234551999, 38.567409023572402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19907", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504640234551999, 38.567409023572402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19909", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504560277972004, 38.567386404014698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475758911992003, 38.564585584887801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475781907007004, 38.5644654795599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475687702905006, 38.564566590341897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475715149455993, 38.564447671853799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475616495009007, 38.564547594856599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475648391939004, 38.564429864109201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475545287144996, 38.5645286002283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475581634454997, 38.564412056325999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475474078171999, 38.564509605551102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475514877004002, 38.5643942485043 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475402870389999, 38.564490609934303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475448118439004, 38.564376440639002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475331662640002, 38.564471615174597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475381361055, 38.564358632740301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475260453787001, 38.564452619465001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21763", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505571632073, 38.5711975334508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21764", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505491056390994, 38.571292053603699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21765", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505504860791007, 38.5711797429284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21766", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505419832697996, 38.571273077352103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21767", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505438088394996, 38.571161952362601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20396", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505371317180007, 38.5711441617632 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21769", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505277386578996, 38.571235123821197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21770", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505304545998001, 38.571126371125303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21771", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505206164148007, 38.571216147443003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21772", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505237774848993, 38.571108580448801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20414", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505134940611995, 38.571197170115198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20399", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505171002585996, 38.571090789728999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20415", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505063718255997, 38.571178193649203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495878851366996, 38.568613739303402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495769718746999, 38.568711203123897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22114", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495405055277004, 38.5686067740208 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21885", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495343754839993, 38.568462076860499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22372", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495320152350999, 38.568584125610997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22400", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495264159675997, 38.568440843434097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22103", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495235250633002, 38.568561476242998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21902", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495184563411996, 38.568419609948101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22166", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495150347814004, 38.568538827708601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21950", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495104968342005, 38.568398376412198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22144", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495065446203995, 38.568516178216001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19939", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503513196680004, 38.567109005527598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19939", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503513196680004, 38.567109005527598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19941", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503445749375999, 38.567090374866602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19941", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503445749375999, 38.567090374866602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19943", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503365792384997, 38.5670677544787 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19943", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503365792384997, 38.5670677544787 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19945", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503289677256006, 38.567048758610397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19945", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503289677256006, 38.567048758610397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19947", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503204298024002, 38.567024718453702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19947", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503204298024002, 38.567024718453702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19949", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503110884307006, 38.5669998275323 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19949", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503110884307006, 38.5669998275323 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19951", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503030927523, 38.566977206913101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19951", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503030927523, 38.566977206913101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475189246111995, 38.564433624617699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475221023447006, 38.564309153827097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475118038481995, 38.564414628825702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21706", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475146211725004, 38.564288139916798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475046830883997, 38.564395633890697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474722772665999, 38.564175061794302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474636806228006, 38.564286131597399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474655840734997, 38.564157166197198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474565412535, 38.564267043628803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474509870408994, 38.564120264972303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20418", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504704719922998, 38.570966427781499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20434", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504655233958999, 38.571069228980697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21994", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504571891289004, 38.570930953253701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20436", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504513548684997, 38.571031389473198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21991", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504505475873998, 38.570913215927703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22380", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504442706101003, 38.571012470104797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20422", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504439061639005, 38.570895478568502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20438", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504371863561005, 38.570993549792298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20423", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504372647432007, 38.570877742072 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22263", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504301022199996, 38.5709746303421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20424", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504306232115994, 38.570860004631697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20440", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504230179729007, 38.570955710843698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20038", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495025372173004, 38.568377142816701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22054", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494980543493, 38.568493529557102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22160", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494945777197998, 38.568355909171302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22356", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494895641990993, 38.568470879939902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22013", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494866181123996, 38.568334675466303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20058", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494810739388001, 38.568448231156403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21977", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494786585095994, 38.5683134417066 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22081", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494725837993002, 38.5684255814148 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20042", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494706990257995, 38.568292208797899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20060", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494640935497998, 38.5684029325067 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21923", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494627394324993, 38.568270974928701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20061", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494556034211001, 38.568380282640398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20044", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494547799586996, 38.568249741009701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21915", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494471131824, 38.568357633607803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20045", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494468203750003, 38.568228507031002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19859", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483537417245998, 38.565436330649 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19870", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491246799951, 38.581487877927898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474442938582996, 38.564102369251998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474388197528995, 38.564219481529399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474351231683997, 38.564209779458999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474376007930005, 38.564084474399102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474316803969003, 38.564200393407603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474279838143005, 38.564190691314302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474309076164005, 38.564066579502303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474245419135002, 38.564180281861198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474208444640993, 38.564171603125601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474174025652005, 38.564161193651302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474137051176001, 38.564152514892697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474180589723005, 38.564031870772702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474101321215002, 38.564143121959603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22308", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504159337301004, 38.570936790401099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22404", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504173403877999, 38.570824529646501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20442", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504088494906, 38.570917870815897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22388", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504106988660993, 38.570806792091901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20443", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504017652547006, 38.570898951187402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20428", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504040574624, 38.570789054504097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20444", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503946811380004, 38.570880030619598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22410", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503876018008, 38.570861173275802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20430", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503907653438006, 38.570753616652198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22100", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503805151269006, 38.5708423101687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21445", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494315069403996, 38.568318707973297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21451", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494226754411997, 38.5682915339641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21648", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494229418816005, 38.568164804776401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21457", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494143020148002, 38.568273128512097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22153", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493809036572998, 38.568054501953299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20003", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493676203381995, 38.568019082421799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19911", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504477827903003, 38.567361806170297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19911", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504477827903003, 38.567361806170297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19913", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504402858495993, 38.567343143867497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19915", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504315380454997, 38.567320491936201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19917", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504225410100005, 38.567295859905002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19917", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504225410100005, 38.567295859905002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19919", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504160483307999, 38.567275272900801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19919", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504160483307999, 38.567275272900801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19921", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504098047786002, 38.567256664089903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19921", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504098047786002, 38.567256664089903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19923", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "SAT", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504008063900997, 38.567234000288998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19923", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "SUN", "start_time": null, "end_time": "06:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504008063900997, 38.567234000288998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18969", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488744691193006, 38.569139392804203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18970", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488711953481001, 38.569127535646601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18973", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488681743409003, 38.569118612154298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18977", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488614969866006, 38.569101986621803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18978", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488578423481002, 38.569091900880203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18981", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488552746460996, 38.569085977548497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22218", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493870272349994, 38.569297262842099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21930", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493804655915994, 38.569404926751702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22084", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493278456262004, 38.569145745541697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20007", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493212126429995, 38.569128052541203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18985", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488485243251006, 38.569065176663599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18986", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488450713066001, 38.569057816895999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18989", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488423086680001, 38.5690500975414 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18993", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488360726509001, 38.569034930098702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18994", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488331400934996, 38.569027332039802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18997", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488299261698998, 38.569016365694601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19502", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503321255806, 38.571823437708197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19508", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502902913138001, 38.571700266080803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19509", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502850715720996, 38.571815759312798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19510", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502836578544006, 38.571682578596103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19511", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502779958486997, 38.571796893348903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19512", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502770243984003, 38.571664891073297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19513", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502709201298003, 38.571778026440803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19515", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502638444145006, 38.571759159489503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19516", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502637574955997, 38.571629516814603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22124", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493145796625001, 38.569110360403599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20009", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493079466859001, 38.569092667327098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20010", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493013137125999, 38.569074974212697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22375", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492946807419997, 38.569057281961001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22003", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492880477751996, 38.569039588770501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22118", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492814148118001, 38.569021895541901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21867", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492747818509997, 38.569004203176199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21653", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492681488941997, 38.568986509871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22280", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492615159406, 38.5689688165291 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19001", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488242070702, 38.569000624644602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19002", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488217942337002, 38.568993819800802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19005", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488188485861997, 38.5689857580658 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19006", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488162531645997, 38.568978014510797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19009", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488130798154998, 38.568969680531602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19010", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488106117556001, 38.568962437188297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19013", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488082240816993, 38.568955751446303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19017", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488026225046994, 38.568941280345797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19517", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502567687023998, 38.571740293395898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19518", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502571240494007, 38.571611829177797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19519", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502496929947, 38.571721426358103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19520", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502504906065994, 38.571594141502899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19522", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502438571669998, 38.571576453790101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19523", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502355417044996, 38.571683693058603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19524", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502372237301003, 38.5715587669401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19525", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502284660073997, 38.571664826791903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19526", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502305901822993, 38.5715410791463 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19527", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502213903146, 38.571645959580998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19528", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502239567526004, 38.571523391319403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19529", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502143146248997, 38.571627093227796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19530", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502173233261999, 38.571505703454498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22065", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492548829897004, 38.568951124049399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22096", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49195255555, 38.568786397578997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491897283545995, 38.568893304022303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22162", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491886052330003, 38.5687686517036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491826345465, 38.568874374687603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22014", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491819547988001, 38.5687509066857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19018", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488003269982997, 38.568936005864799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19021", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487981081906, 38.568931150085497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19022", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487959906539999, 38.568924452843802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19025", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487933860341997, 38.568920258364201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19026", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487915276007001, 38.568913572576299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19029", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487869853478003, 38.568900644652501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19531", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502072389396005, 38.571608225930497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19532", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502106899024, 38.571488016452498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19533", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502001632573993, 38.571589359490801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19534", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502040564824995, 38.571470328511502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19536", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501974230659997, 38.571452640532499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19543", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501509938257001, 38.571342136354602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19545", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501444302108993, 38.571324605129902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491755408562994, 38.568855446215203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491684470557999, 38.568836516793603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21972", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491656975590999, 38.568707886741997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22244", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491613532583997, 38.568817588229301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20043", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491590471370003, 38.568690140691601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22078", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491542595800993, 38.568798658725697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22276", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491523968329005, 38.5686723946082 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21988", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491471657901997, 38.568779730074397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21895", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491457464174005, 38.568654648481399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22208", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491400721195006, 38.568760800483901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22204", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491390960051007, 38.568636902316499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21914", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491329783371995, 38.568741871745701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21649", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491324457109997, 38.568619156118302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21647", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491257953046997, 38.568601410777802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19039", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487542951237003, 38.568832365744903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19043", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487475223684996, 38.568816511001202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19044", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487443242885007, 38.568807162228801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19047", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487408054005002, 38.568797601043997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19546", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501400899505001, 38.571441127482203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19547", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501378667134006, 38.571307074773898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19548", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501330888915007, 38.571422428709198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19549", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501313031044006, 38.571289544375702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19550", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501260877220005, 38.571403728988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19551", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501247396134005, 38.571272013945197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19553", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501181760109006, 38.5712544834726 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19554", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501065663093996, 38.571352224958297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19555", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501116125262996, 38.571236952967702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19556", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500995651530999, 38.571333525977501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19557", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501050489308, 38.5712194215197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19558", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500925640011005, 38.571314826053602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19559", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500984853380004, 38.571201890935399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20086", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489201588156007, 38.568175269212901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21484", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489186067044997, 38.568042065285098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21486", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489130280373999, 38.5681562455974 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21488", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489119215840006, 38.568024230692899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21493", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489058971483004, 38.568137221933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489052364669007, 38.568006396062103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22270", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488987662623998, 38.5681181991255 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21497", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488985512382996, 38.5679885613877 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488916354956999, 38.5680991753783 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488918661279001, 38.567970726679697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488845046180003, 38.568080151582002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21510", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488851810208004, 38.567952891933103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22303", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488771074617006, 38.568056888072398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21513", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488784958023004, 38.567935057142797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21520", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488718107018002, 38.567917222318997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19051", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487346516795, 38.568781669133102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19052", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487313526261005, 38.568772313149999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19055", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487279786303006, 38.568766484453199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19059", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487196974129006, 38.568759652779498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19060", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487162362103007, 38.568751903977201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19063", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487131418757002, 38.568745105649398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19067", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487062864880997, 38.568727534397397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19560", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500855629669005, 38.571296126993097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19561", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500919218630997, 38.571184360318803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19562", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500785618221997, 38.571277426984402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19563", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500853582765998, 38.5711668296601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19565", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500787948082007, 38.571149298969097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19567", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500722312289, 38.571131767334997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484069811737001, 38.566681247502402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483985314717003, 38.566781773128497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484002439698997, 38.566663269784698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483913450825, 38.566762596961297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22022", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483935066539999, 38.566645292923603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483841586965994, 38.566743421650202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483867694569994, 38.566627315127398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19068", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487027489653997, 38.568716930833901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19071", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486995885482003, 38.568707722344598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19075", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486931864666005, 38.568690270203099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19076", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486904298713, 38.568682008412402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19079", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486874850473001, 38.568671722964702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19082", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486815386348994, 38.5686563675252 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19083", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486789162652997, 38.568656930538097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19576", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500191272606003, 38.571130066667699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19580", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500071858081995, 38.571098584504497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19581", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500069126623998, 38.570945505039703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19582", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500000729993999, 38.571079623342399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19583", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500002444041996, 38.570927728836601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19584", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499929601944004, 38.571060662136503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19586", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499858473931994, 38.571041700886902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487251319834996, 38.5676535803711 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21561", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289539852995, 38.567538587110803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487180664953001, 38.567634704387302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21570", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487157060596004, 38.567503194980503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22037", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486655987006998, 38.567369789759198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22175", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486673588171001, 38.567499656441299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22254", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486589834512998, 38.567352145086602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21961", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486592170975996, 38.567477940488899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19086", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486755088226005, 38.568648478594802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19090", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486696514689996, 38.568632635153101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19091", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486666972852007, 38.5686261149865 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19094", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486641262971006, 38.5686198595536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19098", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486586333618007, 38.568605823200699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19099", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486561162146998, 38.568596987266297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19588", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499787345957003, 38.571022739593602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19589", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499723120916997, 38.570851861132603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19590", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499716218021007, 38.571003778256603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19591", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499656438507998, 38.570834084730102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19592", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499645088980998, 38.5709848159701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19593", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499589756131996, 38.570816308289302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19594", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499573961120007, 38.570965854545697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19595", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499523073790002, 38.570798531810098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19596", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499494778159999, 38.570943686193999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19597", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499456391481004, 38.570780755292397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19598", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499436642378001, 38.570927264629297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22318", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486510752683998, 38.567456224474199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486457529616999, 38.567316856528997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21908", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486429334440999, 38.567434508402201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22296", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486391378362995, 38.567299212648997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22213", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486347916247993, 38.567412792272997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22058", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486325226, 38.567281567825098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22047", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486266498104001, 38.567391076086402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21935", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486185080010003, 38.567369359842601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19976", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486192922512998, 38.567246278970103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21941", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486103661965004, 38.567347643541503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22311", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486126770249001, 38.567228634032901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19383", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507988622102999, 38.573069973317203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19384", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507886275350003, 38.573164342235799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19385", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507935028429003, 38.573055689744102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19386", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507829108864001, 38.573149106493801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19387", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507881434777005, 38.573041406146103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19388", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507771942402002, 38.573133870723602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19389", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507827841145996, 38.5730271225233 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19390", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507714775970996, 38.573118634024198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19600", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499389709206, 38.570762978736298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498876828964995, 38.570760929840297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19610", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498805794353999, 38.570741986363601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498793116504004, 38.570617311391999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498734760926993, 38.5707230428483 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19613", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498726521636996, 38.570599551948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498663726391001, 38.570704099284399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483800321478995, 38.566609338187902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483697858227998, 38.566705069087497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483625994484001, 38.5666858936426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483665576554003, 38.566573383295299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483554130784995, 38.566666717252197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483598204719002, 38.566555405342299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483482267124998, 38.5666475408172 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483530831771006, 38.566537427344997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483410402350003, 38.566628365233399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22018", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483463459998006, 38.5665194502144 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483338538767001, 38.566609188709101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483396087117995, 38.566501472138697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483266675223007, 38.566590012140303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483194811711002, 38.566570836427601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19391", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507774247537, 38.573012838875698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19392", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507657609557995, 38.573103398197503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19393", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507720653948994, 38.572998555203299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19395", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507667060382005, 38.572984271506101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19396", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507426391769002, 38.573036492430397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19397", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507613466837995, 38.572969987783999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19398", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507330254115004, 38.573010521299601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19399", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507559873313994, 38.572955704037099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19400", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507273087870999, 38.572995285283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19403", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507431204010004, 38.572918590155801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19404", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507370900921003, 38.572901106618197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19405", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507306565779999, 38.572882549137503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498592691886998, 38.570685156577703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498593333149998, 38.570564032949903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498521658574006, 38.570666212931599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498526739530007, 38.570546273395898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498450624151005, 38.5706472692369 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498460144795999, 38.5705285137986 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498379589766003, 38.570628325498603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498393550095003, 38.570510754163003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19624", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498308556566002, 38.570609381721702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498326956574004, 38.570492994494003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19626", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498237522249994, 38.570590438797097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498260361939003, 38.570475234781703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19628", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498166487977997, 38.570571494928103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498193767337995, 38.570457475031098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21449", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491116971286999, 38.568685083473497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21968", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491090002606995, 38.568557307844202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21456", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491046034761993, 38.5686661545665 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19705", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490615693240997, 38.568423355517602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19706", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490564337080002, 38.568537661413401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19707", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490548491951998, 38.568405434628403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19708", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490492655151002, 38.5685185451024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19409", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506880139608995, 38.572774422315902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19410", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506830683016005, 38.572877231766199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19411", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506814326744006, 38.572756842944699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19412", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506760482928996, 38.572858479626603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19413", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506748513919007, 38.572739262635402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19414", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506690282872, 38.572839728345301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19416", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506620082858007, 38.572820976120603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19418", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506549881734003, 38.572802223848399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19639", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497594172545007, 38.570297535390402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19640", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497544699699006, 38.570400340857198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19641", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497527491306002, 38.570279740644999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19642", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497473573106006, 38.570381360124699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19643", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497460810099, 38.570261945861098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19644", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497402446557004, 38.570362378447598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19645", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497394128926004, 38.570244151038899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19647", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497327448934001, 38.570226356183099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19996", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485806192835, 38.567270414720603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19997", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485726166695997, 38.567242362921803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22063", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485335901216004, 38.567142450389603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22106", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485241348586996, 38.567117198516897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19420", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506479681787994, 38.572783472439298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19421", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506485264076005, 38.572668942830198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19422", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506409481885001, 38.572764720086901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19423", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506419451406998, 38.572651363234598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19424", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506339282018999, 38.572745967691901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19425", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506353638776005, 38.572633782700699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19426", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506269081035995, 38.572727216150199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19427", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506287826171004, 38.572616203030201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19428", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506198881242995, 38.572708463669997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19429", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506222013604997, 38.572598622421502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19430", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506128681481997, 38.572689712048103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19649", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497260767827996, 38.570208561283998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19650", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497189067123998, 38.570305434955799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19651", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497194086754007, 38.570190766346499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497046814360004, 38.570267472109002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497060724708007, 38.570155176356202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496975688039001, 38.570248490169703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496994043740997, 38.570137380402599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496904561747996, 38.570229509087497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496833434354002, 38.5702105270557 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496860681894006, 38.570101790181702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496762308140006, 38.570191545886097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496794001020007, 38.570083995013697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21525", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488651256047007, 38.567899387456499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488579976642995, 38.568008372962403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488508668047004, 38.567989348958903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21577", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488018176989002, 38.567733238409801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21580", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487957878768, 38.567842333367501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21582", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487951936976003, 38.567715543681501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21584", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487887222359007, 38.567823458710798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19431", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506156201066005, 38.572581042676198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19432", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506058481763006, 38.572670959482799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19434", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505988282082001, 38.572652206874899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19441", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505538469761007, 38.5724031076101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19442", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505548071967993, 38.5725368325635 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19443", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505471784452993, 38.572385334558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496691181968998, 38.570172563771898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496195634285996, 38.569924259744603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496129390217007, 38.569906568795503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496063146181001, 38.569888877808602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19678", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496000425114005, 38.569988144785398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495996902171996, 38.569871187684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19709", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490481290703002, 38.568387512799298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19710", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490420974407996, 38.568499428751998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490346888299996, 38.568351669924802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19715", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490279687146, 38.568333748879503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19717", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490212486031993, 38.568315826894299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19719", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490145284945001, 38.568297905770997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19720", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490062566671, 38.568403847215102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19721", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490078083898993, 38.568279983707797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19445", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505405099179001, 38.572367561467601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19448", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505298409009995, 38.572468176183698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19449", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505271729878004, 38.572332015176201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19450", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505227278167993, 38.572449218233402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19451", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505205044703004, 38.572314241970503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19452", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505156147362996, 38.5724302602394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19453", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505138359561997, 38.5722964687263 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19454", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505085016596993, 38.572411302201701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19455", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505071674454001, 38.572278695443799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19456", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505013885867996, 38.572392344120303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19457", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505004989379003, 38.572260922122801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19458", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504942755176998, 38.572373385995199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19680", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495929764452995, 38.569969275038602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495930658201999, 38.569853496621803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495864414264005, 38.569835805521002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19684", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495788444395998, 38.569931534519803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19685", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495798170352998, 38.569818115283297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19686", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495717783852996, 38.569912663742798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19687", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495731926481994, 38.569800424106703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19688", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495647123341001, 38.569893793823397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19689", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495665682642993, 38.5697827328923 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19694", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495435143188999, 38.569837182009898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19459", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504938304337003, 38.572243148763299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19460", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504871624523005, 38.572354427826298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19461", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504871619328995, 38.572225375365498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19462", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504800493907993, 38.572335469613797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19463", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504804935500999, 38.572207601934203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19464", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50472936333, 38.572316511357499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19465", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504738250559001, 38.5721898284595 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19467", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504671565650995, 38.5721720549464 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19696", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495364482827, 38.569818311917999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22256", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494861682793996, 38.569565969649702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19989", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49473858959, 38.569654074334501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22049", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494653685635996, 38.569631424535302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22299", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494637695129001, 38.569503389583403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21586", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487885697002994, 38.567697848014198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21588", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487816567140996, 38.567804583115297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21590", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487819457062002, 38.567680152309201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487745910807007, 38.567785708372398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21593", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487753217153994, 38.567662456566303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21596", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487675254516006, 38.5677668326855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21598", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487686977278997, 38.567644760785399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487604599403994, 38.5677479578614 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20107", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487620737430007, 38.567627065867498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21602", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487533943189007, 38.567729082088199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21603", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487554497621005, 38.5676093700108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21606", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487463287010996, 38.567710206271997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487488257844007, 38.567591674116201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487392632010994, 38.5676913313185 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487422019248001, 38.567573978188697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21614", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487321975906994, 38.567672455415902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22135", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487355779531001, 38.567556283119202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19474", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504251171690001, 38.5720712973283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19475", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504151992705999, 38.5721675675086 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19477", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50408114196, 38.572148683023798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19478", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504118325842995, 38.572035888881103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19479", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504010291252001, 38.572129798495602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19480", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504051903537004, 38.572018185503602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19481", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503939440580993, 38.5721109139239 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19482", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503985481268998, 38.572000481187096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19484", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503919057887003, 38.571982776827603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19487", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503726887640994, 38.572054260844901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21933", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494568782876001, 38.569608775579802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22061", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494558097866005, 38.569482155666897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22357", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494478501798, 38.569460921700703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22267", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494398976384005, 38.569563475674997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21869", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494398904622997, 38.5694396885755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19994", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494314072639, 38.5695408265276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22309", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494319308650006, 38.569418454499903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22012", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494229170102003, 38.5695181764221 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22017", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494239711576, 38.569397220364401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22336", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494144267612, 38.569495527155098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21878", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494029464953996, 38.569339731561399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22325", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493974461652996, 38.5694502275283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22226", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493949868054003, 38.569318497226597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22191", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493889558183994, 38.569427577168597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489990886157997, 38.568384730598403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19723", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49001088288, 38.5682620625063 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19725", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489943681900996, 38.568244140365103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19488", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503786213517003, 38.571947368004103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19489", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503656035972995, 38.572035376094902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19490", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503719790228004, 38.571929664431202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19491", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503585185489996, 38.5720164913064 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19492", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503653368125001, 38.571911959924101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19493", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503514335044002, 38.571997606474604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503586944907994, 38.571894255373998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19495", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503443484635994, 38.5719787215995 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19496", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503520522871995, 38.571876550790797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19497", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503372633118005, 38.571959836676001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19499", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503301782777996, 38.571940952614902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19500", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503387677743007, 38.571841142405901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19501", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503230932483007, 38.571922067609599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483472976255001, 38.560392870914001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483539469708006, 38.560410603607501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483605964334004, 38.560428337168801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483672457845998, 38.560446070686801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483738952538005, 38.560463804171697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33052", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501744995460996, 38.565281734442102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33051", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501812109176001, 38.565299682689698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33050", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501879222919001, 38.565317631799203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33049", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501946336702005, 38.565335579968902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33048", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502013449371006, 38.565353528094803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33047", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502080563213994, 38.565371477087503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33046", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502147677097994, 38.565389425140502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33045", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502214791010005, 38.565407374055397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33044", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502281904960995, 38.565425322030499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33043", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502349018939995, 38.565443270867597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33041", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502483247011995, 38.565479166623298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33040", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502550361092005, 38.565497115343597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33039", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502617475212006, 38.565515063124202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33798", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508612158787002, 38.568747356543099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33799", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508432573172001, 38.568743381450197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33800", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508618355560998, 38.568642532095602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33801", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508442289539005, 38.5686385719575 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33802", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508621102280003, 38.568549292035001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33803", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508444566831997, 38.568548210070503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33804", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508623537934, 38.568454397510202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33805", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508458051342004, 38.568447600337898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33806", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508625615973997, 38.568355943829602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33807", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508456420277, 38.568354893038098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33809", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508469677947005, 38.568250224706297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33810", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508637391142997, 38.568174249805303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33811", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508471803663994, 38.568181857545099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33812", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508648995246006, 38.568087868024101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33814", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508649589312995, 38.5680014404074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33815", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508465676282, 38.568006090182898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33816", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508653834298997, 38.567917909352801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33923", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506553182546, 38.570482349171698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506823474211998, 38.570225075477602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33929", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506679281429996, 38.5701894909853 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506850485737004, 38.5701630539685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33931", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506706293066003, 38.570127469509799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506877497214006, 38.570101032453103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33933", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506733304655, 38.570065448027997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33934", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506904508644993, 38.570039010931197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33935", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506760316197997, 38.570003426539799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506929749660003, 38.5699889034167 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33937", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506789023679005, 38.569940087954599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33939", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506821188328004, 38.569864841636203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33960", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507306803196997, 38.569122835400002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33962", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507334014356005, 38.569060697513898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33964", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507361225473005, 38.568998558720402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33966", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507388436536999, 38.568936420821402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33968", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507415647559995, 38.568874282014903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33970", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507447947529002, 38.568808191005203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33084", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500418216463999, 38.564905413843697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33083", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500501452489999, 38.564927941424699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505878358155002, 38.572432916421597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33865", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505724727216005, 38.572389204931099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505906187476995, 38.572368544577898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33867", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505753856805995, 38.572319872036402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505934015595003, 38.572304173623401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33869", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505781686196002, 38.572255500222496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505961844816994, 38.572239801766202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33871", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505812128434997, 38.572179218902498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33082", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500567606654997, 38.564945509681202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33081", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500649294270005, 38.564966808859097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33080", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500715448508004, 38.564984377031102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33077", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500913910280005, 38.565037079513601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33076", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500980064654001, 38.565054646633499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33075", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501046217907003, 38.565072214611497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33074", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501112372346, 38.5650897816558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33073", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501178526811003, 38.5651073495631 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33974", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50749902071, 38.568695572918401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33976", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507526336105002, 38.568652033524899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33872", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505989673982, 38.5721754308031 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33873", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50583995657, 38.572114847069599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33874", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506017501955995, 38.572111058927497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33875", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505867785796994, 38.572050476135701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33876", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506045331020999, 38.572046687950802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33879", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505930607164998, 38.571909646870097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33881", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505957415815999, 38.571848291362102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33882", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506087710502001, 38.571930208172297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33883", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505984224420004, 38.571786935847797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33884", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506108754414996, 38.571859623580302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33885", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506009774125005, 38.571724582168002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33886", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506148896545994, 38.5717722313683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476154839279005, 38.558423866335403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476220875943994, 38.5584414372194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476286912641001, 38.558459008065697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476352949371005, 38.558476578874398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476418987280994, 38.558494149650599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476485024075004, 38.558511720383898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476551060903006, 38.558529291079601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476617097762997, 38.558546861737497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476683135802006, 38.5585644323629 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476767505344995, 38.5585907452543 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476931132925003, 38.558634321657202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477116147318, 38.558680580028202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477549806004006, 38.558782337148997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477683660880004, 38.558818021355201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477817515896007, 38.5588537045058 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477884442881006, 38.558871546020399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477951371046004, 38.558889387501502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33817", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508473710185001, 38.567905288835 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33818", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508665597055, 38.567808480626802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33819", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508467105324996, 38.5677986640966 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33820", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508670040403999, 38.567696140667501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33821", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508478908043003, 38.567683473428502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33822", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508674384540996, 38.567598205610302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33823", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508483331831002, 38.567574014456603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33826", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508665161330995, 38.567338875142902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33827", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508474010086005, 38.567329087975303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33828", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508665816039994, 38.5672438045886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33829", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508478255238003, 38.567245556926302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33831", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508467921315003, 38.567147559545901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33833", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508453778923993, 38.567069711643001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478018298097993, 38.5589072289387 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478085226323998, 38.558925071243202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33622", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478152153441997, 38.558942912603001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478286008927, 38.558978595211698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478352937294005, 38.558996436460603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478419864545998, 38.559014277665597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478878867646003, 38.5591653861594 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478944400372995, 38.559182860421799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479140996452998, 38.559235282975898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479206528161001, 38.5592527570847 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479403124618997, 38.559305180094299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479468657604002, 38.559322654059798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479599721373006, 38.559357601869102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479665254452996, 38.559375075723302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479730786418997, 38.559392549535197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33889", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506059552661995, 38.571607815057199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33890", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506212666484004, 38.571606317851497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33891", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506086361089004, 38.571546459518999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33896", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506333603607004, 38.571329046034599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33897", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506201206341998, 38.571293540988499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33898", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506360556922004, 38.571267100965301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33899", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506228159757995, 38.571231595949897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33900", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506387510196006, 38.571205154988697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33901", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506255113126997, 38.571169650904999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33902", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506414463417002, 38.571143209906602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33904", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506441224691002, 38.571080970308003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33905", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506308638904997, 38.571045902414397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480152556551005, 38.559507931660598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480219397659994, 38.559525754316802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302908403004, 38.559549484196197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480436590807997, 38.559585129296202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480503432060999, 38.5596029517883 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480570274493999, 38.559620774246902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480637115814005, 38.559638596661799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480703957166, 38.559656419038099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480770798552996, 38.559674241375802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480837641120004, 38.559692063679897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480904482572996, 38.5597098859404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481038165578994, 38.559745530345502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481527203031007, 38.559868745047503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481594482234996, 38.559886688688302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481729038444001, 38.559922576742999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481796317743004, 38.559940521167299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506975299247003, 38.5698701224226 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33943", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506876806845, 38.569730734295497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33945", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506903957453005, 38.569677279084601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507065157233995, 38.569677606194297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507090731394996, 38.569612130781202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33949", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506953263298001, 38.569561076248 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507114580937994, 38.569551946187502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33951", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506973639042997, 38.569511566015599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507138394983002, 38.569497060507203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33953", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507000790635999, 38.569458111687602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507170818077, 38.569417044049601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33955", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507024668084995, 38.569390072320303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481863595934996, 38.5599584646464 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481930874154997, 38.559976408987303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481998153562003, 38.559994352393403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482065431848994, 38.560012296656097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482132710176998, 38.560030239978801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482199989679003, 38.560048184168402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482334546497, 38.560084071519199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482401826106994, 38.5601020146906 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482874530987999, 38.560233267720697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482941024135997, 38.560251001658898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483007518465001, 38.560268735564001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483140506081, 38.560304202353699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483207000508003, 38.560321936144199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483273493821997, 38.560339669891398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484242284150994, 38.5605997638568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484309302477996, 38.560617636282402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484443338087004, 38.560653381012202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484577374970002, 38.560689126492797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484644392318003, 38.560706998719297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484711410846998, 38.560724870912097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484778429401999, 38.560742743966898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484979484144006, 38.560796360190999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485046502833995, 38.560814233090603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33434", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485756748390003, 38.560970817306298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33432", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485891833240004, 38.561006839787801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33430", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486026918226003, 38.561042862111599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33428", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486162002201993, 38.561078884272597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33426", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486297087455, 38.561114907181903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33424", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486432172850002, 38.561150929032699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483339988316004, 38.5603574036056 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483406481694999, 38.560375137276303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33907", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506335261104994, 38.570983868551998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33908", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506494468835996, 38.570956903416899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33909", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506361883253007, 38.570921835584201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33911", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506387016315003, 38.570855752139302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33912", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506555329788, 38.570822781639798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33914", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506586170803004, 38.570753011693903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33915", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506445220103998, 38.570730855072902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33916", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506613647218998, 38.570681903082303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33917", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506472640227997, 38.570667737200402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33918", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506637638822994, 38.570626675018197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33919", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506498343681002, 38.570608584953597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33920", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506661630395001, 38.570571446048199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33921", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506525763712006, 38.570545467068399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33922", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506685621924007, 38.570516217974003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23042", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486060178377997, 38.559846602234899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23044", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485977277166995, 38.559823320666403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23046", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485924399514005, 38.559809259745798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33438", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485486580252001, 38.560898770974497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23080", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484436905853002, 38.559416024110099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23081", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484363531289006, 38.559394625251301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23084", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484201663777, 38.559350983445 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23085", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484168956572006, 38.559503710027002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23086", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484129674323995, 38.559331792403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23087", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484098123430996, 38.559484849343399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23088", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484054889939998, 38.559311487960301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23089", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484027289172005, 38.559465989512297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23090", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483985673947004, 38.559296712777702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23091", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483955285467999, 38.559444317227701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23092", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483916488689999, 38.559277533204003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23093", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483884452435007, 38.559425457314198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23094", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483854281800006, 38.559262789196197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23095", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483813619439999, 38.559406597357402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23097", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483742786489003, 38.559387736456401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23099", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483668397645999, 38.5593660533535 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23101", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483586853050994, 38.559345274306899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23102", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483572331317006, 38.559181122787898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23103", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483501754884998, 38.559321672148499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23104", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483491355102004, 38.559158256127297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23105", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483417834164996, 38.559299945445403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23106", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483397838436005, 38.559134093801198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23107", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483336303271997, 38.559277294218298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23108", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483311658231997, 38.559107375873602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23109", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483250012046994, 38.559253686548203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23112", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483148873529998, 38.559067932982103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23113", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483091133157004, 38.559051200408497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23119", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482856354139997, 38.559150727777599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23120", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482844779432995, 38.558987997429703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23121", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482780162504, 38.559130420725303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23122", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482763106831996, 38.558964709129498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23123", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482703972064002, 38.559110112727097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23124", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482696439633997, 38.558946940071202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23125", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482627780515003, 38.559089805574501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23126", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482629772468997, 38.558929170974501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23127", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482551589015003, 38.559069497470901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23128", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482563105338002, 38.558911401839403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23129", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482475398698995, 38.559049190223099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23130", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482496438238996, 38.5588936326659 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23131", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482409746632996, 38.559030510227203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33459", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484845447997998, 38.560760616082099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23165", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480893772342, 38.558630894337597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23167", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480845883214997, 38.558617746251997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23173", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480656015513006, 38.558569291002698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23175", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480573151437994, 38.558546078687797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22910", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491651778184007, 38.561322911572901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22912", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491577414168006, 38.561301959805199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22914", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491499937889998, 38.561284628533699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22916", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491424029607003, 38.5612636698825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22918", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491348087972995, 38.561247556958499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23191", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479980284074003, 38.558396633170098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22929", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490779964905002, 38.561254629054901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22930", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490841919277997, 38.561105653639999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22931", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490702971321994, 38.5612341669543 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22932", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490751217031999, 38.561083543884003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22933", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490625977788994, 38.561213703901601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22934", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490669807472997, 38.561056629927201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22936", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490579104190005, 38.561034520932203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22937", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490471989702002, 38.5611727785383 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22938", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493014398993, 38.561014855587601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22939", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490394996296004, 38.561152316232899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23193", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479912873442998, 38.558376189803298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23195", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479843066236, 38.558357606790203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23197", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773259072005, 38.558339022834097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23199", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479703451937993, 38.558320439736796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23205", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479428612163005, 38.5582475527859 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22940", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490419260443005, 38.560996455296397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22946", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490156139934001, 38.560927714863801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22948", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490074429603993, 38.560903928877202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23218", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478670428713002, 38.557882405391297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23219", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478589424868005, 38.558014626478403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23220", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478570091405999, 38.557857861580104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23223", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478442817778003, 38.5579774426106 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23225", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478374872244004, 38.557959342771802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23226", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478304960670997, 38.557787698562301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22959", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489533859687995, 38.560926645895101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22961", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489458260114006, 38.560906934153202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22963", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489382660588007, 38.560887221461002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22965", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489307061096994, 38.560867509620302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22967", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489231461648004, 38.560847797730197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22971", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489105240957002, 38.560815033581299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23227", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478306927892007, 38.557941242898302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23228", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478218827638997, 38.557764894141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23230", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478131952067997, 38.557743851166599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23232", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478058536803005, 38.557726310258602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23233", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478097147316006, 38.557885045053503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23234", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477994838827001, 38.5577093410581 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23235", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478029203112001, 38.557866944116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23236", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478261357205, 38.557641423266098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23237", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477961257787996, 38.557848844034403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23238", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478197658102999, 38.557624455072997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23239", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477893313646007, 38.557830743917997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23240", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478129178146006, 38.557606220246598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479075463629002, 38.559217808824897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479337592815, 38.559287706096903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22977", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488840910213995, 38.560744281213204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22981", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488686925286999, 38.560703196723601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23247", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477466993942002, 38.557714278004298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23251", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477255982255997, 38.557663586563997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23255", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477083095782007, 38.557614003934297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23257", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477013290428005, 38.557595368765703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23259", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476943486256999, 38.557576733560197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23261", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476848755465994, 38.557555218083699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23011", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487263829151004, 38.560333943208398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23013", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487190776483999, 38.560314125046901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23020", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486855976285, 38.560224354156503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23022", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486792444336999, 38.560206517584497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23024", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486737227852004, 38.560192460180097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484510356507997, 38.560671254222299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33436", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485621663681997, 38.5609347937663 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23026", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486674874593007, 38.560176499933497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23028", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486610150648005, 38.560158657073401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23030", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486537098997005, 38.560138906970401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23033", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486271685877, 38.559902847310397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23034", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486385029786007, 38.560100314381202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23035", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486218809261004, 38.559888785628601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23037", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486165931512005, 38.5598747248184 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489088816548005, 38.583755114517999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489114403833995, 38.583694985373697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489140041409996, 38.583627668191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495688537592002, 38.568191381752101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495716475625997, 38.568127472252002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495879340760993, 38.568101282700503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495744414751002, 38.568063563651101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495928135054996, 38.567989062417098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495787286666996, 38.567958041016702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495814103103001, 38.567896610379599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495975063318994, 38.567881557388503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495840919499003, 38.567835178835402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495998527398001, 38.567827804867001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495867734702003, 38.567773747279901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496021991442007, 38.567774052340702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498432105104996, 38.5690446755629 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498305749948003, 38.5689831778529 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498333581443006, 38.5689192789808 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498479892763001, 38.568929073299003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498361411741996, 38.568855380096899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498503754306, 38.568875857131701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498389243138007, 38.568791481211299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498531584435, 38.568811958206901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498440870568999, 38.568680573056398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498465452092006, 38.5686313608972 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498604084638004, 38.568641994758899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496552173476999, 38.569618498080402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496700465903999, 38.569608552006102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496572862809003, 38.569563791037503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496728234033, 38.569553874813202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496600590658005, 38.5695146713296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496768500616994, 38.5694398747695 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496648837058004, 38.569404127633803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496794390632004, 38.569376665114603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496675654960995, 38.569342460770898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496702472817006, 38.569280793901697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496857994020999, 38.569246591793103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35587", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489163807140002, 38.583566093168201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489304243223998, 38.5832515826933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489331632553998, 38.583187064174403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489357138618004, 38.583129726497802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495894551006003, 38.567712315723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496045454302006, 38.567720299804598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495921325317994, 38.567656658723799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35850", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495944140625994, 38.567606373641098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35858", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496088198956002, 38.567288268206703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35860", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496115625778003, 38.567225151878702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35099", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498641130110002, 38.568569956487302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35100", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498508783964994, 38.568531381578801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498533417961994, 38.568474526428503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35103", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498691728121997, 38.568444122218402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498552223144998, 38.5684161172016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498718963016003, 38.568382742280498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498578836570999, 38.568354684153697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498847786260995, 38.568089343033201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498721990747001, 38.568022041016299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498874979069996, 38.568030812412204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498754494080003, 38.567946717290297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496729290627997, 38.569219127026201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496756107243996, 38.5691574601395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496912080697996, 38.569127592336301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497036867540004, 38.568819894715404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35354", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496906709792995, 38.568790151762499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497064499299, 38.568755995275701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496934341656996, 38.568726252353898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497089719559, 38.568699494324299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496961935434996, 38.5686679104031 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497122123039006, 38.568628206630599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489593709673997, 38.582584189405701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489627955572999, 38.582509657850501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496191957690002, 38.567045018361299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496217412448004, 38.566983433959201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496262304902004, 38.5668692956652 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496289320695993, 38.566807629753299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498898212903995, 38.567981435770697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498923501318998, 38.567916781610201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498807029096, 38.567815888683299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498950726215, 38.567853663746597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498836212041994, 38.567751251404303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498977951057, 38.567790546777601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499005175850002, 38.567727429801998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498914776939998, 38.567586890572699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499059957086999, 38.567613102612 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498941592752004, 38.567525144807497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499091266907996, 38.567550956443696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498965768871003, 38.5674695019935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496989567201993, 38.568604010981097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497152074704999, 38.5685698739779 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497177307884002, 38.568511520821097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497047177895993, 38.568478074559302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35365", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497204888333997, 38.568455030097603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497070025799999, 38.5684234155474 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497254379680001, 38.568336124036797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497125305888005, 38.568303951811899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497152173532001, 38.568235110318398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35373", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497306155101995, 38.5682101161986 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497181321997999, 38.568177393986097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497339094270998, 38.5681508469279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489651089865006, 38.582452328573801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35631", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489808378779003, 38.582095078478901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35633", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489832438639993, 38.582032665882501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496335433232005, 38.566695041778502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496362450044003, 38.566633375854302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496389466815998, 38.566571709023002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496410524495005, 38.566520795485701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496675120988996, 38.566250044092101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496543241840996, 38.566228004896601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496698582584997, 38.5661929139604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496564673752999, 38.566180617266703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498992584595001, 38.567407756216497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35135", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499166963030007, 38.567372590308103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499046128889006, 38.567296493934101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499185291426002, 38.567310387946399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499072943336998, 38.567234747232398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35139", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499208754826995, 38.567256360008699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499323598082, 38.566990688806897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499213218963007, 38.5669234539982 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499343408377996, 38.566943590951503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497360224302994, 38.568093379513101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497232644464006, 38.568047110360297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497388471055999, 38.568030386267402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497257060186001, 38.567991225695799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497519973703007, 38.567719265964399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497572387635998, 38.567604137303697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497597454079994, 38.567541010384701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486396544127999, 38.585514618771199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486553653323995, 38.585480848191096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486448196469993, 38.585398150233502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486602888769994, 38.585371787751697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486475230891998, 38.5853362118729 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486627518638997, 38.585315402631899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486522143197007, 38.585221577225497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486694691851, 38.585161306583998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486568014240007, 38.585112533411497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486718527809998, 38.585106287288497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499244912709003, 38.566847744655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499369116653995, 38.566888492517101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499278059052003, 38.566773187527197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499388991250996, 38.566832222006298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499311292672999, 38.5666860200214 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499414754609006, 38.566769098616099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35153", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499344398646997, 38.566617195103497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499446351554994, 38.566707146387401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499371670936995, 38.566547199005299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499473567476002, 38.566645176106803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499382630677005, 38.566512674511202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499531140756005, 38.566515705894901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35161", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499418916078994, 38.566430615643498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499564043275996, 38.566453924143602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497629584986001, 38.567479767264601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497677268310994, 38.567366470269199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497728974357003, 38.567251415043401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497761980516003, 38.5671826793265 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497837220977004, 38.567002300368202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36023", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486999160476998, 38.584453598077303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36024", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486869090656, 38.584418129956198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36025", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487021403843002, 38.5844006761589 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36026", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486893669458993, 38.584368928304997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36028", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486920704794997, 38.5843067547126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36029", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487070734566004, 38.584278162856499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36030", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486945310200994, 38.584253844176899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36031", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487097783050999, 38.584214134335397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36032", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486972345454006, 38.584191669671398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36034", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486999380655007, 38.584129496060399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499445322579007, 38.566370005826201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499592671998997, 38.566376837498801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499471730188006, 38.566309395106899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499617278730994, 38.566318077510402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499493699363001, 38.566256791275002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499649217620004, 38.566254763649603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499518605977997, 38.566201907358902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35170", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499676873138995, 38.566177672777698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35171", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499542084029997, 38.566142430798003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497867879636999, 38.5669317021948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497996984859, 38.566623468245098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497869270959995, 38.566588084732999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498022025336994, 38.566563929394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497891965419996, 38.566526682588503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498072080121005, 38.566448554246399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497944405604997, 38.566407613356901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498097094415996, 38.566392719751597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485774490889, 38.5872897476468 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485798146722999, 38.587235551156397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497974216483001, 38.566340685334403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498126879088005, 38.566329496062799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498001589962996, 38.5662848610922 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498151906333007, 38.566271808468798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498205208607999, 38.566158966251002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498071440613003, 38.5661194468235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498233110632, 38.566095010954001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498097821856007, 38.566062737179699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498291326911996, 38.565959701824198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498162497137997, 38.565932699337402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498316844748999, 38.565899440659202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36038", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487050501023006, 38.584008838435402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36039", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487196391471002, 38.583997142415697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36040", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487077941137002, 38.583945881919398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36041", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487220401594001, 38.583942056223101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36042", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487105381202994, 38.583882925396701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36045", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487268421744005, 38.583831882021201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36046", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487160261189004, 38.583757012331702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36047", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487292431762995, 38.583776794912602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36048", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487187701110003, 38.583694055789401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36049", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487316441744994, 38.5837217077991 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35209", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500138823067005, 38.564760986724501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35210", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500309931632998, 38.564720501426002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35211", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500159806541006, 38.564704974025297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498191354613994, 38.565859330222203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498344733549004, 38.565837337521501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49821776057, 38.565798916173001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36071", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487522818016998, 38.582911314464397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36072", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487677865878993, 38.582902075487901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36073", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487549851967003, 38.5828491803614 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36074", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487701520041, 38.582847707438901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36075", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487576885877004, 38.582787045351203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36077", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487603918592001, 38.582724910329603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36078", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487748828258006, 38.5827389713263 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36079", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487630952401005, 38.582662776207499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36080", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487772482305999, 38.582684604163603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36081", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487657985021002, 38.582600641173102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487796136323993, 38.582630236095099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35212", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500340715042, 38.564655358075399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35213", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500188588225001, 38.564647465274497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35214", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500369560780001, 38.564588678432798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35215", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50021155092, 38.564586874649699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35216", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500390554733002, 38.5645311360161 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35217", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500240472849001, 38.5645094945219 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35218", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500425338195996, 38.564450723501501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35219", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500267403581006, 38.564438220173102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35221", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500296282573004, 38.564366953328403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35224", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500483262711995, 38.564305330100701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35225", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500367785387994, 38.564235270786 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35226", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500524683223006, 38.564217315608303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35227", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500392566662995, 38.564178261831799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35229", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500417347891997, 38.564121253773102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485844458838997, 38.5871425617593 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485885119228996, 38.5870434887185 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486018387738, 38.586721994506902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485878859086, 38.586693785970198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485906097601003, 38.586631377477097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35230", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500591713616004, 38.564074850622397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35231", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500442129087006, 38.5640642448082 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35232", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500613397170994, 38.564024967858998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35234", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500635080695005, 38.5639750850914 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35241", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489738140870998, 38.585260708624702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489760401805995, 38.585205883572797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35245", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489787501487001, 38.585134408749497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35246", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489960900081996, 38.585141053790501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35487", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487705600908001, 38.586966586228201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35489", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487732837359005, 38.586904256582102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36054", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487454197871998, 38.583428494772001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36055", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487321773543997, 38.583393000511897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36056", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487476846465995, 38.583374672764201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36057", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487342085736998, 38.583335458291501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36058", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487494728749994, 38.583326393591499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36059", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487362304591002, 38.583290899377602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36060", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487522169057002, 38.583263318955602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36062", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487549610458004, 38.583200245218997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36063", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487417186512005, 38.583164750167001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36064", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487577050667994, 38.583137170569898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36065", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487444626826004, 38.583101675549301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36066", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487604491978004, 38.5830740959194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36067", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487472068233004, 38.5830386018309 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489816907887999, 38.585070353057503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35248", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489990372552995, 38.585067736229099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489843967713, 38.585004435676296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35250", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490017405732004, 38.585005523177202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35251", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489878147671007, 38.584932991128497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35252", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490044438869006, 38.584943309217998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35257", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490374196136003, 38.584198540484302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35258", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490236935038993, 38.5841687597852 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35259", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490398994553999, 38.584146685025402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35260", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490259385900998, 38.5841150417764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35261", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490421459660993, 38.584091115706102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35262", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490286623518998, 38.584052083620797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35491", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487750753230998, 38.586856354093499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35499", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487858421119995, 38.586604609067997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35505", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487941214895002, 38.586407768992203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35755", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494769279815003, 38.570656242128102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35756", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494636880562993, 38.570623775152697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35757", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494790578068006, 38.570599886711904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35758", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494680013895007, 38.570530560305997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35759", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494823686488004, 38.570537424305002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35760", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494713199868997, 38.570457319042397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35761", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494841018855993, 38.5704872110013 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35762", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494744315633, 38.570399466856202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496746029384994, 38.566097132444902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496613518187999, 38.566072010415297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496773456273004, 38.566033859208602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496640945183998, 38.566008737210502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496668372124006, 38.565945464899997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496825622489993, 38.565917567649997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496695799017004, 38.565882192582897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496882383493997, 38.565799905957 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496733643229007, 38.565775560362702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496905489217994, 38.565747147188901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496760049556997, 38.565715264659801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35263", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490446231544993, 38.584042964607001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35265", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490471056312003, 38.583987405663301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490336312984994, 38.583935407440002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35267", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490500640193005, 38.583926310027103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35268", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490363550466, 38.583872449266103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490534983168004, 38.583859677694697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35270", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490390787899997, 38.583809491085702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35274", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490438939631005, 38.5836965864532 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35275", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490615354843996, 38.583676026821699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35276", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490465973024001, 38.583634215643002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35277", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490643820515999, 38.583608507342198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488129670660001, 38.586005810529599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488174739222998, 38.585919231803899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488186437181, 38.5858885719501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35521", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488209363592006, 38.585824536663097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35763", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494868243899006, 38.570424722006003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35764", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494763640678002, 38.570344643365303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35765", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494895468888004, 38.5703622339052 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35767", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494922693834994, 38.570299744897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35770", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494833444091, 38.570165320962801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35771", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494975140226003, 38.570179757195497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35772", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494860058596004, 38.570104280649502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35773", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495000443398993, 38.570118657075497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35774", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494886673048995, 38.570043241230898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35775", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495027741460007, 38.570052945855402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35776", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494911282775007, 38.569988351587199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35777", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495056988504004, 38.569988783663703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35779", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495086236643004, 38.569924621469603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35780", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494958573727999, 38.569873944974397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485930959442001, 38.5865708133718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485958197857997, 38.586508405767098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486120144392999, 38.5864871679941 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486147382618, 38.586424759443901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486222169968002, 38.586249493050701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486085940154993, 38.586215499424803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486246006402993, 38.586194508987397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486122700048995, 38.586143428683698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35278", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493005223001, 38.583571844821201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35279", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490665155233003, 38.583548365458299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35280", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490517652349993, 38.583513167984201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35281", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490691261093005, 38.583480835586101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35282", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490544685605002, 38.583450797155301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35284", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490571718807004, 38.583388427220903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496097750689998, 38.570987605867799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35290", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495958013136999, 38.570976364214602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496127173971004, 38.570919530682403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35292", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495980201630005, 38.570930484479803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496154172496006, 38.570860706150903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35535", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488410192250996, 38.585314807733702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48842896747, 38.5852631531016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35781", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495117478501996, 38.569855848167002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495245492449001, 38.569565124992103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495107270966997, 38.569524919682401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495273326638994, 38.569501265593701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495138983819004, 38.569467236662597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495301159632007, 38.569437406183503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35792", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495164856990996, 38.569403369637897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495184802197002, 38.569345635283902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495352915366993, 38.5693081315653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495378722954001, 38.569253502000301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486595254932993, 38.585049654501098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36009", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486622495578004, 38.584986775584298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486649737323006, 38.584923896665998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486790034313998, 38.584941230267901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486813870126994, 38.584886210952497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486704218371997, 38.584798138799897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486837705895994, 38.584831192533002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36021", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486979361454004, 38.584495402045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36022", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486844485131002, 38.584471041376403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35294", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496007226450004, 38.570867955610403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496181197137005, 38.570798177240697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35296", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496034251222, 38.570805426734601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496210646424998, 38.570726396760897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35298", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496063674488994, 38.5707373515651 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496237670965996, 38.570663867837503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35300", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496090737268005, 38.570669265211897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35302", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496113004069997, 38.570612272334898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496299583080003, 38.570519280321001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496322870696005, 38.570465904440901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35306", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496160283826995, 38.570496636367402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496346157128997, 38.570412528551103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35308", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496186897040999, 38.570435635387597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496369443527001, 38.5703591526567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35310", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496213485198993, 38.570378338778703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495238410208998, 38.569231766015697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495402590069006, 38.569195784706601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495266244275001, 38.569167906618702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495440164613001, 38.569085780568301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495309034141997, 38.569061036959198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495463630700996, 38.569031856991103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495335852799997, 38.5689994091437 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495487096754005, 38.568977933409201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495510562777994, 38.568924008921599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495389489971004, 38.5688761543948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495534028760005, 38.568870085329998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495559521084004, 38.568806930970197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496786455839, 38.565654968950803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496951743989001, 38.565635470398497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496839269418999, 38.565534377519597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496997955194004, 38.5655299528296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496865675566994, 38.565474081792502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497021060744004, 38.565477194038301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496888062042004, 38.5654276261766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35314", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496271470335003, 38.570250800768299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35316", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496305239644997, 38.5701787174442 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496561340534001, 38.569922684178401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496440813609993, 38.569877953841697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496468647398004, 38.569814016681399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496612275147996, 38.569796640554301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496640081473998, 38.569736406819302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488795926739002, 38.5844108725911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488829155600996, 38.584347166454698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488862486271998, 38.584269084250501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488892104106, 38.584198172999699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495443125809004, 38.568752899615703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495584981849007, 38.568748396264397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495462000893994, 38.568705095636901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495715045430003, 38.56847041028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495577297116, 38.568447292184899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495742794565004, 38.568406450401298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495605046365995, 38.568383332339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495770543651005, 38.568342490515803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495632795573002, 38.568319371585801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495826107921005, 38.568225006997999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486269841658995, 38.586139524013298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486149981324004, 38.586075025757403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486204464717005, 38.585949346509999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486341350638995, 38.5859745708782 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486231705764993, 38.585886507324403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486365185747999, 38.585919585884199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486499584460006, 38.585604724942002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486369510718006, 38.585576557118301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486526618914993, 38.585542786569803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500524016837005, 38.567666152534301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500673438937, 38.567318526041703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500527494883002, 38.5672866974434 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500700661229999, 38.567255525779899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500554717287002, 38.567223698116798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34827", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500727883476003, 38.5671925255117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34828", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500581939650004, 38.567160697882898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500755105666997, 38.567129526137897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500782326668997, 38.5670665258518 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500625091209997, 38.567048712566603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500809548763996, 38.567003526465001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500652313437001, 38.566985713216802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34312", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498806761343999, 38.581357216943701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34314", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498832230418003, 38.581297757245103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500858554263004, 38.566883025812999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500890526915995, 38.566817552311399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500720502532005, 38.566843128826903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500746686346005, 38.566785836658298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500941076857998, 38.5666812754842 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500772918164003, 38.566721514096898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500984615522995, 38.5665871573784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500836700311993, 38.566575337678699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501007546028006, 38.566533951105001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34850", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500862907379002, 38.566514530287797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503209194201006, 38.571718358308402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34324", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503079012841994, 38.5716449170611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503237023953005, 38.571654066377199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34326", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503106842688993, 38.5715806242602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503264854809004, 38.571589773543302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34328", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503134673627002, 38.5715163323583 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503292685608997, 38.571525481603501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34330", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503162504521995, 38.571452039548902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503320515216998, 38.571461188751101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503348345922007, 38.571396895896903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34334", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503218165006004, 38.5713234548057 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503376176570995, 38.571332603936902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503428554764, 38.571217839171702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34593", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498089692734993, 38.580169497833801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34595", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498116696981, 38.580081580231003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34340", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503281167563003, 38.571179513336602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34341", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503466186395997, 38.571137082116202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34343", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503493572229004, 38.571075335954397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34344", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503334390524998, 38.5710564883194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503523057294998, 38.571002483534897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503550452924998, 38.5709391500232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34348", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503387613303005, 38.570933463277399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503573738355996, 38.570885326754798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34350", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503414224048996, 38.570871950744703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34352", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503440834743003, 38.570810439106701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34356", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503697608671004, 38.570607203566901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34611", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498363370568995, 38.579494465034699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34359", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503720134225006, 38.570551397743301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34362", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503748762075006, 38.5704908541381 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503775398798993, 38.570425538052397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34935", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490997985329997, 38.586215504338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491018058544, 38.586160104568499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490869639839005, 38.586136330513803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491033243122999, 38.586130459754699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490892062308006, 38.586091756358002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491055603012001, 38.586082415940403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490921568849004, 38.586038030508298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491085074289003, 38.5860215493894 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490951127757, 38.585976960773699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491107552016999, 38.585956979138103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490978320129003, 38.585919552681403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34113", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505016016594993, 38.570948947708096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34114", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504881448296004, 38.570909979629803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34115", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505043024507998, 38.570886886057799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34116", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504908456318006, 38.5708479171101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34117", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505070032380999, 38.570824823500402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34119", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505097040199999, 38.5707627618374 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34120", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504962555983994, 38.570711720404198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34121", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505124055924, 38.570700711913702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34122", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504989603889996, 38.570646204001498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34123", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505151076253, 38.570638652994603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34374", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503855200551001, 38.570245468487698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34380", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503893293087998, 38.570141027815097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34383", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503923245069004, 38.570076332207698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34389", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503979038821996, 38.569956451233601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493415565711999, 38.587475852210702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497971511154006, 38.570110028414803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497999344220005, 38.570046011610401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497864969489996, 38.570013580301499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498027176087007, 38.569981994794198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497892801459997, 38.569949564418401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498055009045999, 38.5699179788771 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497920634533003, 38.569885547632701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497966394623006, 38.569777300708402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498106259606999, 38.5698074917537 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497988998661, 38.569732469238701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35065", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498127612944003, 38.569752029663398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498017540237001, 38.569673905925598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34124", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505014402894005, 38.570587585145297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34125", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505178096530003, 38.5705765949699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34129", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505218578335004, 38.570468745182701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34130", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505089534057007, 38.570435719840098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34131", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505242570472006, 38.570413585873602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34132", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505116953577001, 38.570372680659098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34133", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505266562570995, 38.570358426559402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34134", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505139859595999, 38.57032687073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34136", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505167279028001, 38.570263831536998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34137", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505327860790999, 38.570229191044398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34138", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505192526005999, 38.570197333520902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34139", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505351948425997, 38.570160233999403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34140", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505219945343001, 38.570134294315302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34392", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504013125060993, 38.569879068883502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34395", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504043143055, 38.569804845652499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504174095447993, 38.569500829927797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504227720456996, 38.569377178306198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493283046881004, 38.587440558997798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493442192933998, 38.587414263619003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493309674203999, 38.587378970436497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493468818962995, 38.587352675016099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493336300332999, 38.587317381864104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493495446091998, 38.587291086412002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493362927565002, 38.587255793290403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493522072028995, 38.587229497796699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493389596255, 38.587188199517499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493548699067006, 38.587167909180202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493431681972993, 38.587104657957603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493575326059002, 38.587106320557503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493490052930994, 38.586977936495799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496977537223003, 38.572398760331403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497004561452002, 38.572336269967998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34990", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496908292444004, 38.5722207197731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497058609760998, 38.572211290122901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34992", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496933025185001, 38.572161778008002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497085633840996, 38.572148800641202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34994", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496957870781003, 38.572086825097401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497110316250001, 38.572096974800402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34146", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505346288802002, 38.569824241401797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34150", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505404403087994, 38.569686574270399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34152", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505431262109994, 38.569617731752999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34154", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505458134186, 38.569547164069498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34156", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505489423881002, 38.569473165721803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504254532887998, 38.5693153529363 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504281345273, 38.569253527560299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504308156470003, 38.569191701272104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493633388842994, 38.5870043795315 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493512188783995, 38.586942981257003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493657395013997, 38.586949291106698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493539624324001, 38.586880023213403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493567059815007, 38.586817065163302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493705407245002, 38.586839114241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493586717441005, 38.586772089212097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493614152849005, 38.586709131150698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493753419328002, 38.586728937357201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493641588209002, 38.586646173082798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493777425313993, 38.586673848907203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35001", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497191029828002, 38.571912793015201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35002", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497063019300995, 38.571872456942003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35003", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497223800643994, 38.571849497836901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35004", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497080889163996, 38.571822655552602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35005", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497247494495994, 38.571787943398803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35006", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497101099475003, 38.571762189607497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35007", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497268910548001, 38.571728157433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35008", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497128121418001, 38.571699973979598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35009", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497297124531002, 38.571668401885702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35016", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497296495940006, 38.571327497279597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34160", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505545481168994, 38.569367464331599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34161", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505690467231005, 38.569392577115103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34162", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505563768181005, 38.569325240876402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34163", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505725447467, 38.569311729637597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34164", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505588718091005, 38.569272696384701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34165", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505749299303005, 38.569251531816803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34166", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505615924018002, 38.569211538147499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34167", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505773149950997, 38.569191333986197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34168", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505643141852005, 38.569148654739102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34169", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505801455180006, 38.569122531793397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34170", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505663708707004, 38.569094366297101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34171", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505825271046007, 38.5690675085498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34172", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505690926453994, 38.569031482877399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504379514565002, 38.5690365392038 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504404715465995, 38.568975396085399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504439100908002, 38.568902383338397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504471961039002, 38.568830554135197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504500253637005, 38.568761087340199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504520886875, 38.568702306613503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35069", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498186003190995, 38.569625885251803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35070", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498064878275002, 38.569558265843803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35071", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498217167036998, 38.569559764828199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498091495075002, 38.569496636524498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35073", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498242521172003, 38.569489033651301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35074", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49811613112, 38.569439585074498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35079", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498382348503, 38.569163326917298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35080", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498244225733004, 38.569114006912599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498404273649001, 38.569108574458603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35082", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498268172362003, 38.569048562395203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34180", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505841925577997, 38.568687869140803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34182", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505868939552002, 38.568625533455901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34184", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505895952323996, 38.568563198660598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34186", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505922966197005, 38.568500863863903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34188", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505949980021995, 38.5684385290607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34190", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505976992653004, 38.568376194246397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504651574613007, 38.568410206279999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504678590603007, 38.568347715022298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504705606551994, 38.568285222857298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504732621306999, 38.5682227306811 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504759637161001, 38.568160238503303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34887", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501598819687999, 38.565151866152704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34888", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501466414212999, 38.565109490764101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34889", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501622508425001, 38.565102340483499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34890", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501492415347997, 38.565049427388097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34891", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501643921669, 38.565058078858698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34892", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501518416438998, 38.564989364006202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34893", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501663095119994, 38.565013806685897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34894", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501544417486002, 38.564929300618502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34895", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501688985558005, 38.564969564328898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34896", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501570418488996, 38.564869237224798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34897", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501712746685996, 38.5649094912607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34898", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501596419449001, 38.564809173825303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34899", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501731994859995, 38.564854671706001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34900", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501622420364995, 38.564749110419797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504786652967994, 38.568097746319303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35020", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497356611141001, 38.5711702843494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35022", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497387560971006, 38.571103147004102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35030", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497491560919002, 38.570875988860998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35031", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497637122377995, 38.570896188126397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35032", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497514024685003, 38.570822652411699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35033", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497660319405995, 38.570830617055599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491226742763999, 38.585651540504401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491108366671995, 38.585619815018298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491253773661995, 38.585589365896801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491137798555997, 38.585550278954699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491280766228996, 38.585532719916102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491307798188998, 38.585470544400003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491189566969993, 38.585418546759399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491334830094999, 38.5854083697783 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491226083019001, 38.585343513004197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491357125934002, 38.585351703145697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491255542114999, 38.585270290562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491386414060003, 38.585302439261199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499573049285999, 38.569490108705402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499597637400996, 38.569437921577702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499625293446996, 38.5693740288485 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499671498010002, 38.569257948088598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34902", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501650692376003, 38.5646940927966 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34904", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501687028270993, 38.564608240675298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34905", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501812463928999, 38.564682245110397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34906", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501716548895004, 38.564536422193399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34907", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501836380537, 38.564613022284199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34909", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501876043286003, 38.5645333213279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34910", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501770942058002, 38.564417374981403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34912", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501793635100995, 38.5643613468281 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34913", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501950815401997, 38.564384445673198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34914", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501816341521007, 38.564303561980402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490775037321001, 38.586709295428697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499735644542994, 38.569130167436498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499902290343996, 38.569063222105598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499929158385996, 38.569005933073598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499802376559003, 38.568966001714301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499949284349, 38.568952131108396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499828789728994, 38.568904527878502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499972371406002, 38.568901857227999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499855202852999, 38.568843054036599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499995495389996, 38.568846309656202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34780", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500018607013999, 38.568792520575798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499908030105004, 38.568720107240502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500043908072996, 38.568745772442497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499934443086005, 38.568658634281199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35035", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497691315349996, 38.570763551001598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35036", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497556964015999, 38.570722085253898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35037", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497718353150006, 38.570705638889301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35038", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497583408471002, 38.5706565364017 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35039", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497743454330006, 38.570646190447903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35041", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497768598510007, 38.570580627804397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497781470969002, 38.5702056306028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497943679187003, 38.570174045217499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497809304241997, 38.5701416138441 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34533", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505702377484994, 38.5659590730357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500184416352994, 38.568453995163601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500036028276995, 38.568411032036401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500063153560006, 38.568362016114499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34792", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500218168890996, 38.568367565673803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500083623058003, 38.568304182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500238589012, 38.568316763112101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500106355876994, 38.5682428429552 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500263511178005, 38.568262464686498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500292949987994, 38.568202911907598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500154062416001, 38.568120173933401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491436349687007, 38.5851797619245 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491330906830001, 38.585107250429701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491472147127993, 38.585093257425797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491358144998998, 38.585044135272199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491503089104, 38.585028847698197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491410220353004, 38.584925265526401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491555556921995, 38.584903673336598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491432709259001, 38.584869501525098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491579390509997, 38.584848447642301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491459947246994, 38.584806386343303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500181261397998, 38.568060610609599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500339938010001, 38.568100699962798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500391079278003, 38.567980219534 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500240590836, 38.567925973784099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500409901777999, 38.567924345208802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500267206516995, 38.567864148474598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500293821004007, 38.567802323153799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500460918581993, 38.567821442499699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500320436600006, 38.567740496931101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500484170326999, 38.567772618772203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500347050995003, 38.567678671598003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500503005004006, 38.567714986836201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500373666491996, 38.567616846263697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490799789156995, 38.586653917173997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490656565915003, 38.586626726076901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490836371265999, 38.5865802270662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490686107607999, 38.5865657220983 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490863515745005, 38.586517513410399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490715653828005, 38.586506488393802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490885967620997, 38.586456615141401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490740556047996, 38.586443547787503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490922523326006, 38.586386597845497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490774873389995, 38.586371480161901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37620", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490853535116997, 38.565295167665703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37622", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490881574772999, 38.565235958840503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37626", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490935400479003, 38.565115751086701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37628", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490954296853999, 38.5650671821627 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486011040037994, 38.572687397361797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486146831499994, 38.572741217094098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486038683171003, 38.5726235005584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486168901786996, 38.572685298189903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486066326252995, 38.572559603748402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486195172866005, 38.572634384391698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486093970433998, 38.572495706936799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486217206017997, 38.572583452679098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486121613416998, 38.5724318101134 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486237109943005, 38.572534174568403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486149256350998, 38.572367913283401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486261298466005, 38.5724782641473 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489369374568994, 38.572171251648399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37131", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489257994309, 38.572087270574599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489393201992002, 38.572116369617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37133", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489285226530001, 38.572024548668303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37134", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489417030531996, 38.572061486684802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489305025666994, 38.571979010100897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489440859029003, 38.572006604648401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37142", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490860086783002, 38.5684035020046 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37144", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490877840484998, 38.568358886605601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37644", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491081853045003, 38.5644336838131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37649", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491281335365002, 38.564312442369499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37650", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491156565769998, 38.564278587773899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37651", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491313035220998, 38.5642531513313 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37652", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491184638972996, 38.564218927675498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486290457172998, 38.572056749458902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486418819101004, 38.572105987278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486428407907994, 38.572074786713898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486315333247006, 38.571999514155998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486441163191998, 38.572044496589598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486455427311995, 38.572014235679802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486342353859001, 38.571938964054198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486467253170005, 38.5719815360345 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486480353394995, 38.571950351043697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486369409182998, 38.571873426734697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486494071398994, 38.571917835464397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486509525797004, 38.5718848230836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37146", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490905477327999, 38.568295185030102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37150", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490960749723996, 38.568167780953402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37154", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491016021921993, 38.5680403768499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37157", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491200977610006, 38.567956336321501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37158", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491071980306998, 38.567903135242702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37159", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491224447514, 38.567902275770003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37160", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491098803301995, 38.5678413525576 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37161", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491247917381997, 38.567848215213601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37162", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491125626255993, 38.5677795689653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37404", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482859116079993, 38.583414262141602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37653", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491340213149002, 38.564192060240799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37654", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491215093641003, 38.564143258292297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37655", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491365098369997, 38.564134519412903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37656", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491243204813998, 38.564078258731698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37660", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491292640167998, 38.563946449589899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486392121210002, 38.571822831334003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486524930941002, 38.571850042021701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486545146601998, 38.571806023777398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486412727968002, 38.571770565334504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486563837757998, 38.571763989750103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486624514336, 38.571620615348401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486492495744997, 38.571587813712704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486635089263999, 38.571594127228401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486647012253002, 38.571563855913197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486519530820999, 38.571525051932603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37163", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491271387214994, 38.567794154652503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37164", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491152448015995, 38.567717785361701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37166", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491179270878007, 38.567656001756902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37167", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491318325625997, 38.567686033510803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37168", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491206093692995, 38.567594218145899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37169", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491341795352, 38.567631972935303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37175", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491346428246999, 38.567277167912899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37177", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491368835648998, 38.567215806301498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37406", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482883613856004, 38.583355673621902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37408", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482912767833, 38.583293470773597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37410", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482934949433002, 38.583234871898703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37412", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482954790866998, 38.583179895886197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37414", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482979262143004, 38.583124941446599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37420", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483052396993997, 38.582961007478403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486664657472005, 38.571530965839898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486674733927003, 38.571503098034398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486685007934994, 38.5714777572191 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486695499494004, 38.571453280426802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486573600838, 38.571399527452499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486705340192003, 38.571426117876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486716419049003, 38.571401355399601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486600635778004, 38.571336764752402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37933", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486728522590994, 38.571375965936298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37934", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486739819779004, 38.571351319740103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37935", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486627670664006, 38.5712740029469 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486751625734001, 38.571326617240203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37179", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491396476936998, 38.567158600997402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491556543604005, 38.567135512426702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491584571172993, 38.567070128632999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37183", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491448716788994, 38.567039926570899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491633448971996, 38.566961372644698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37187", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491495820677002, 38.566933918689202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37190", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491683143887002, 38.566856768853903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37191", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491552243189005, 38.5668164770007 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37193", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491578862321006, 38.566755006823499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37194", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491729728316997, 38.566749195541803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37422", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483081942016, 38.582899917140402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37424", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483109158882996, 38.5828406344109 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37426", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483134152947997, 38.582768621086998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37430", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483188624804995, 38.582644603539499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37698", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492028846918004, 38.562581684711503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37699", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491891904241001, 38.562540970294897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488107208870005, 38.568196499481601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487986318127994, 38.568133085805698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488012740043999, 38.568071771417003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488039163056996, 38.568010457927997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38042", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488056054482996, 38.567972381453799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488318996505001, 38.567707588507197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488173967161003, 38.567690457300102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488330826048994, 38.567672076092499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37195", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491605482560999, 38.566693535744299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37196", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491753019913006, 38.566695407975203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37199", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491658721749005, 38.566570594463201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37200", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491799604131998, 38.566587834634703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37201", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491685341844999, 38.566509124266403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37202", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491822896762997, 38.566534047959898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37207", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491955836341006, 38.566215117699699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37208", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491824273728994, 38.566173494421399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37209", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491979838524998, 38.566159789070603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37210", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491853450497004, 38.566111648025696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37211", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492003840666001, 38.566104461337197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37703", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491944759188996, 38.562415409198103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37704", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492094298110004, 38.562425322214203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37706", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492109212464001, 38.562387410357999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37707", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492011291024994, 38.562279227974301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37708", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492133284380003, 38.562337079280397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37709", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492042302875006, 38.562209347284202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37710", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492155114379997, 38.562283178017303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37716", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492237015224006, 38.562107986802097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38071", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488530710654999, 38.567200991323197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38072", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488377797408006, 38.567216566825898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38073", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488549413369995, 38.567159093970197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38074", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488568403353, 38.567122421283599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38075", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488403053718002, 38.5671559237718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38079", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488612198976, 38.567017826058901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38081", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488632427008994, 38.566980836310698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488648278263, 38.566946600184501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38083", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488485098525999, 38.5669691223328 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38085", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488505576427997, 38.566921935557801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37212", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491877351808, 38.566051155034799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37214", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491899450733001, 38.565997543284297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37215", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492051844849001, 38.565993804053903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37217", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492086591527993, 38.565908214586202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37218", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491943588477994, 38.5658985852345 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37221", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492141993681003, 38.565779434858399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37223", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492165461181003, 38.565725511046402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37224", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492016775292001, 38.565731805425003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37225", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492188927491995, 38.565671588125397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492050691711995, 38.565659187939701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37468", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487283131839007, 38.573533956455499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37469", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487157734405002, 38.573476900345803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37718", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492263558782994, 38.562046648573997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37720", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492290140294998, 38.561979969990603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487035907671, 38.570307393566601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487184727948005, 38.570315726793602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487068011540003, 38.5702462406026 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487098555887002, 38.570185081620899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487232747365994, 38.570204385955201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487253387497006, 38.570155468591203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487366019857006, 38.569910810874497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487225697035996, 38.569885198478502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487386727933995, 38.569859439744903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487246369985002, 38.569838728097302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487413758752993, 38.569797069632003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492079266323998, 38.5655975694755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37229", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492235832893996, 38.565567874563101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492106106080996, 38.5655331875491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37231", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492259300246999, 38.565513951632802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37233", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492279218367003, 38.5654655230136 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492159784294003, 38.565404424573202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37235", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492302646441004, 38.565417110687498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37241", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492283283860004, 38.565118667690001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492305545708007, 38.565070134933201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37473", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487223112623994, 38.573332770790003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37474", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487361255657007, 38.573354925772399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37475", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487256939353003, 38.573263437151297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37476", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487390335507001, 38.573301925955597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37477", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487290792139007, 38.573190468499497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37478", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487410155693993, 38.5732488842295 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37480", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487427610161006, 38.573203100461001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37483", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487359201819999, 38.573026686617197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37485", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487379809206999, 38.572975400626802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38087", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488521327631005, 38.566880853992103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38091", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488789520466, 38.566615909326899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38092", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488658502448004, 38.566597717178901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38093", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488812513143003, 38.566565228215502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38094", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488681503993007, 38.566545810912501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38095", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488833936486998, 38.566515764488202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38097", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488853790489998, 38.566467519947501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38098", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488718196497999, 38.566434605922403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38099", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488878219997005, 38.566415358688502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38101", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488897753258001, 38.566367028940803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37245", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492333178579003, 38.565006471746102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492360812548, 38.564942808557397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37248", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492520863473999, 38.5649145744866 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37250", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492548496092994, 38.564850911248001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37251", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492416078042993, 38.564815482150003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37252", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492576128661995, 38.564787248002801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37253", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492443710716998, 38.564751818936301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37259", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492494696769995, 38.564607917948202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37488", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487526677063002, 38.572970187867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37490", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487550865214999, 38.572914208710898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37492", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487575052175004, 38.572858230445398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37493", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487473915935993, 38.5727557678549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37495", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487496876924993, 38.5726990409376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37763", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481187504892006, 38.584204500842198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37764", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481062440284006, 38.584139854142002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37765", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481215775522003, 38.584153694406801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37766", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481083866320006, 38.584073342352198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37767", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481239892746004, 38.584091469403901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37768", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481118876721993, 38.584011166196298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37769", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481272179453995, 38.584029281899198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38118", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488969582604, 38.565854625856304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38119", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489110094769003, 38.565876170359402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38120", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488996203886003, 38.565793116633998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38121", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489134966351003, 38.565819906512601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38126", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489276355209, 38.565490863462898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38127", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489148647250005, 38.565448155944999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38128", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489299010785004, 38.565441009594899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38129", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489176080902993, 38.565384845771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38131", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489203514508006, 38.565321535591004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38132", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489339588866997, 38.565348632282898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37261", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492529574721004, 38.564534354996702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37265", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492599379403003, 38.5643803392189 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37267", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492630728758002, 38.5643095157114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37504", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487647694076998, 38.572343896632397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37505", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487811760821003, 38.572318978645498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37506", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487674724477003, 38.572281684112902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37507", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487838791068995, 38.572256766087698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37508", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487701754837005, 38.5722194706862 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37509", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487865821276003, 38.572194552622697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37511", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487892851436001, 38.572132339151203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37770", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481142978432004, 38.583951078972397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37771", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481295730305007, 38.583961592208702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37772", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481169819206002, 38.583888866189298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37773", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481329738572001, 38.583870673786102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37774", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481196658784995, 38.583826653394702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37778", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481242231981, 38.583721054450002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37780", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481260932959003, 38.583668113242901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37782", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481288117331999, 38.583613547885498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37784", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481311101695994, 38.583553975439003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487270200474001, 38.569787370819299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487440788377, 38.569734699507599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289312767004, 38.569740893517803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487311591392995, 38.569688305038902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487332299445001, 38.569636933919 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487504351881, 38.569597745518301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487348326827004, 38.569585542065902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487518538483002, 38.5695674417953 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487368815573006, 38.569537055541197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487570485779997, 38.569433766957602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487597970400003, 38.569373675378102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37518", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487834042898001, 38.571911578162997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37520", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487861211090006, 38.571857940946899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37522", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487888444456999, 38.571795218468203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37523", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488043838806007, 38.571786614871002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37524", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487915612563995, 38.571741581239202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37525", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488067655235994, 38.571733549267599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37526", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487942845831995, 38.571678859648401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37527", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488091418324004, 38.571687752759999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37529", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488110579468, 38.571638301679997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481374086588005, 38.583424934728299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37790", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481401331214997, 38.583362057037903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37791", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481535063402006, 38.583394540529298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482133263568997, 38.582014694042599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482000849254007, 38.581969373939401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482156401834999, 38.581961262634302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482024023818994, 38.581910955353599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482183848614, 38.581897875759999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482049256631996, 38.581860858548197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482211295344001, 38.581834488879203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38102", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488758925952993, 38.566325931352701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38103", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488922013087006, 38.5663125948616 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38104", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488781562759996, 38.566280065771402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38105", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488943895931996, 38.566255349394297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38106", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488803572164002, 38.5662285532959 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38109", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488993588081001, 38.5661501728584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38110", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488859911101997, 38.5661092242525 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38111", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489015331185001, 38.5660951204448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38112", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488886533721001, 38.566047715060698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38113", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489040238021005, 38.5660339549936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38116", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488939777666999, 38.565924697554401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38117", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489085265873001, 38.565926307389901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37307", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493241347983002, 38.562916063041797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37537", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489543045060998, 38.567979240359797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37538", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489693882672, 38.567972330698304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37539", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489572923454006, 38.5679191480653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37540", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489721518991004, 38.567908669038403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37541", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489602852721006, 38.567851937100897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37542", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489746825367007, 38.567853896159903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37544", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489776792634004, 38.567781344802597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37545", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489665144011994, 38.5676943836379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37546", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489804429952997, 38.567717683127597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37547", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489690913377004, 38.567627818271902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37550", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489854809240001, 38.5676017489426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482076703467001, 38.581797471699197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482104150252994, 38.581734084843603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482266188656993, 38.581707715097799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482131596984004, 38.581670698882398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482287173038998, 38.581659261397697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482332402040996, 38.581538839837101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482205419303, 38.581497344233902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482355883134005, 38.581484781096499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482232255094999, 38.581435562717203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486892521510001, 38.571011262173698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486750652921003, 38.570986809020901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486919552348994, 38.5709490101911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486771317990005, 38.570941681024003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486940252536996, 38.570898982341802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486790422401995, 38.570896547005297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486959374451004, 38.570851397933701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486980065778994, 38.570802594357097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486831831705004, 38.5707952670693 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37309", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493267965414006, 38.562854906891097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37311", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493294583947005, 38.562793750739203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37313", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493321202434004, 38.562732594581099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37315", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493347819728001, 38.562671438411797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37317", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493374438130004, 38.562610281340604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37319", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493401055332995, 38.562549125158903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37323", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493450311491003, 38.562439098012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37552", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489876000175002, 38.567549424554301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37553", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489773305797996, 38.567448814727904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37555", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489800130030005, 38.567386992705103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37557", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489826953074001, 38.567325169770101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37558", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489955646927001, 38.567364042144803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37560", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489981410656, 38.5673063973707 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37562", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490004843342007, 38.567257643181001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482426326200994, 38.5813226048461 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482312762191, 38.581250218129298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482449807153003, 38.581268546086299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482339596643001, 38.5811884374831 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482473288067993, 38.581214487321603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482480662453995, 38.580868628987297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482644155846003, 38.580836789573297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482507298352004, 38.580806650119101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482664401877997, 38.580779770381803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487623913134996, 38.569311125626697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38003", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487656054179993, 38.569254730304003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37325", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493477537738002, 38.562376178721301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37327", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493504763942994, 38.562313258523197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37329", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493531990093999, 38.562250339219403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37331", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493559216202996, 38.562187419008403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37333", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493586442258007, 38.562124499691798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37568", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489994275640996, 38.566928136857797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37570", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490017355625994, 38.566867543327803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37572", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490054190129001, 38.566785651027999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37574", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490081879924006, 38.566714397662501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37583", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490333275534994, 38.5665019337684 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482686756728995, 38.580724422764803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482554157332004, 38.580690976279698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482711177336, 38.5806757347952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482576484679001, 38.580638953771597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482733541881004, 38.5806187241568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482600992035998, 38.580578628425101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482753739572004, 38.580568353354003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482621213925995, 38.580524932542303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482801004584005, 38.580455487524901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482824841322994, 38.580400400554801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482697079928997, 38.580344339003702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488341916866005, 38.567648845942102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38053", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488193767677004, 38.567631700968697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488356851074997, 38.567615796786903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488366363750998, 38.567595010098103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38056", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488221317047007, 38.567580329312101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38057", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488382839764, 38.5675644190949 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38058", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488392396353007, 38.567537506499299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38059", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488248954249997, 38.567516706740697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38062", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488426980298001, 38.5674665290368 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38063", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488444445015006, 38.567424948750002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38064", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488304229663001, 38.567389460682001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38065", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488461018728998, 38.567380880750399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38066", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488476896506995, 38.567342969104999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38067", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488331867865, 38.567325838095698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37585", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490358887696999, 38.566441003575299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37587", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490382180469993, 38.566387182051301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37589", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490403245134004, 38.566328011999097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37591", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490428894168005, 38.566261741437003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37593", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490452186823006, 38.566207920799599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37594", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490328255497005, 38.566140641239599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37595", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490473213244996, 38.566154090181897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37601", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490470985160002, 38.565828511589501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482848679171994, 38.5803453135849 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482872516984997, 38.580290226610103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482751565586, 38.580218426235398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482896354762005, 38.580235139630297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482778808342999, 38.5801554698415 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482920191347006, 38.580180053541199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37856", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482806051051, 38.580092513441102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37857", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482944029048994, 38.580124966551502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485824050907993, 38.573148464032798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486854101342999, 38.570744020973002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487019948235996, 38.570696405808199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486877993258005, 38.570684204624101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487039115830996, 38.570648517987301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487088688656002, 38.570538409310799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486959839692005, 38.570497066425801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487112698537004, 38.570482738463802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486985745298995, 38.570429760814903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487006907359003, 38.570371009814401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487160718179993, 38.570371397655599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37602", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490639857348995, 38.565809573851503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37603", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490500672124, 38.5657670308373 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37607", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490548659571999, 38.565651138081698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37609", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490582994283002, 38.565573657117497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37611", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490619597391003, 38.565496186125998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37616", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490804281893006, 38.565410054981299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37618", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490832347034996, 38.565347286836698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485966287240004, 38.573144730870403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485850883249, 38.573086289790503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485988835924005, 38.573089187996302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37867", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485879819651998, 38.573025787041601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486013479004995, 38.573036978726897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37869", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485898217764998, 38.5729585879646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486035979720995, 38.572988084250298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486062775890005, 38.572930897164703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485943267181, 38.572854150644901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485965791845999, 38.5728019310775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488037850485995, 38.568357447877297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488060969977994, 38.568303799017301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487933473023006, 38.568255712758202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488084089441003, 38.568250149251803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487959896172001, 38.568194399287599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36876", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494089610252004, 38.564720058970003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36877", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493961982345994, 38.564670873365799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36883", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494572850319997, 38.563258340183097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36885", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494597361968005, 38.563210196996202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36887", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494623773599002, 38.563149273873002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36889", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494650186325003, 38.563088351649597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36891", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494676597866004, 38.563027428514197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495219894814994, 38.565543412269598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36370", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495110644875993, 38.565451567753499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36373", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495284150524995, 38.565380092363398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36374", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495153543217995, 38.5653405995482 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36375", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495307081668003, 38.5653275052194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36376", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495179749678002, 38.565280499723997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36377", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495330011636, 38.565274917165098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36378", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495198870737994, 38.565220368092596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36379", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495352942712003, 38.565222330011999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36382", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495248842178995, 38.565111285645699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486747789003999, 38.5816347069591 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486662897418, 38.5814838258731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486645230825005, 38.581518546478797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486793566648004, 38.581522483381001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486670040218996, 38.5814634999794 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486679102219, 38.581441869087101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36630", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486827281800004, 38.581438785466602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486688884637999, 38.581412311694798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486698589732995, 38.5813837692696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486857624780995, 38.581383658050299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486711539742004, 38.581354226820302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486729179440005, 38.581323233996301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486891304036007, 38.5813049311068 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486761405400998, 38.581255249246297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486745312631001, 38.5812912191804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36893", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494703009361004, 38.562966505372799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36895", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494729421952997, 38.562905583131098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36898", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494911021470003, 38.562827947289101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36900", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494933308335007, 38.562769690768697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36902", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494962834027007, 38.562711465830098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36904", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494988750871002, 38.562651804424398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36906", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495018346858004, 38.562583633880401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36908", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495042422869005, 38.562528227474097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36383", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495398804774993, 38.565117153890199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36384", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495279721095002, 38.565058624156997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36386", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495301322821007, 38.565010496060701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36387", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495414595642004, 38.565071954480302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486772833008004, 38.581216999180398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486787315125, 38.581184750013499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486803458343999, 38.581151492897497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487117650540995, 38.580785863470297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36655", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487145089376995, 38.580723063690598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487172527016995, 38.580660263899098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487199964609005, 38.580597464101103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487227402152001, 38.580534664296501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36664", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487132565466993, 38.580409396140702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36665", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487152717757994, 38.580370486492697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36666", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487277863792002, 38.580417418957801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36667", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487163259813997, 38.580340581977502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36668", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487181600539998, 38.580302373305599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36669", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487309381054004, 38.580340759788399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36670", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487192111987994, 38.580276723587602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36671", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487208641156002, 38.580239215893101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487335808560005, 38.580277621253103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492221273344001, 38.572421918000302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492091182099003, 38.572392020397501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492248298362995, 38.572359743145498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492118208365994, 38.572329845577997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492270520863002, 38.572308675095101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492145234586999, 38.572267670751998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492297546943007, 38.572246500233703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492165159213997, 38.572207318810896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492324572976003, 38.572184325365797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492192185346994, 38.572145143973898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492351598962003, 38.572122150491502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492219211432996, 38.572082969130498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36673", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487221872421003, 38.5802121602078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36674", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487236574744998, 38.580177480441002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36675", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487369753346997, 38.580206356576099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36676", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487242589329995, 38.580148973877598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36677", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487260890336998, 38.580116437964399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36678", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487393408817994, 38.580151714723399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36679", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487274161184999, 38.5800837095017 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490765955477002, 38.5720273909117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490916253354001, 38.572014799795497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490791102387007, 38.571975115290599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483773769531993, 38.584710157137202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483938882594998, 38.584666263676802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483945945276005, 38.584647803347899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483958825615005, 38.584627020310201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483971479079997, 38.584602057900497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483827844152998, 38.584586046530497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483854881388993, 38.584523991667901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37002", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484048737593, 38.584425521026098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37003", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483899982904006, 38.584420281474799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484062662273004, 38.584399827337798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492417138684004, 38.571955120670196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492280920465006, 38.571932117098903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492441319796001, 38.571899381018198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492308556290993, 38.571868415187097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492465500869997, 38.571843641361099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492336193216005, 38.571804713273501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492489683054004, 38.5717879017039 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492363828950005, 38.571741010447496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492513864052995, 38.571732162036596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492381961928004, 38.571684685728897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492538045006995, 38.571676423264996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492402378468995, 38.571639498895799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490943178254, 38.571966794103297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490810808988002, 38.571924236448098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490961044665994, 38.571920170186402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490837785775, 38.571869126537102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490978880645002, 38.571877808275303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490864813214003, 38.571806913272297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491005907970006, 38.571815594076703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490891839463998, 38.571744699095298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491027413896006, 38.571766143823801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491049480398999, 38.571716932066501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490964942453999, 38.571568175461401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491097845707998, 38.571605453333397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490992580462006, 38.571504473868401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36706", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491123796845002, 38.571555405490798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37098", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485064100143006, 38.582088238442701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37099", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484956088180994, 38.581991725085402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37100", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485087579188004, 38.582034042211802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37101", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484987546152993, 38.581915613116799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485111059351993, 38.581979845080198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485134539472995, 38.581925648844603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489089207131002, 38.572812024226202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488959273187007, 38.572770821144502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488986233817997, 38.5727182115753 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489138268255999, 38.572704870969702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492562227077997, 38.571620683592599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492422821378, 38.571590602282598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492692668320004, 38.571342334131003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492560308136007, 38.571306746049501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492719895006999, 38.571279924918301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492747121652997, 38.571217514798199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492614760519999, 38.5711819276748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492774348243998, 38.571155105572601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492669213865994, 38.571057108378398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484592953398007, 38.586235144860296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484620193135996, 38.586172698832698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484647375424998, 38.586118197551897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484691587921006, 38.586013123644101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491020217273004, 38.5714407722636 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491142509338999, 38.571505325822699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491047854041, 38.5713770697513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491164790438006, 38.571462366309397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491075490754, 38.571313368133303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491183452217996, 38.571419389982204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491207635254, 38.5713636514933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491228105480999, 38.5713206831078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491244708696001, 38.571276708538797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491374960746995, 38.570952131097499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491247928196003, 38.570916800051997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491400098105004, 38.570901079623397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484248705772004, 38.5836164435404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484277369807003, 38.583537718425397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484448994190004, 38.583496886573599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484313550314994, 38.583461391637002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484377507708999, 38.583320423071299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37050", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484404949630999, 38.583257506826101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484540188948998, 38.583301407916103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492828801292006, 38.571030286201001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492696440470993, 38.570994698269999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492844056966007, 38.570990081160701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492856379360006, 38.570952474966603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492780601456005, 38.570778996933498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492803563352993, 38.570726139239 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492826524061996, 38.570673282435699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492847044052994, 38.5706315428096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492869978328997, 38.570582395774302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484716195084999, 38.585964570318701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484904549953001, 38.585891423184798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484937596484997, 38.585825728157403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484782808947998, 38.5858002188643 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484970630019006, 38.585761824946701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484808770270007, 38.585743098611601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484994466106997, 38.585706841135497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485018303312998, 38.585651856423603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484855604844995, 38.585625331863298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485042140483003, 38.585596871706699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491274956322997, 38.570854389400402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491427126093001, 38.570838668936197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491301984396003, 38.570791979643197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36728", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491329012427997, 38.570729568978798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491482951039998, 38.570719539972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491356040406998, 38.570667159208803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491531495632998, 38.57060606276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36737", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491589753187995, 38.570442949142297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491609498675004, 38.570396136084398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484554331949994, 38.583273083622203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484432391511007, 38.583194589673496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484569157777997, 38.583238098432503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484579882625994, 38.583213603045003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484588199488996, 38.5831930780001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484596634563005, 38.583172712038703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484487275120003, 38.583068756249297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484606896768994, 38.583143620916204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484620676085001, 38.583113520228601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484514717996007, 38.583005839982903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484635421651006, 38.583089476065503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484643512298007, 38.583064672551501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484650315766004, 38.583045028149101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36219", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493172175941993, 38.570241424549401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36220", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493039813248004, 38.570204021690003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36222", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493067039753996, 38.570141534019001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36223", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493226628708996, 38.570116448237798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36224", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493094266219003, 38.5700790454406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36225", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493253855017997, 38.570053960522699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36226", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493121492629001, 38.570016557756603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36227", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493281081286, 38.569991471900302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36228", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493148718998, 38.569954069165298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36229", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493308308647002, 38.569928984177302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484882846963004, 38.585562492093899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485158895127995, 38.585287390550498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485026503515002, 38.5852518118406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485185929764995, 38.585225412847599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485053539394997, 38.585189835074502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485212965496999, 38.585163436044198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485080574086993, 38.585127857396003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485240000039994, 38.585101458328502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485267035678007, 38.585039481512297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485134644471003, 38.585003902925898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49162924529, 38.570349322127299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491654491608003, 38.570292586419697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36744", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491545960688001, 38.5702411685524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36745", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491681557627004, 38.570234437983601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36746", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491568515848996, 38.570189291289999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36748", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491591072131001, 38.570137413127398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36755", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492187774753006, 38.568740534448096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36757", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492211679305001, 38.568692407109502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489165297214996, 38.572642696839999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489192326128006, 38.572580522703802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489059914063006, 38.5725450475108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489086943030003, 38.572482873399203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489246342727995, 38.572461912943503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489297889778996, 38.572335898603797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489183731593002, 38.572258254724403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489321718460005, 38.572281016592299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489203529712995, 38.572212716169403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489345545961996, 38.572226133669801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489230762035007, 38.572149993375199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36230", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493175945313993, 38.569891581468397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36231", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493335534812999, 38.569866496442799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36235", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493384322303996, 38.569754837539897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36236", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493250450803998, 38.5697246264779 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36237", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493407612585997, 38.569701358645901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36238", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493279482445004, 38.569656099842597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36240", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493313252592003, 38.569585739896603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36242", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493339868738005, 38.569524621556702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36244", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493366484833004, 38.569463504111397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36246", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493393102035, 38.5694023857641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485294070128006, 38.584977503783797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485161680169995, 38.584941925233402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485321105671005, 38.584915526954902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485375295102003, 38.584780718899196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485249216200998, 38.584741288336303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485401466515, 38.584718542716402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485276701315001, 38.584679036040299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485440155367996, 38.584641114121602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485296620249002, 38.5846131248936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485463992120998, 38.584586095083701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485331198674999, 38.5845514869984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485487827689994, 38.584531076035802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36761", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492266909785997, 38.5685706076138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36763", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492294544605002, 38.5685068660637 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36765", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492320309139998, 38.568451641489403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36771", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492398523822004, 38.568268728609901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36773", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492425345811995, 38.568206944716898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483228765885002, 38.5859538302186 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483260910433998, 38.585887376685399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483287046426, 38.585825647658702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483311307822007, 38.585756658040701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483375542477006, 38.5856243993235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493419718038993, 38.569341268306601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36254", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493523689059003, 38.569090510061102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36256", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493548909037997, 38.569034137794901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36257", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493706566670994, 38.569014990632297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36259", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493729410640995, 38.568960462881101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36260", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493601776228004, 38.5689121300354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36264", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493654590592001, 38.5687975400038 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36522", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485518593845995, 38.584114776820002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36523", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485670215832002, 38.584103682061297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36524", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485548311003001, 38.584050439794197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36526", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48569725214, 38.584041507853399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36528", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485578022358993, 38.583978305473401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36775", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492452167755005, 38.5681451608176 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36779", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492505810346998, 38.568021593895999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36781", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492532632150997, 38.5679598099779 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36786", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492800455847998, 38.567685532875799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36787", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492673547322994, 38.567633157147696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492828183802999, 38.5676214880069 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36789", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492701276513003, 38.5675691132151 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36790", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492859582449995, 38.567550355643903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36791", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492729004504994, 38.567505069270801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37067", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484657243859004, 38.583024655475398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484645036252999, 38.582706474637298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484663277132995, 38.582665676735402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37078", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484813972275006, 38.582660298779402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484681516842997, 38.582624878825499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37080", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484830731735002, 38.582615945626799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484852036465995, 38.582568064063402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493857324098997, 38.568661022804001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36271", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493890547226002, 38.5685885260772 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36277", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493956750104999, 38.5684265307126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36279", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493980392007003, 38.568372538831198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36281", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494001619751003, 38.5683259552751 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36530", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485591855747003, 38.583943855382401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36532", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485751323453997, 38.583917161214998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36535", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485770681483999, 38.583866872651001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36538", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485789850339003, 38.583820691333003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36541", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485695497102995, 38.583701659269899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36542", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485708941313007, 38.583672777681301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36543", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485846325143996, 38.583693899481197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36792", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492887243786001, 38.567486466324503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36794", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492913405986002, 38.567422479440602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36795", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492790221942997, 38.567374073289301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36796", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492937686762005, 38.567368430208198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36798", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492961947302007, 38.5673172232109 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36801", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492871804364, 38.567184711822101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36802", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493005510596007, 38.567211650564197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36803", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492892892886999, 38.567137426058501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36804", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493034332106006, 38.567143678924097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36805", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492912192041999, 38.567087290123297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36806", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493061333927002, 38.567077120021501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484078149229006, 38.584366175780403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483927225684994, 38.584357403191397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484087948257994, 38.584336113273899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484103411589004, 38.584305724656303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483997158717003, 38.584203433597303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484149676833994, 38.584198944792199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484162183506996, 38.584177596106201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484170695466005, 38.584150440457996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484197358713999, 38.584087819889398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36288", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493995455741, 38.567993886684697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36290", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494021012268007, 38.5679336392312 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36292", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494048957700997, 38.567869692322098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36296", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494102406877005, 38.567752915686803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36298", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494122896868006, 38.5677040162835 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36544", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485738754449002, 38.583613545515099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36545", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485729517082007, 38.583641910660702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36547", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485755265796996, 38.583584136105699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36548", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485766195289997, 38.583550628046801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36549", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485906958217001, 38.583568202638297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36550", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485781526584006, 38.583520281865098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36551", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485793636075996, 38.583487711472699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36552", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485937214388002, 38.583492059853903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36553", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485808980786999, 38.5834555004908 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36554", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485821077967003, 38.583424793996301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36556", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485837663140998, 38.583385131797002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36557", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485849772584999, 38.583352561398598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36558", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485993927726, 38.583372550038497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36809", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492958089004006, 38.5669785250304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36810", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493120716697007, 38.566951131125101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36811", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492984708132994, 38.566917054535097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36812", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493144007308999, 38.566897343278903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36813", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493011326075006, 38.566855583127698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36819", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493151333786997, 38.566531032051302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36821", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493178764614001, 38.566467838948803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36823", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493206194251997, 38.566404644933797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483427393843002, 38.585507293362603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483551889465005, 38.5855427179619 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483441587341005, 38.585460389330102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483577574213001, 38.585487776016798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483468830354994, 38.585397589531297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483496073314996, 38.585334790626803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483623454739998, 38.585370617211602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483523274231004, 38.585277791502698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483550518244996, 38.585214992590402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483676746466003, 38.585250590550999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36303", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494327186590994, 38.567567066340601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36304", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494200406584994, 38.567525894599697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36305", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494350476489004, 38.567513279152898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36306", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494227023700006, 38.567464423814201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36307", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494373766351998, 38.567459491960498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36309", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494397057325997, 38.567405704768497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36310", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494280258939995, 38.5673414822297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36312", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494306875923996, 38.567280010524897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36313", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494443636875999, 38.567298130360001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36314", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494333492855006, 38.567218539714702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36564", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486122014211006, 38.583073286662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36565", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485981034459002, 38.583051048323298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36566", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486000344153993, 38.583008049564 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36567", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486149456199996, 38.583010133975598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36569", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486176898140002, 38.582946981282703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36570", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486044458994002, 38.582911524227299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36571", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486204341179004, 38.582883828588201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36573", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486231783015, 38.582820676783001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36574", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486088644193998, 38.582805056889597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36827", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493261053368002, 38.566278258685898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36829", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493288482853004, 38.5662150655521 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36833", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493344936705, 38.566093683520101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36835", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493364425940996, 38.566044812301399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36841", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493430173017998, 38.565892547628103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37084", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484871818296, 38.582522541475399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37086", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484899193413, 38.582468773425703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37088", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484926750941995, 38.5824088116143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484987554762995, 38.582261446735203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484861784488999, 38.582210599133802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485017139644, 38.582196631780903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484896280990995, 38.582130952076497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485040619908006, 38.582142435564599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484926189456999, 38.582060747618101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36316", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494360110889005, 38.567157068903299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36575", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486107942963002, 38.5827637157143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36576", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486259224809004, 38.582757524070203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36577", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486124674191998, 38.582722057735801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36582", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48618041892, 38.582602248038 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36583", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486195471306004, 38.582564201501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36584", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486329990143005, 38.5826050009223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36585", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486209672556996, 38.5825252881259 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36586", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486226811668004, 38.582490565244598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36587", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486358001382996, 38.582532078686 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36589", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486388060552002, 38.582467865488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36590", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486261545969001, 38.582412766581598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36843", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493456992101997, 38.565830921145903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36845", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493483809997997, 38.565769293751501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36851", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493617175249994, 38.565462215677201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36853", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493642936542003, 38.565407148458 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36855", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493670567793998, 38.565343563327602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484170684324994, 38.583792331202801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37029", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484357567111005, 38.583725545058101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484342250672995, 38.583759779390903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484194630917997, 38.583740789472699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484372327575002, 38.583694071297899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484386128474, 38.583661013089298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37034", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484221668369003, 38.5836786165098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36337", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494809826315006, 38.566480146630802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494838082867005, 38.5664169702588 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36341", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494863949366007, 38.566357493341798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36343", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494887414998999, 38.566303568978398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494910880589998, 38.566249645511 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494934346151993, 38.566195721138001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494957811671995, 38.566141797661103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36591", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486273922755998, 38.582379679310499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36592", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486411715060001, 38.582413566168199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36593", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486289698809003, 38.582342015250198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36594", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486302570692999, 38.5823134878096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36595", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486440200394, 38.5823481036389 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36596", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486326348917004, 38.582263845791303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36597", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486334995405002, 38.582235713111601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36598", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486471887975995, 38.582277683257303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36604", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486586800572994, 38.582005165325 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36605", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486450201420993, 38.581961401127202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36606", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486467886113005, 38.5819241950568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36861", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493749813174006, 38.565157054983501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36863", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493777444227007, 38.565093470728101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36866", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493957481856, 38.565017927713001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36867", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493815500205997, 38.564993452049997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36868", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493980237577006, 38.564965442763103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36870", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494004854278003, 38.564905861473598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36871", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493883961874999, 38.564850823275002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36872", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494036729024998, 38.564843469577198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36873", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493909968742003, 38.564790839977803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483577761069995, 38.585152192765698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483692658392997, 38.584896323454998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483886833921005, 38.584794183348798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483719695865005, 38.584834268624498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483746733296002, 38.584772212886598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483932899658996, 38.584691429689101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495083068309, 38.565839027568003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36357", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495108204946007, 38.565794095992203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36359", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495126280085998, 38.565745424619301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495174256256007, 38.565646277596301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36364", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495041968150005, 38.565597772865701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495197055296003, 38.565597626815403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36366", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495067144101995, 38.565547277533298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36607", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486613631327998, 38.581943422426498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486496354435999, 38.581855002726101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36609", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486478660825995, 38.581893451998702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36610", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486640463184003, 38.581881679526802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486510286669997, 38.581825516006397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486523186360003, 38.581793259853399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486537109628998, 38.5817650154275 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36615", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486550017091005, 38.581731516969398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486694125610001, 38.5817581937035 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36617", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486565533093, 38.5817020372671 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486580069076993, 38.581662330741104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36619", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486720957333006, 38.581696449883999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486592427516001, 38.5816315946958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36621", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486610138887002, 38.581590659910702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479569282197005, 38.577319789129596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479721420969, 38.577315928838601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479770635869002, 38.577216171135902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479636709822003, 38.5771523307492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479647256212999, 38.577118423336898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479794130719995, 38.577161713872698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479818114579004, 38.5771070795235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479842098408, 38.577052444268404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479700013818004, 38.576998533922101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479716738907996, 38.576964655173498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479866081045998, 38.576997809904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39935", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485275522733005, 38.564169157573097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485300845059996, 38.564110873127603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485326167346003, 38.564052588676397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485395885215993, 38.563887408367897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485427454928001, 38.563819450810897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39948", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485566188240995, 38.563840339481303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485452777006003, 38.563761166331801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479723280602997, 38.576939309901697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479733779748997, 38.576911870711399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479746536711005, 38.5768817020383 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479757011112994, 38.576857496055098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479905845158001, 38.576883652984897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39694", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480535284899005, 38.575425786887998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39695", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480400749450993, 38.575399974211003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39696", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480560395802001, 38.5753728754569 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39697", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480427989869995, 38.575337371504901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485478097897001, 38.563702881841998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485503419893007, 38.563644597351797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39698", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480587636069998, 38.575310272713203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39699", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480455231394998, 38.575274767896701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39700", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480612769291994, 38.575254127150103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39701", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480482471718005, 38.575212165177703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39702", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480635809533993, 38.575202823523199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39703", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480509711994003, 38.575149562452303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39704", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480658872133006, 38.575148286671997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39705", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480536952221001, 38.575086959720302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39710", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480715001826994, 38.5750145101877 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39712", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480739015938994, 38.5749591496646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39713", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480643999066999, 38.574850017565197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39197", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484865464503002, 38.568513496954999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39199", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484890695892005, 38.568455194171896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39208", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485050659831003, 38.568087254327097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39716", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480787044044007, 38.5748484295042 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39717", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480698888079999, 38.5747234796372 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39718", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480811056896002, 38.574793068960901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39720", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480837177829002, 38.574731250325698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39721", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480741230340996, 38.574622756471101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39722", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480861191743998, 38.574675890677902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481961949888998, 38.572132128738303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39728", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481839990373999, 38.572080445263097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481989186839996, 38.572069642774302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481867227411996, 38.572017959327702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39210", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485077691724996, 38.5680247667391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39212", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485104724712997, 38.5679622800508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39214", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485131757652994, 38.567899793356098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39216", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485158790553001, 38.567837305754097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39218", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485185823398993, 38.567774819046598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39220", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485212856203006, 38.567712331431899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482016423743005, 38.572007156803799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481921701337996, 38.571892988338497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482068755414005, 38.571893494131899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481948938233003, 38.571830502383698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39737", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482095992173001, 38.5718310090434 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481976175073996, 38.571768017323301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39739", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482121133863998, 38.571773364105297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39741", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482158463466007, 38.571701698967999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482047241827999, 38.571601242322899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39745", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482198158686003, 38.571603394060297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482076804358002, 38.571529623539 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39233", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485497501479998, 38.5673930974596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39235", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485520798877005, 38.567339346286701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39747", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482215936420999, 38.5715558503544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482106390298995, 38.571454771532601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482235819739003, 38.571501847621903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482257714754994, 38.571454321424497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482159136145995, 38.571338990863197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482182391096998, 38.571285130249102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482309908184007, 38.571336669756001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39264", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485911113455998, 38.566426627621503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485934586957001, 38.566372396070399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39268", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485958061562997, 38.566318165420498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39269", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485831781982, 38.566284314600999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39270", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485981536140002, 38.566263933865002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39271", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485870054402994, 38.566206375027498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482788701540002, 38.569899276353802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476832893267002, 38.580580991247501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47665359602, 38.580541978330999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476855456200994, 38.580537473557598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476676172514004, 38.580496625609001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476873398457997, 38.580486596275001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476698802805998, 38.5804439353169 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476728640448002, 38.580382044299697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476928355115007, 38.5803593820279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476756155312998, 38.580318400441499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476955869793002, 38.580295738122203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476783670120994, 38.580254757477498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476983384421004, 38.580232094209897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39278", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486021871565001, 38.565857701207698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486087196963993, 38.565693491067499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486117227950004, 38.565631124665899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486156456814996, 38.565550937904497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486186608078995, 38.565472490106302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486211234055006, 38.565406814116201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39293", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486366997152999, 38.565388281176197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486237858973993, 38.565345266795703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482838590808996, 38.569782916854997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482865624433003, 38.569720705456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482890563102004, 38.569663334221602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482917596641002, 38.5696011219095 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482984618695994, 38.569433063419702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476999227624006, 38.579758993779699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477324280716005, 38.579473305236199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477154454971, 38.579437666461502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477351321678995, 38.5794110942294 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477181497209997, 38.5793754564003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477378363743, 38.5793488832213 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477208539409006, 38.579313245431898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477405405753004, 38.579286673107802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477235581559995, 38.579251034457101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477262622509997, 38.579188824371698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486269066282006, 38.565276622720901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39297", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486413589625002, 38.565280573069501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486302552500007, 38.565206210381099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39301", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486460180815996, 38.565172864037898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486362610993993, 38.5650813657345 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39303", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486483477502006, 38.565119009970502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486472351841002, 38.564803326833498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483018475115003, 38.569364697800403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483046117087, 38.569301153947599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483073759004, 38.569237610989099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483101402019003, 38.569174068029 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483129043836996, 38.569110525057198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39312", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486499787899007, 38.564739978556098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39314", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486524882094002, 38.564687293711501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39316", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486549975097006, 38.564634609757199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39318", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486565979022998, 38.564585443122901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39326", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486696944895996, 38.564300395490498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39328", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486728164103994, 38.564229972076099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478138152065995, 38.5809378195382 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478016061277998, 38.580897530559199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478037451700004, 38.5808452389225 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478187098847002, 38.580834880217402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478058817280001, 38.580796181391101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478214702543994, 38.580777766121898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478082278401004, 38.580742281970998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39830", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483272389703998, 38.568772045731002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39834", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483310368944004, 38.568673205766501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39838", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483366999246996, 38.568558281534699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39840", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483398467162999, 38.568491940272999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39842", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483427876430994, 38.568425591617697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39846", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483488824776003, 38.568283199324704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476811184888007, 38.580191113606098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477039651447001, 38.580101893950904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476866000469997, 38.580066061805503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477062961930002, 38.580037149051599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476892548435004, 38.580004648672798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477090932210004, 38.579974259421803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476919096347004, 38.5799432364349 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477116552335005, 38.579913196100499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477139868056994, 38.579859618733202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476972497720993, 38.579820357465898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477163256897995, 38.579805925475597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39330", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486757078720998, 38.564164876249301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39332", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486786057274998, 38.564090884340899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39336", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486832429944997, 38.563978432773702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478109930610998, 38.580678700577401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478270005556993, 38.580650603259699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478165233734003, 38.580551537764997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478343335063002, 38.5804834731113 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478214169333, 38.580443652456999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478366641229002, 38.580429689152197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478238674023004, 38.580391876619601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478389947360995, 38.580375905188397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478265310846993, 38.580330408622999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478409076508001, 38.580330187053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39848", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483514068776998, 38.568223298701497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39850", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483539299889003, 38.568165014224903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39852", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483566567270003, 38.568109972147703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39854", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483591845109999, 38.568045220327797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39864", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483919168097003, 38.567620922472699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40009", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486925306966995, 38.560687568552297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40010", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486798172313996, 38.560647898760301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40012", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486824387476005, 38.560587329670099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40013", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486971183302998, 38.5605815732658 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40014", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486850602592995, 38.5605267605739 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40015", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486994120849999, 38.560528575162799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40016", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486876817666996, 38.560466191471797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487166718091004, 38.563537802775798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487196876382995, 38.563466565531698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487224716217995, 38.563402434194103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39353", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487250188760001, 38.563352525634699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4784302634, 38.580284478185803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478447331292998, 38.5802387498575 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478332754258005, 38.580160501516303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478351044264997, 38.580113548083098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478489730899, 38.580144096198197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478371972448997, 38.580068371391597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478489924848006, 38.5798076750104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39613", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478510703759994, 38.579756831879102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39866", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483946401604996, 38.567558436944701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39868", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483973635072005, 38.567495950509297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39872", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484028101855998, 38.567370978520003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39874", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484054338503995, 38.5673092164485 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39876", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484087981271998, 38.567249009897097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39877", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483950398736994, 38.567236645299097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39878", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484115420389998, 38.567192009908403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39879", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483977025721998, 38.5671751768758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39880", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484140872216997, 38.567125299295498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39881", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484003651520993, 38.567113707540301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478531470822006, 38.579707605801303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478554321535995, 38.579655155784501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478581362070003, 38.5795930228713 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478608402551004, 38.579530890852503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478635441844006, 38.579468757921298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478676729626997, 38.579361090231899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478703975079, 38.579298213171398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39882", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484164169650001, 38.567071514157298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39884", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484187468193994, 38.567017729019497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39885", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484056904114993, 38.566990770657704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39886", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484210765556995, 38.566963943871897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39887", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484083530923002, 38.566929301308797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484212254553, 38.566614485303496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484235505287998, 38.566560780123197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484260910293997, 38.566494150357002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478731220482999, 38.579235336104396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478779331376998, 38.579137039603403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478798244325006, 38.579087060089201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478825489564997, 38.579024182999802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479569187435999, 38.577661246772998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479430415539994, 38.577642038239297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484292467436006, 38.566430781315198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484341025990005, 38.566323380983903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484416073727999, 38.566138204358197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484443102895995, 38.566076227713999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484470130876005, 38.566014250157401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40018", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486903032694997, 38.560405622363596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40019", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487035821033004, 38.5604306450903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40020", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486929247679001, 38.560345053249499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40021", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487056631551994, 38.560387338407402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479442961947996, 38.577616224490299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39648", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479589524467997, 38.577615879821899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479448751660996, 38.577588577663299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479459215614995, 38.577565988769898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479609909800999, 38.577564045543198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479467018118996, 38.577544817632699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479475386684996, 38.577527069746999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479636544670001, 38.577502538490698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479483177373993, 38.577507516567103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479491569523006, 38.5774865354661 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479658988771007, 38.577450713457402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479505609775998, 38.577457310422801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479520298680995, 38.577420188326201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479681375021002, 38.577406972811701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479536420203999, 38.577387736613602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479555204296005, 38.577353867144602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479703783684002, 38.577359998041302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484524188983997, 38.5658902959362 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484559559386, 38.565813804220603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485174234157995, 38.564402295304603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485199556650997, 38.564344010881399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485224877955005, 38.564285726447402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38134", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489362261891003, 38.565296328040397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38135", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489244127722003, 38.565224258489003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38138", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489407520168001, 38.5652039704514 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38139", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489284757223004, 38.565124530104697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38140", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489426334471005, 38.565152106830404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38143", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489341109964997, 38.5650075270092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38144", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489464979917997, 38.565063896607498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38145", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489367731171996, 38.564945939325199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38146", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489489835040999, 38.5650100145849 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38147", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489394353479994, 38.564884351640004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38148", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489516231950006, 38.564958588895401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479375169308994, 38.581190944642202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479535097039999, 38.581168010655198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479402606421999, 38.581129180889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479562495075001, 38.581111582703002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479589946122999, 38.581048039696803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479617357036005, 38.580989834319602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479480268463007, 38.580959879432598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479640195642006, 38.580936945300301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479500828669003, 38.580908758567602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479690019451994, 38.580828648957599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479542705244, 38.580787338323397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38150", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489537992308001, 38.564901017554703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38151", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489447596809995, 38.564761176246101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38152", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489561294444997, 38.5648459034485 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38153", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489474218981002, 38.564699588542403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38154", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489586158191003, 38.564790795323098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38156", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489617324052006, 38.564727139344399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38160", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489738629377001, 38.564422472840697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38161", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489604550889993, 38.564393292627898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38162", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489766213682998, 38.564365886587503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38163", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489632189014998, 38.564329356226096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38164", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489789143935994, 38.564305604153901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38165", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48965982595, 38.564265418911702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484069151610996, 38.573777030752503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484220358027997, 38.5737708856634 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484244966416995, 38.5737128928508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484269564005999, 38.573656388266897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484125644027003, 38.573638716443 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484135355912002, 38.573607485081403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484296100399007, 38.573593933782 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484148419006999, 38.573571777680797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484161881630001, 38.573546520662902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38654", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487666559294993, 38.565791321814501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38655", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487537389818002, 38.565752775399297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38656", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487689855273004, 38.565737467504803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38657", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487564012573998, 38.565691227768902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38658", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487713150074995, 38.565683612284403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38659", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487590636438995, 38.565629679236601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38660", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487736445983003, 38.565629757965198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38662", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487759740708, 38.565575903636301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38663", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487643882876995, 38.565506583049299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38664", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487783036552003, 38.565522048406798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38665", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487670505449998, 38.565445035394198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38666", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487806331206997, 38.565468194068302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479713338454999, 38.580772981013503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479569341946004, 38.580725752914603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479736723431998, 38.5807084197045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479595977455006, 38.580664167494298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479760120188999, 38.5806420800727 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479622614066002, 38.580602582072999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479790318024996, 38.580575769194397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479649249483003, 38.580540996640401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479675886007996, 38.580479410305799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479950370652006, 38.580201276299398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38937", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479820193118996, 38.5801710978985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38167", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489687462834993, 38.5642014815907 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38168", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489839665936003, 38.564187511159503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38170", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489867303777004, 38.5641235738006 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38171", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489738038648994, 38.564076037559097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38172", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489894940420996, 38.564059636429903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38176", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489938914375003, 38.563953315383003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38177", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489801855704002, 38.563916583557301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38178", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489963091118, 38.563896313168698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38179", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489827662929002, 38.563857031812603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38180", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489991975498995, 38.563835656934501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38181", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489853470111001, 38.5637974800621 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484362542274994, 38.573439211500798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484389825243994, 38.573383473805102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484413378919996, 38.573318784396598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484257808250007, 38.573316327443898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484284742943998, 38.573264322439201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484301961819, 38.5732201335721 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484317460027995, 38.573175524426603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484460281675993, 38.573217700028302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484330820460002, 38.573140254364702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484350027484993, 38.573107575198499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484481830706997, 38.573167895308202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38671", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487933331982006, 38.565168216764299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38672", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487797996254997, 38.565139528898001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38673", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487966496761999, 38.5650993475668 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38674", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487822555600999, 38.5650806738687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38675", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487995346125004, 38.565037160142502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38676", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487851364991002, 38.565024071863903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38678", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487875913940002, 38.564966333889799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38680", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487903348543995, 38.564903023116401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38681", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488067621238002, 38.564857239176398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38683", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488092129888003, 38.5648050856392 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479970507356995, 38.580153384968497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38939", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479842595394999, 38.580123216768897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479862745123995, 38.580073546243099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479889784388007, 38.580011452662902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480033141603997, 38.580015057859299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479916823606004, 38.579949359076302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480060180698004, 38.579952964239197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479943862783003, 38.579887264582503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480087219745002, 38.5798908706128 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479970901906, 38.579825170983099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480107041737995, 38.579852436364703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38182", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490014556656007, 38.563783549458897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38185", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489905084344997, 38.563678376543699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38186", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490059718878001, 38.563679333593498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38187", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489930891390998, 38.563618825676599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38188", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490082299936006, 38.563627226104501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38189", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489947230517004, 38.563573934818102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484499572860997, 38.573119560111799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484619686106996, 38.572842897026099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484487116329007, 38.572812178935301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484646520235998, 38.572780605048898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484513960174993, 38.572748397848798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484673354311994, 38.572718313966298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484536946768998, 38.572693535578203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484694399708005, 38.572669399754503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484582929468004, 38.572582320982299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38687", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488142408955994, 38.564699864313603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38688", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488004582917, 38.564676932313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38691", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488190413572994, 38.564593210393198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38692", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488057828492003, 38.564553757558699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38695", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488235547279999, 38.564489894195702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38696", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488106765438005, 38.564436148384999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38697", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488257419861995, 38.564435998346099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38699", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488285013326006, 38.564377660236801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38700", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488152808565999, 38.564325228166702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480024817746994, 38.579706239771497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480154719579005, 38.579742332899698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480052062431994, 38.579643322755899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480180837464999, 38.579685511670299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480209234897998, 38.579626921398003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480106551651005, 38.579517489606303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480235379766995, 38.579566542634801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480133796185001, 38.579454573472098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480261562333993, 38.579500826219402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480161040677004, 38.579391656430701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484742300546998, 38.572555215269396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484769134459995, 38.572492923263603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484636597546995, 38.572457737038199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484813920644001, 38.5723922311347 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484838108586004, 38.572336390372499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484704799330004, 38.572308869222397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484862297636994, 38.572280549610397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484730567547004, 38.572242064392803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484886485504006, 38.572224708838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484906805451004, 38.572179276029999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38705", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488422673263003, 38.564033845041102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38706", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488288605704994, 38.564020915527301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38707", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488447404395998, 38.563978751886303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38708", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488306157786994, 38.563974726660199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38709", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488469240726005, 38.563930348606 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38712", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488349886674001, 38.5638701015123 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38713", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488523032903004, 38.563811247210701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38716", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488405164701007, 38.563742071643198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38717", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48856961493, 38.563705518377901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39014", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482481000180996, 38.574370147348802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39018", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482527213319003, 38.574253385958201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39019", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482391404466995, 38.574232781585003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39021", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482420066059007, 38.574166810913503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39022", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482577371434004, 38.574137937672603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39023", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482448728744004, 38.57410084024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39024", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482602449859996, 38.574080213068598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39026", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482627529393, 38.574022488464202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39027", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482503707779998, 38.573979564014202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39028", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482652607732007, 38.573964764750002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39029", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482525493555997, 38.573924237309797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38217", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490834659292005, 38.561559307939099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38219", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490868377200002, 38.561483849398599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479865153155004, 38.583829136884901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479891994132004, 38.5837668856555 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479916884735999, 38.583712071573402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38232", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479937980930004, 38.583657240442001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484787688073993, 38.572123372298996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484927134974996, 38.572132354078398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484809630130997, 38.5720610179714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484945567595005, 38.572085423683198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38469", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484835269116999, 38.572012083638199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484967795098996, 38.572038509268502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485094385295994, 38.571748611512596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484956184667993, 38.5717133418961 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485119342374006, 38.571683450731101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484984902196004, 38.571652665422597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485151888017, 38.571618323695397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38721", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488610008362002, 38.5636102414175 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38722", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488486536820005, 38.563564045577799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38723", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488635475297002, 38.563552664998802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38725", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488658055472001, 38.563500660481502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38726", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488538150333994, 38.5634451777902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38729", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488707533210004, 38.563389968733603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38730", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488588406100007, 38.563317367984297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38731", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488730114429003, 38.5633379642072 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38732", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488615658916004, 38.563254589573901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38733", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488755580022001, 38.563280387756897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39125", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483992525865006, 38.570859315160497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39127", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484016183305997, 38.5708043307582 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39131", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484063499233002, 38.570694361043302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39133", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484087156564001, 38.570639376626403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484114734529001, 38.5702567498045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479964821772995, 38.583594990096302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38236", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479991632308995, 38.583537205355299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38237", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479849434311006, 38.583524290071303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38238", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480014570150004, 38.583489828396502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38242", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480058695943001, 38.583386341418503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479925913670002, 38.583331183103603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38244", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480090199969993, 38.583320932720099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38246", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480114007848996, 38.5832703821848 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479980405356997, 38.583205428397697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38248", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480137847104999, 38.583215364236999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480007651129, 38.583142551035003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38250", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480161687464999, 38.583160347190102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485011734712998, 38.571590490472403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485184443212006, 38.571551705708799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485205552680995, 38.571493974612103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485059644512006, 38.571475052751602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485228590069994, 38.571431783636001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38487", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485249633866999, 38.5713829855342 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485111400475006, 38.571352184403501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485160879662999, 38.571240902253102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485317532026002, 38.571230708822398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485188115734005, 38.5711781020334 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39061", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483004742424001, 38.572831970629203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483082014426003, 38.572949426023101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39063", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483031575400005, 38.572770032166503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483147437016001, 38.572794858434897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39072", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483151131927002, 38.572478254644103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39074", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483178167722002, 38.572415846785603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39076", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483205203476004, 38.572353438019803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38251", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480034896852004, 38.5830796736658 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38253", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480062141380003, 38.583016796285001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38254", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480209366940002, 38.583050311274697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38262", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480209588867993, 38.582685942634797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38264", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480234444868003, 38.582635634617901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485339434804999, 38.571180219035703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48521535175, 38.5711153027083 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485363265497995, 38.571125268465998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485271752732999, 38.5709852432662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485410927912994, 38.5710153682179 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485298988609003, 38.570922443020301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485434705933997, 38.570967864214303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485448965171003, 38.570924785442898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485563722243995, 38.570650517401198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39079", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483380170920995, 38.572295958892397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39080", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483259273681, 38.572228622265698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39081", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483407206446003, 38.572233550980201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483281699198997, 38.572176868533496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39083", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483422782323004, 38.5721888819387 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39084", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483306378191003, 38.572126903226298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39086", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483340248950995, 38.572039735852897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39088", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483367692843998, 38.571976074822899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39089", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483499995846998, 38.572020377642197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39090", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483395137841995, 38.571912412890697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39091", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483528657953997, 38.571948681503599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39092", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483422581642998, 38.5718487509467 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39093", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483559533714995, 38.571884112321101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480280385279997, 38.582532025974899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480299549706999, 38.582481693295698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480322542107999, 38.582426910247101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480397492215999, 38.582237783481098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480424736968999, 38.582174944756403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485431171336998, 38.570619760818502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485594315624994, 38.570592787842102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485458003356001, 38.570557547026503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485615411739005, 38.570536505255603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485488649331003, 38.570492371815099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485665217253, 38.570420997335603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485538508716999, 38.570369417373499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485563378137002, 38.570316130832602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485718879538993, 38.570296569631303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485588280886006, 38.570258375985397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484141767219, 38.570194538107998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484303506393005, 38.570164238182599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484325980525, 38.570105563777801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484182056761, 38.570094959511898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484353012979994, 38.570043351130899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484209089337, 38.570032746898598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484377767359007, 38.569982907602103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484236120719004, 38.5699705342738 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484400164223999, 38.569934908469499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484263153201994, 38.569908321647702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480451981665993, 38.582112106925997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480479226322004, 38.5820492681883 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480533769711997, 38.581916145022198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480803149804004, 38.581657157178398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480826695589002, 38.581608567478199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480694195040996, 38.581573258957697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485771010983001, 38.570185810718598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485641914596002, 38.570144121118297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485795021767004, 38.570130141045503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485669356575002, 38.570080498283303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485815185207997, 38.5700818992905 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485698769335997, 38.5700064581169 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485835317560998, 38.570038126744102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485726210063007, 38.569942835263099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485857356302006, 38.569992872577998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485781091370995, 38.5698155895357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485907210004996, 38.569890476425201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38539", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485931220590004, 38.569834805822701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480418822936002, 38.579127039072603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480286322408006, 38.579093490415303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480443722982997, 38.579074747435797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480311235502995, 38.579039419593201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480470967339997, 38.579011791583603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480338478815, 38.578976463766999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480498211647998, 38.578948835725001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480392967590006, 38.5788505521055 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480538960318995, 38.578842432527601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480420211904999, 38.578787596265002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480554717207994, 38.578800774572201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480447456172996, 38.578724640418002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480721643539994, 38.581509794054099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480881593483005, 38.581481636706101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480749091996003, 38.581446328243203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480909041779995, 38.581418171758003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480776540397997, 38.581382863326397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480803988749997, 38.581319398403103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480825658976997, 38.581267821926502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481015164729996, 38.5811886728236 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480878270613999, 38.581160569109002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481038470613001, 38.581134682028697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486034550645002, 38.569566710874803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485896398728002, 38.569533166896001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486042781454003, 38.5695467015613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486052432932993, 38.569523661631102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485923430726999, 38.569470797130798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486060192498002, 38.569503278153597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485944706731004, 38.569417336894197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486083964787994, 38.5694327029234 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486092196708995, 38.569412694512202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39094", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483450025395996, 38.571785088996101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39095", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483588195693997, 38.571812417969298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39096", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483477469093003, 38.571721427939799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39097", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483616831871998, 38.571744280237198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39099", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483640883741998, 38.571683239136398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39105", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483760255508997, 38.571411006037998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39106", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483627847167995, 38.5713755246259 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39107", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483780413491004, 38.571359477233003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39108", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483654880426002, 38.571313351781598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39109", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483802835514993, 38.571307957619602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480897241674, 38.581109257091697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481061776459995, 38.581080691228998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480918100140997, 38.581059441815903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481085083414001, 38.5810267013307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480942761356005, 38.581008153501699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481108389190993, 38.5809727105215 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481131696080993, 38.580918719712798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480988303714, 38.580904073431803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481155001787002, 38.580864728894099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481014928094993, 38.580843857905101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486099487017995, 38.569388154011897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486106302937003, 38.569367022201099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486016752663005, 38.569239183719901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486146619739998, 38.569273887171398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486152454950997, 38.569253807756603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39031", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482544987048001, 38.573872458898698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39037", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482676044829006, 38.573566014407902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39039", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482699653875997, 38.573516543542802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39041", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482725569175003, 38.573461744261898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39043", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482756105272998, 38.573394513422102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39044", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482880214785993, 38.573419290320302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39045", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482788920637006, 38.573325513486203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481260161381002, 38.580551103256397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481139024672004, 38.58051882542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481285036399996, 38.580497975295899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481160082765996, 38.580468657844499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481328989063996, 38.580406583413897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481200229391007, 38.580378739037499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481223239794005, 38.580321134284901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481382512557005, 38.580303321827401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481405448154007, 38.580256140984297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481257759954005, 38.5802222542479 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481427619722993, 38.580212224268301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486560256580006, 38.568350335675902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38578", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486614320727995, 38.568225282324597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38580", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486641352730999, 38.568162755639399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38582", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486671181055002, 38.5681069431214 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38584", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486696422793997, 38.568046497664497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480569981482006, 38.578760253138498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480494372487996, 38.578610978458798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480630951422995, 38.578643847884202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480521413502004, 38.578548492852001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480654612940995, 38.578589172278299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480548454474999, 38.578486006337897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480575495400998, 38.578423519817399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480701933573997, 38.578479821041398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480602536272997, 38.578361034191403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480725593829007, 38.578425146316498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480629575956002, 38.578298547652999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481475199480002, 38.5801155242766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481351501830005, 38.580054031709402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481502929635994, 38.5800470847987 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481378821262993, 38.579980690441303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481530583961998, 38.579989071056502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481425698403996, 38.579857801847702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481451000381, 38.579800832537998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481613740319006, 38.579788224464401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481482049972001, 38.579736443951901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38590", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486770602472006, 38.567882013794502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486795360707006, 38.567822718419897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486815802120006, 38.567770105674398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38596", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486836196447996, 38.567724194489003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "16:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38604", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486983760841994, 38.567361288017601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38605", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486856987454004, 38.5673215830111 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39110", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483681913644006, 38.571251178029897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39111", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483822967698003, 38.571259986334802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39112", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483708946814005, 38.571189004271801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39113", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483843112719995, 38.571210236733101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39114", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483735979930998, 38.5711268314083 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39115", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483870145734002, 38.571148062937397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39116", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483763013007007, 38.5710646576375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39117", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483897178701, 38.571085889135297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39119", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483921552168994, 38.571024269233597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39123", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483968868386995, 38.570914299557799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38362", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481756894843002, 38.579456015434303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481620578239998, 38.579425140405 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38364", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481778360419, 38.579404947774698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481642033083006, 38.579375561905202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38366", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481809376222998, 38.579344987761203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481669245190005, 38.579317072278897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38368", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481828966299005, 38.579290932431199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38369", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481690699965995, 38.579267493769997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38370", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481856221479006, 38.579226487123996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38371", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481717943296005, 38.579204537624598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38372", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481885415798004, 38.5791560928565 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38606", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487009712890995, 38.567306672643703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38607", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486878617106996, 38.567274766488303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487031324081002, 38.567262090235403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38609", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486898829615001, 38.567226827468197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486926267645998, 38.567163281801903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487086199871996, 38.567135000635098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487113637700006, 38.567071454924303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38615", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486981143547993, 38.567036192251301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487141076621, 38.5670079101128 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38617", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487008582572997, 38.566972647471097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487181624978007, 38.566914274858398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38621", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487078311109002, 38.566847816482401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482892492670004, 38.573369767897503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39047", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482819457771001, 38.5732582817338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39049", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482840890473994, 38.573196347115598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482932012513004, 38.573283456501898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482953134748001, 38.573241704175402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482969686581995, 38.573205269247602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39055", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482924244364, 38.573017785984298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39057", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482951077479996, 38.572955847540598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483016682952993, 38.573091539079698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39059", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482977909401995, 38.572893909085401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483051647370999, 38.5730160441911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38374", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481906870375994, 38.579106514307298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38375", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481772429809993, 38.579078625314402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38379", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481818087538002, 38.578964330169597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38380", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481974629468993, 38.578955787531598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38381", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481845127526, 38.578901844253998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38384", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482021896538996, 38.578853883240299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38385", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891478528993, 38.578796198093201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38386", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482043637225004, 38.578802178027701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38387", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481912729881998, 38.578747089802803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38388", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482061529703003, 38.578757902409897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38389", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481934001694995, 38.578695002333603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487205097176002, 38.566860112416997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38623", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487105136872998, 38.5667859158021 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38624", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487228570484007, 38.566805949975802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38625", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487131963729993, 38.566724016021503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38626", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487252043764002, 38.566751786628998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38629", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487185616164993, 38.566600215535402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38630", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487298990203996, 38.566643461722599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38631", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487212442889003, 38.5665383148351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38632", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487322462229002, 38.566589298356298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38634", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487338701951003, 38.566551857835201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479482515602996, 38.581287990882501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479354569986995, 38.581247401323601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479507647044997, 38.581231553653303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39003", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482202356330006, 38.574684394610799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39005", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482224835034003, 38.574625525130003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39007", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482249554351, 38.5745702224079 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39008", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482406817054994, 38.574539612274201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39009", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482274300596004, 38.574511362158397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39010", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482433841380995, 38.5744789829049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39011", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482303591475997, 38.574450743856602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39012", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482456294027003, 38.574423670005402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39013", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482326044214005, 38.5743954309823 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38390", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482088951836005, 38.578707710888601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38391", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481961052293997, 38.578631027256101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38392", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482108869919003, 38.578645571428503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484135064894005, 38.573956729132099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484008402098993, 38.573913816156399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484163499576994, 38.573894284938 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484019558751001, 38.573879591256997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484034971113005, 38.573846896128998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484190025377998, 38.573833320513401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484051841208, 38.573809717425299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38638", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487471854936004, 38.5662501073801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38639", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487329284596001, 38.566224958095702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38640", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487493765096005, 38.566190337088599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38641", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487352642920996, 38.566161842907803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38642", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487517098053004, 38.566130572191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38643", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487378836537999, 38.566099857384302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38644", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487546129150005, 38.566069715405199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38645", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487413591136004, 38.566034558430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38646", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487572327034002, 38.566008864987801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38647", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487439793918, 38.565974797248302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38648", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487597096428999, 38.565950228951898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38649", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487464554238002, 38.565917278312298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38650", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487620402849998, 38.5658971719958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38651", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487489298463004, 38.565861994425298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479068183820999, 38.568170937346103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479222034957004, 38.568141575694099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479095629758007, 38.568107472818497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479236876770997, 38.568111402945298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479244220183006, 38.5680902684974 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479123074498006, 38.568044008279301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479257213539, 38.568067143258403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479269969501999, 38.568043211547803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482821285558998, 38.559815188239703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482683328988003, 38.559802296075802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482704317849993, 38.559747073891998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482900735271002, 38.5596432970748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482924387596, 38.5595886218846 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482948039890999, 38.559533945788701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482971692150002, 38.559479269687998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482995345513004, 38.559424594488299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41987", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482860018669996, 38.559387586447301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476332819530001, 38.574823608517697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476228096720007, 38.574712832465998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476242704935004, 38.574681854534099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476356306734999, 38.574769036592201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476379793910993, 38.574714463760898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476516289703, 38.574387519265997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476385626327996, 38.574352155489102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476539867341998, 38.574334503562902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476407396593999, 38.574300543343803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476561596080998, 38.574288535323902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479250463561996, 38.567743479917198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479268199073999, 38.567696670697998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479321871611006, 38.567572089203303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479348708383, 38.567509798449102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479375545107999, 38.567447507688598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483018997699006, 38.559369918377797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41990", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483042649848997, 38.5593152422624 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482908588385001, 38.5592766993949 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476583324792003, 38.574242567080901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476610570134994, 38.5741796905073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47647811, 38.5741443187095 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476637815429001, 38.574116813927198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476505355396995, 38.574081442160598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476665060675003, 38.574053937340601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476713144366002, 38.573943303778599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476582352132993, 38.573899948677301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476737160720006, 38.573888012550597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476761178177995, 38.573832722223699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476637246468002, 38.573773569424098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476785194458003, 38.5737774309857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476809210694, 38.573722140643397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476692141756999, 38.573647190149899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476833226899998, 38.573666849395302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476719588750996, 38.573584000950703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476857243062, 38.573611559043002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476747035697002, 38.573520811744999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476984918824002, 38.573315127185602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476854209015997, 38.573277098864601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474148731491994, 38.579873503580203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474019888838995, 38.579833912129402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474038431585996, 38.579786988440901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474189455184998, 38.579774027660001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477009940604006, 38.573255690010399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477036781248003, 38.5731934385351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476906052087998, 38.573158232696002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477086783212002, 38.573080209893902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476954257174995, 38.573044995090598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477113623723, 38.573017958400598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476981096635001, 38.572982744523699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477140463034004, 38.572955707796801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477188478702004, 38.572846011568899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472959437783999, 38.579160209872597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473015460585998, 38.579047016669101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472882731663006, 38.579006807155402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473038593574998, 38.578993541984602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472909170278001, 38.578945693521298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473061726536002, 38.578940066394601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472935607707001, 38.578884578975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473107992340005, 38.578833117002297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472988483571001, 38.578762350770198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473131125197, 38.578779641398398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474056985855995, 38.579738653996301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474217112221993, 38.579710212068697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474084641849998, 38.579674838431401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474244768061993, 38.5796463964654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474272425, 38.579582580860801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474139954837, 38.579547207286801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474300080739994, 38.579518765244302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474167611831007, 38.5794833917071 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474356125428997, 38.579405154385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474379432728995, 38.579351577526197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474213711763994, 38.579357038496902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477061392240998, 38.572802392656598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477213563692999, 38.572788081837601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477090059909003, 38.572736188176798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477238647489997, 38.572730152996499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477118728671996, 38.572669983695 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477263732392998, 38.572672224155099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477288816108, 38.572614295303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477176063743997, 38.572537574699602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47731390093, 38.572556366450698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477204732347005, 38.572471370196297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477342621163999, 38.572492809884501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480334208773996, 38.565568764419801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480207229528006, 38.5655276980266 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480357942647004, 38.565521078367802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480229216835994, 38.565472950131003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480385383268995, 38.565457888291597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480252990707001, 38.565419621058702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480414601308993, 38.565397528699201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302399170995, 38.565304505521901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473404525549, 38.578126730077699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473268437867006, 38.578105155201698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473427950235006, 38.5780781250945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473482729970002, 38.5779701773479 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473346478311001, 38.577934008176598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473511708206004, 38.577911141788299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473378909589997, 38.577857457792199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473537165463, 38.577852091110799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473409549747998, 38.5777850433807 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473562664610995, 38.577787513611803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473586331882998, 38.5777325998138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473463646422005, 38.577659525934401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474399102820996, 38.5793036273718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474240442376001, 38.579283108821102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474432948441006, 38.579221814668898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474302891842001, 38.579135287563197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474456255622997, 38.579168237794399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474329539104005, 38.579072644833701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474479563925001, 38.579114660019499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474502829461002, 38.579066727069602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474624171105006, 38.578774986103397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474493489322995, 38.578729938196801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477475465048997, 38.5721766333413 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477350291066003, 38.572132755807097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477503927528005, 38.572111094499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477376904915005, 38.572074264477898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477532357805998, 38.572049788821701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477399892484001, 38.572019990088897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477591049687007, 38.5719229532951 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477449532796001, 38.571901579502097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41566", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477619511959006, 38.571857414424201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477477995189005, 38.571836040666099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477506457529998, 38.571770501822897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480460372368995, 38.565288039989099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480329839757999, 38.5652413154586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480535095880995, 38.565110019308101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480402357829007, 38.565068377733098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480558575179003, 38.5650556519196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480429191574999, 38.5650062434772 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480582054441996, 38.565001284526197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480456025273995, 38.564944109214899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480629012858998, 38.564892549725101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480509692525004, 38.564819841572501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474643764153001, 38.578721090536199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474516697650003, 38.578673238351101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474668758028002, 38.578665809568697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474539905946997, 38.5786165375998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474566657801006, 38.578566907855198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474720609805999, 38.578546788540002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474593501998996, 38.578504579472401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474745574685997, 38.578495740742099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474620347303997, 38.578442250187699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474768803529997, 38.578436216626301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474826943611006, 38.578325542066601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41573", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477564685998999, 38.571650978604502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477717187302005, 38.571639855097601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477740493062001, 38.571585796491597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477617957679001, 38.571527415887402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477763799928994, 38.571531738786902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477644592876004, 38.571465634516997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477787105619001, 38.571477680171398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477671229167996, 38.571403854046501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477810412420993, 38.571423621556299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477697864272997, 38.571342072663697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477833718040003, 38.571369562931302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480652492008005, 38.5648381832182 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480536524935999, 38.564757707286297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480675971126999, 38.564783815805598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480794271012002, 38.5644906044352 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480674306853999, 38.564443045715002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480810495331994, 38.5644550557301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480697841866004, 38.564390595658701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480825074226999, 38.564415560018297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480725378711995, 38.5643266960288 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480838061032003, 38.5643815030881 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480852844664, 38.564347455116497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473609999119006, 38.577677686011 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473490695261006, 38.577596767204398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473633666325, 38.577622771302401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473619576654997, 38.577295967005099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473770356697003, 38.577297272300299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473786441882993, 38.577264186078601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473645077897999, 38.577242578645901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473799459088994, 38.577232848966297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473813773615007, 38.577201135768703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473672409746001, 38.5771795283693 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474685354068001, 38.578277975530902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474850784528996, 38.578270628802002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474712601755996, 38.578215217422098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474876444529997, 38.578212901272003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474767096994, 38.578089700284202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474925966068, 38.578097438038498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474794344537003, 38.578026942155901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41365", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474949807981005, 38.578042524758501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474821592040001, 38.5779641831204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477978864042996, 38.571039587315703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477830113422996, 38.571022449810897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477984217534001, 38.571020434955102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477989795568007, 38.570995060207501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477850042727994, 38.570976552497797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478002420851993, 38.570964651492503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478011603222996, 38.570937882191899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477869982338007, 38.570929243521498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478029663111997, 38.570901853857897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478038825970003, 38.570877906077897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480769571856996, 38.564224797388398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480797152470998, 38.564161172711799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480928052837996, 38.564182194870398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480879303677, 38.56399276978 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480917221924997, 38.563916457255097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480947993826007, 38.563834466747501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481003918805996, 38.563701507238697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473974511101005, 38.576805327169097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473988793752994, 38.576777758835199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473845258950007, 38.576755734573403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473996384966, 38.576754789808803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474012458594999, 38.576723084579903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473872305084996, 38.5766932505176 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474023578556995, 38.576698749607701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474036123401007, 38.576668410319598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473899351171994, 38.576630766455501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474043713439997, 38.576645441284903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474059788163999, 38.576613736955402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473926397219003, 38.576568281486097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474072700229001, 38.5765852650906 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474083454045001, 38.576559062690599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473953443211002, 38.576505797411201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475105417917007, 38.577677749800301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41373", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474969251033002, 38.577650923429402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475127190422, 38.5776259415045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474996500545004, 38.577587850850399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475154439785001, 38.577562868888201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475014637201994, 38.577541671110701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475031018199005, 38.577489838383201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475058267595003, 38.577426765789397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475227148661006, 38.5773806658569 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475085516942997, 38.577363693189199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475252536089002, 38.577326052313403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475112766235995, 38.577300621483303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477924467029993, 38.570803646506398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478096874521995, 38.570756558369702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477951709302999, 38.5707408479891 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478109510037001, 38.570724738884202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478122339116993, 38.570690929286499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478160918081002, 38.570611152166698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478030100555003, 38.570553932848703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478061033849002, 38.570478020369798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478197679447007, 38.570518794817502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481268933113, 38.563414330615998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481296172479006, 38.563351296183299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41869", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481350648778005, 38.563225226387601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481218172791998, 38.563189937333199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481377886852002, 38.563162191930402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475294441147, 38.577222054358401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475318077645994, 38.577167372504803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475192309785996, 38.5771192800892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475341714109007, 38.577112690646402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475219322811, 38.577056786564803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475365350211007, 38.577058052925501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475246400255003, 38.576994266299401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475389039293006, 38.577003384809601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475273473889999, 38.576931789253599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475412728330994, 38.576948717589602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475300546330004, 38.576869312196202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475436417340006, 38.576894049463803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478210477480999, 38.570489219288298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478095612697004, 38.5703950675898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478219741806996, 38.570460639537103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478234317334, 38.570433893628199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41622", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478245368333006, 38.570406731832897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47825815601, 38.570378567057197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478146498577999, 38.570270002893501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478270994813002, 38.570352825023697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478281995789999, 38.5703232413872 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478162814851004, 38.570226479320297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481272650245998, 38.563063868479801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481432364002998, 38.563036123001901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481477639011004, 38.562917734415201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481355719402004, 38.562878876604799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481501115371003, 38.562863573132603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481382548637995, 38.562816977247302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481548067982999, 38.562755250552897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481571544234995, 38.562701089255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473826780611006, 38.577171179682999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473841105298007, 38.577138085452198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473855872721998, 38.577108136463501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473868436939995, 38.5770750342284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473725353627998, 38.577047892972402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473754394813994, 38.576991758530099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473954343268005, 38.576862779459297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473965127732995, 38.5768324321796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473818212761998, 38.576818219523602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475559381005993, 38.576605914875998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475445102639, 38.576539618992697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475452479162001, 38.576514252512901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475585998545995, 38.576547192434802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475464489, 38.576486507035199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475477290385996, 38.576456931816402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475608967591995, 38.576495507488303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475492892204997, 38.576429203511502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475503884898004, 38.576401030900499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475635605796001, 38.576433962617898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475517743713993, 38.576366238866299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475528726015995, 38.576339477011402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478440425491996, 38.569950653169002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478300574933996, 38.569937926612702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478450806794996, 38.569926545982902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478460040442002, 38.569892721050103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478321958327996, 38.569884234902901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478477644066999, 38.569864412183897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478486827273002, 38.569837641949398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478345147843001, 38.569829140523197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478504481293001, 38.569802278378603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478515471776007, 38.569774105478601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478371985164003, 38.569767007649503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478531317317007, 38.569740145462703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481468511944996, 38.562620016326598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481500815714, 38.562546853224397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481609386160997, 38.562609658209396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481629196957002, 38.562565357922502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481742739970997, 38.562277533291102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481633475989, 38.562257967494197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481660917935997, 38.562194266320503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481804770951001, 38.562155808808498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481688359828993, 38.562130566041198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481833940056006, 38.562101993666502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475662242813996, 38.576372416835099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475546137598002, 38.5763103469939 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475555333105007, 38.576282166236403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475688880926, 38.576310871952302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475572774645997, 38.5762488012316 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475580202960003, 38.5762163791494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475715517851995, 38.576249326157097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475766003524996, 38.576136911972398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475629565337996, 38.576114886920301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475644163731005, 38.5760853198231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475813329513997, 38.576027632095901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478542307780003, 38.5697119725601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478556336840001, 38.569680825968703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478565489052997, 38.569658288905401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478425658530995, 38.569642740076198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478581312776996, 38.569627150395199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478592272265004, 38.569603210665399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478643063820002, 38.569517710042199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478657659614001, 38.569488142561802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478503296040003, 38.569464569841799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478668748391001, 38.569455611548598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478679759379006, 38.5694246162141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481861381765, 38.562038292445102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481743201325003, 38.562008809395898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481888792679996, 38.561978825296997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481910781305999, 38.561923567187897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481792572592994, 38.561898316477397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481843049953, 38.561787171736 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481985975794998, 38.561760924217801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482012228561999, 38.561698956372197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481894674949999, 38.5616680726826 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475836993605995, 38.575972991705001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475701605645, 38.575941618374003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475718042588994, 38.5759064154717 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475860656513007, 38.575918351304097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475730519284994, 38.575869303648503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475750571212004, 38.575831294601002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475884319377002, 38.575863711799101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475772066955003, 38.5757899902991 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475907982211993, 38.575809071388399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476037848632004, 38.575510610836702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478526973993993, 38.569397404700901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478690808044007, 38.569397729140498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478701809846996, 38.5693681454688 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478712879110006, 38.569338436875199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478723879746994, 38.569308853196297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478590538039001, 38.569258913196499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478736745969996, 38.569279151791697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478749534399, 38.569250986966402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478617778851998, 38.569195996502103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478755201267006, 38.569222663945901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478767999984996, 38.569193088359597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478645020757, 38.569133080707303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478779078358997, 38.569161968094697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478790078941998, 38.569132384409301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482059259379994, 38.561586286210002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481951774367005, 38.5615377080643 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482081844470997, 38.561534180275402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481979454612002, 38.561468289888303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482104430676003, 38.561482074341498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473014920864003, 38.578701236205603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473154258012997, 38.578726166690501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473281746159998, 38.5784208569304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473149319479006, 38.578379953599303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473299910007995, 38.578369464083401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473174566124001, 38.578323065997502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473326927212, 38.578311201626299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473196250968996, 38.5782716891893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473355775092998, 38.5782432763556 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473379280304002, 38.5781836177351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473241391239995, 38.5781675616402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476056216876003, 38.575459923894698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476081817346994, 38.575403624657703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475940159961993, 38.575396433945897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475952981687996, 38.575364036255898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475982342294003, 38.575285175769501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475965864157999, 38.5753260235456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476136716029004, 38.575276932143296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476006123754999, 38.5752316917279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476031693383007, 38.575176773438102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476164166440995, 38.575213586331799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476191615662998, 38.575150239607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478912100182001, 38.568863384369202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478776036026005, 38.568834974582799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478939137170002, 38.568801134248098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478801255544994, 38.568775538821299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478962506914996, 38.568748745052901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478855308991001, 38.568653860142298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479005642090002, 38.568645361231397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478880558151999, 38.568590191180398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476097469655002, 38.575026101438098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476112109084994, 38.574990889445402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41468", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476238871491006, 38.575041897078002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476124384013005, 38.574953855045798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476133568757007, 38.574927085000198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476149419457997, 38.574892889291199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476160390931, 38.574867539035097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476285846159001, 38.5749327523597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476172615145998, 38.574837561130998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476183565884995, 38.5748150323898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476309333436006, 38.574878180443697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476197607920994, 38.5747822392958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476214054710994, 38.5747456255638 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478907574456002, 38.568530762584402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479059715690994, 38.568520860938797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479138588447, 38.568359524610401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478985849159997, 38.5683613309047 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479155270787004, 38.568323716031401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479166260784993, 38.568295543068999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479013294096006, 38.568297866391703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479181257158004, 38.568244205339099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479192514280001, 38.568212604760703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482702912527003, 38.5600740212586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482579445390996, 38.560045671271801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41966", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482734785321, 38.560004736959698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482768445703996, 38.559936872347102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482628743335994, 38.559916915588701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472800703770005, 38.579520116441202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472670069383, 38.579472352289301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42131", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472824750778997, 38.579468641448898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472692304906005, 38.579427777155701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42134", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472716320177, 38.579380447070903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472876463199, 38.579351890858597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472904121826005, 38.579287997205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472771636543001, 38.579252659828398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472931779256001, 38.579224103539502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472799295225002, 38.5791887661997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477459489645994, 38.579162251059799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477289664566996, 38.579126613384098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477512685883994, 38.579034579948797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477342810842998, 38.579002666433801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477536525149006, 38.578979641808402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477370055525995, 38.578939879768399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477560363224001, 38.578924704558801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477397300155005, 38.578877093997399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47758420241, 38.578869767309399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477424544735996, 38.578814308219798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477608048128005, 38.578814559815498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477444319677005, 38.578760831926502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481856471702002, 38.565489203520201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481738337018001, 38.565434309989001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481881991991003, 38.565433182848302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481905295456002, 38.565378883773 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481791600812997, 38.565310196711103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481928597744997, 38.565324583786897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481945211972004, 38.565280639406502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481833754269999, 38.565198148939203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481968514198002, 38.565226339412298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481851480651002, 38.565148168133597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481991817530002, 38.565172040319503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481873615417001, 38.565098206157899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477631559640997, 38.578759535492701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47746646265, 38.5787052645247 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477655071117994, 38.578704511165199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477486226384997, 38.578655189962198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40221", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477744185112002, 38.578425154858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40223", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477771631582002, 38.578362160903097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40225", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477799077995996, 38.578299167842403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477673952800004, 38.578228794640999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40227", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477826525515994, 38.578236173879397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477701399256006, 38.578165800702401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478374617968001, 38.5735553155654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478383839391, 38.573529823883902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478240489450002, 38.573505675257501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478432393017002, 38.573419483628598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478294568075995, 38.573381174431297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478448373416995, 38.573386971971999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478461218814004, 38.573360078599499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478319790693007, 38.573320334284801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478473575159001, 38.573328969525299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482010648455002, 38.5651263743257 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482152758859996, 38.564830162750901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40999", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482015903184006, 38.564798182044598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41000", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482178199399002, 38.564768148889897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482034669588998, 38.564744791465102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41002", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482201382160994, 38.564713028499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41003", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482057863568997, 38.564686243238597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482224582973004, 38.564652728025102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482252214938001, 38.564588986120299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482115333107004, 38.564558769369398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482273146393993, 38.564537329505001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40229", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477853971833994, 38.5781731808055 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477728818792997, 38.578106476891797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40231", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477881418110002, 38.578110186824098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40232", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477751524837004, 38.578052635393497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477908864336996, 38.578047192836202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40237", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477824060933997, 38.577901976702698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40239", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477851067366998, 38.577839481643601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40240", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477991926304, 38.577857195180798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40241", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477878072611006, 38.577776985672102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40242", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478020270927999, 38.577797028630201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47790511593, 38.577714455631998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40758", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478391192269001, 38.573149015266701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40759", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478550219312993, 38.573160218163601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40760", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478562491380998, 38.573135448315199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40761", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478419859417002, 38.573082888838698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40762", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478570599552, 38.573109638092397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40763", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478581027434998, 38.5730826689529 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40764", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478448525364996, 38.573016762398197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40766", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478606109731004, 38.573024807380797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40767", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478477191259998, 38.572950635950697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40768", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478618033130999, 38.5729858720481 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40769", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478505858248994, 38.572884509501201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41009", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482142965134003, 38.564495027490601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41010", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482294101779004, 38.564482212646602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482346910630994, 38.564376132146499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482213236820996, 38.5643316118963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482370213249993, 38.564321695138801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41018", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482393516987997, 38.564267257230597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482266501248006, 38.564207183995002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41020", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482416819535004, 38.564212820213498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41023", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482319765483993, 38.564082756969903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41024", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482463425671995, 38.5641039461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40245", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477925078097002, 38.577664787294999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40246", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478070103020002, 38.577667559224899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477947376795001, 38.577615130391997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40248", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478098489063996, 38.5776092414836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477969690031003, 38.5775636393235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40256", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482094633632997, 38.568388484665299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40258", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482130147353004, 38.5683100105432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40260", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482158530069995, 38.568248017955099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40770", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478634570197002, 38.572952067383099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40771", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478644976696003, 38.572928017949998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40772", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478534524037002, 38.572818383039298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40773", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478654950324, 38.572901486395999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40774", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478666329001996, 38.572871600821799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40776", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478679531631997, 38.572843224355601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478826630037005, 38.572515742958302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478672316708995, 38.5725206670052 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478836428199997, 38.572487764658803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478849864531995, 38.5724592676046 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41025", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482346398109001, 38.564020543000098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41026", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482486729260003, 38.564049509143899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482499708392993, 38.5640178150501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482633546214004, 38.563727285709099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482496588846004, 38.563697248342798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41034", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482658530132994, 38.563671006617902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41035", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482519380103, 38.563639229754997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41036", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482681297303998, 38.563616449138301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482546618445994, 38.563576037371298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482701834050999, 38.563565342032398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482729072197003, 38.563502150506501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40262", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482186952700999, 38.568180519255002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40266", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482212845922007, 38.568124280358603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40268", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482231947762003, 38.5680530724009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40270", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482260356927995, 38.567987408750597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40272", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482283985891002, 38.567936402032103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40274", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482310018771003, 38.567876233124601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40276", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482338389006003, 38.567816073763503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40278", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482362111034007, 38.567752224254797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475022079800993, 38.581322520152597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478700578547006, 38.572455127870803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478864670915996, 38.572424820884301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478878145153999, 38.572391131225103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478728840339997, 38.572389587828603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478894586151995, 38.572359288245799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478908069838994, 38.572324301333701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40792", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478757102079996, 38.572324047779396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478921213087006, 38.5722911444118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478934687272996, 38.572257454746101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478951156652002, 38.572221718208297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478964630817003, 38.572188027638198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478813625406005, 38.572192967660101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478841886991006, 38.572127427589997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483234568284999, 38.561942558981897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483387664687996, 38.561962409910102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483260178918997, 38.561883086179101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483410074030999, 38.561910371404203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483285790658002, 38.561823613375701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483432483342, 38.561858332893898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482880587568005, 38.566243152401597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482905663444996, 38.566183462870001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482928456273001, 38.566116424425701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483078784583, 38.566117754423203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482953571940996, 38.566051232381497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482973935432, 38.565997026267397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474845133578995, 38.581274433153503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475050608947996, 38.581268531704801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474871978831999, 38.581212222728098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475066906551007, 38.581217226519797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474891744196995, 38.581163672024502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475120596585995, 38.581092804659001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474934767231005, 38.581066587346697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475147440388994, 38.581030593263399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475168065670005, 38.580982752715499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474976093785997, 38.580962646337603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475223476965994, 38.580876266469602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479030935571998, 38.572029603260297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479045988311995, 38.571997540499602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479054435245999, 38.571972914646501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478930346287001, 38.571924634714797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479069467857997, 38.571943448178303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479079549415005, 38.5719214260656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478957181596996, 38.5718628152094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479092948515998, 38.571889355857401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478984016861006, 38.571800995697799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479010850937001, 38.571739175273798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482994271156002, 38.565946489380103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483154079043999, 38.565929513950103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483201309647995, 38.565816803677698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483067405141, 38.56579021756 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483091966260005, 38.565719017629199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483257690984999, 38.565697308140699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483116446436995, 38.565658825394898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483283596841005, 38.565630210553103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483143236165006, 38.565602312822797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48333292609, 38.565516187079801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40566", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475247319082001, 38.580821420696303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475271161153998, 38.580766575818799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475318844041993, 38.580656886043798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475342684856997, 38.5806020411462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475366526789003, 38.580547195347997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479139909725006, 38.571781171201103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479037686107006, 38.5716773557496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479148300608003, 38.571755569417398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479163390276, 38.571727078865798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479170107458998, 38.571704065035199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479169015142006, 38.571362307414297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479325130934996, 38.571354252998503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479196056291997, 38.571299586081899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41142", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484001020769, 38.560183535241798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41143", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484168417755996, 38.560141365378698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41144", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484027238701998, 38.560122888409303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41150", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484098692244999, 38.559952082403598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41151", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484275470680998, 38.559891347074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41152", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484125725305006, 38.559889281533898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41154", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484152758316995, 38.559826480657797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41155", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484322815040002, 38.559776386426201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41156", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484179791274997, 38.559763680676198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41157", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484346468311003, 38.559721435279897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483805029248998, 38.564091084024199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40321", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483964804655002, 38.564062925413197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483832267473005, 38.564027774225501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483859505647999, 38.563964464420302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483886743775003, 38.5639011546087 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483913983001997, 38.5638378447957 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483941221031998, 38.563774534971103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475476316032996, 38.580245583169898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475328205498002, 38.580191162697901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475496703412006, 38.580194136095301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475524158024996, 38.580130397657904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475374241675993, 38.580084184346703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475551613736002, 38.580066659219 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475401696356002, 38.580020445938104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475579068249999, 38.580002920768401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475606522716006, 38.5799391823112 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475456606709002, 38.5798929700073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475633977125, 38.579875444748197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479347097515998, 38.571307087123003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479223097395007, 38.571236864743099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479250138449999, 38.571174143397897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479396106156997, 38.5711971989682 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479277179451003, 38.571111422947197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479416475904998, 38.571142235838998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479304220412004, 38.571048701589199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479446823895003, 38.571079531122301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479486608591998, 38.570976033857498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479371200391995, 38.5708795864075 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479510622796994, 38.570920605119603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41158", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484206824192, 38.5597008797874 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41159", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484370122686997, 38.559666485034597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484021311928004, 38.563585934254398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484048136843995, 38.563524348682698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484074962860007, 38.563462763109797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475685015411003, 38.579760352927103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475526266828993, 38.579715732235201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475708323486003, 38.579706706439502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475552903437006, 38.5796544216077 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475731630379002, 38.579653059941997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475579541141002, 38.579593111880101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475754937236999, 38.579599413439702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475606177651997, 38.579531802140998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475772951523993, 38.579553958250997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475792709077993, 38.579508510953197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40608", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475659451690007, 38.579409181748801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475810722163999, 38.579463056654198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479398645098996, 38.570816238918503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479534636964999, 38.5708651763766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479427723233997, 38.570755495154998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40850", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479558651095999, 38.570809747628601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479575966840997, 38.570765971597901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479477558132999, 38.570641760247597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479599970289001, 38.570711840986498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479504983712999, 38.570581009034001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40858", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479641339005994, 38.570607443587399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484413779991996, 38.563019387319798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484438991345002, 38.562968244879002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484466633832994, 38.562904270071201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484494275124007, 38.562840295251704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484549558712004, 38.562712344696997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475826933864994, 38.579425810380997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475976850945997, 38.5791338406421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475825231279003, 38.579096952592401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476003894672004, 38.579071552480201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475850550814997, 38.579031918831902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475874076745001, 38.578973721063498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476059637065006, 38.578959304300597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40622", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475897601488995, 38.578915523284998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476081316654998, 38.5789147926764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475921156360997, 38.578853219347799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479640379385998, 38.570268110886197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479667215462001, 38.570206016450001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40867", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479697414249998, 38.570136148864897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479751086156, 38.570011959959402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479777920898002, 38.569949864591202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479966206827001, 38.569873992905499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482596635321002, 38.563456557846202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482754055955994, 38.563445872295397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482621581529003, 38.563405470465398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482781294017002, 38.563382679856304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482822617121997, 38.563281445996999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482697918498999, 38.563228150220503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482845916285001, 38.563227386356402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482724547345995, 38.563166367678797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482869216560005, 38.563173326716203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482751176142003, 38.563104586031798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482892515651002, 38.563119267066199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482777803749997, 38.563042803472698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482915815854994, 38.563065207416599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484609557750005, 38.562571562014 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484668620942998, 38.562436562497297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484691028759002, 38.5623846264427 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484713437690004, 38.5623326903888 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484735845434997, 38.562280755226297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484758253153998, 38.562228819158598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476126572170003, 38.578805236635603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475971595041003, 38.5787505336504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476183256081995, 38.578696783634499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476206921897003, 38.578641834167897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476035259447997, 38.578582533268602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476225304162995, 38.578593707612697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476089353836997, 38.578456935326102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476272636770005, 38.578483808662497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476289224276002, 38.578442520798397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476143448035003, 38.578331337358101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479853996176004, 38.569788019713201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479990043111002, 38.569818941648101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479881237224006, 38.569725102727098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479908478216998, 38.569662186635398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480037714434005, 38.569708837311403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479927348518999, 38.569613511251298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480059811931994, 38.569665460165098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479957866983, 38.569554503551799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480080283093002, 38.5696181811307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479985107849998, 38.569491586540998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480102446749001, 38.569565717823203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480127935216998, 38.569510673958597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476307556180004, 38.578401239922101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476331193939998, 38.578350398395997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47642429327, 38.578038141416798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476290234288996, 38.578002607253197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476451742181993, 38.577975109942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476317682157003, 38.5779395758059 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476479189903998, 38.577912077556597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476345129983997, 38.577876543451197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476534046954001, 38.577791225183397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476393262136995, 38.577767387706601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480254610770004, 38.5692133539007 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480115520881, 38.569186944713302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480281646437007, 38.5691511422038 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480142555506006, 38.569124733944498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480308682051003, 38.569088931401303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480196626915003, 38.569000311497298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480352727983004, 38.568978742193302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480223662552007, 38.5689380998137 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480379725649996, 38.568921723976402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480250698141006, 38.568875888123699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480400072517, 38.568869866869697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476420709829995, 38.5777043553338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476582197881996, 38.577679463150297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476619791641994, 38.577595500108501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476495707544998, 38.5775471671801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476643454739005, 38.577540825316198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47652275051, 38.577484682501002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476690704350005, 38.577441900555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476573575901995, 38.577351878592602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476712678061006, 38.5773911271069 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476605656767006, 38.577281596882898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480320799693999, 38.5687218944704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480348243864, 38.568658390903899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480375687990005, 38.568594886429999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480403132061994, 38.568531382850502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480430577237996, 38.568467878368601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480458021218993, 38.568404373874998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482804432459005, 38.562981020912503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482939114876999, 38.563011147757102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482831059974998, 38.562919238341003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482957931488997, 38.5629674527124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482974516569001, 38.562927208943798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483094455029004, 38.562649839463198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41067", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482950959194994, 38.562617907666997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41068", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483117639343007, 38.5625928864754 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41069", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482978600878994, 38.562554051223003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41070", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483145280874993, 38.562529029090598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483172923498003, 38.562465172605201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40416", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485371220987005, 38.560814338632497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40417", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485238897675998, 38.5607696873181 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40418", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485398654793997, 38.560751225739402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40419", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485266331581997, 38.560706574456297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40420", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485426088558, 38.560688111938802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40421", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485296155539999, 38.560636132607698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40422", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485453523415003, 38.5606249990376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40423", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485337729086993, 38.560556569163403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40424", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485480957077002, 38.560561886124802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40425", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485367513211997, 38.560491631601302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40426", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485508390695998, 38.560498772304598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40429", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485535824259998, 38.560435659378697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476737964540007, 38.577341672225899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476637689764999, 38.577217831139102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476761589237, 38.577292208927901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476783602222, 38.5772362239518 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477846818572999, 38.574764934056901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477865401336004, 38.574724248663301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477875666344005, 38.574682596926699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477737901634001, 38.574679973695801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477894276529, 38.574638002658602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477914490638, 38.5745976993881 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477766633878005, 38.574613273847802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477934818535999, 38.574545293972101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477792084293, 38.574541345695401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477966735842998, 38.574496850709998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477976877957005, 38.574472137983797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477815789415999, 38.574481138447901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477844445217997, 38.574424861618901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478000647881998, 38.574406343625903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478014108745995, 38.574381646762198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41134", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483904948466005, 38.5603974897965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41135", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484067877325003, 38.560378911767799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41136", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483926797698999, 38.560346943284301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41137", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484094095271999, 38.560318264920298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41138", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483952979164997, 38.560291355744297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41139", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484120313174998, 38.5602576180668 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41140", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483974803940001, 38.560244182073397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478053667311997, 38.5742903002619 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477904563009005, 38.574271636971403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478065863647998, 38.574262285091301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477932009460005, 38.574208407847301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477954382354994, 38.574158186416803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477981828718001, 38.5740949572807 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478137939115001, 38.5740923998884 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478153078321, 38.574065104278802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478165274579993, 38.574037089097601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478177093851002, 38.574009778519297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481669616556999, 38.565929457944499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481534885374998, 38.565892565490898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481694539995004, 38.5658817156881 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40966", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481557629820998, 38.565841351355097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481715053802006, 38.565833953681697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481582589884994, 38.5657884165146 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481609829581004, 38.565725107235203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481765062796995, 38.565715969059802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481664285978994, 38.5656019498023 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481815072773998, 38.565597984421302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483033885252993, 38.562426337419097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483228207454999, 38.562337458708399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483089169428993, 38.562298623588603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483255848789, 38.562273601296901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483298024692004, 38.562170563879803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483157734985994, 38.562120976449997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483320435313999, 38.5621185253965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483183345748003, 38.562061503664403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483342844755001, 38.562066486903703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478030024277999, 38.573976286779903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478185960638001, 38.573983052827003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478201109336993, 38.573954453655602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478054152891005, 38.5739130426674 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478186411788997, 38.573630175162599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478349437955998, 38.5736104811632 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478362273056007, 38.573585006668303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478213450069006, 38.573567925210703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470599720373997, 38.577383478376802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470766395913003, 38.577362009901599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470626768442003, 38.5773209950748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470812101102993, 38.577249738147799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470670472077998, 38.577206434951997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470835900721994, 38.577194882264301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470697671912006, 38.577143742418599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470883498700999, 38.577085170477197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470907312487995, 38.577030401130301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470783066145998, 38.5769485848557 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470931211608004, 38.576975571808397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475437067352004, 38.5665942419975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475317266589997, 38.566504958798298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44013", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475344305535998, 38.566442748252101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475503580495996, 38.5664385809092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475365891498996, 38.566388977818498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475392929212006, 38.566326767255603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44018", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475550704876994, 38.566348727193102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44021", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475449726381996, 38.566206551223203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44023", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475477169018006, 38.566143715451403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43262", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475513905135003, 38.569871973686197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43263", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475355026008998, 38.5698314142074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43264", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475530597453002, 38.569836040441103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43265", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475546565139993, 38.569808607482898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475382273050002, 38.569768381172601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43267", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475558011993996, 38.569771274797603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43268", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475574020083002, 38.569738342039003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475409518895006, 38.569705348126199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43270", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475585457953997, 38.569702384080102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43271", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475601466013998, 38.569669451317701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43273", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475611140373999, 38.569634861037898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43274", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475620092409997, 38.569608771958201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43275", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475464010446998, 38.569579281113 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43276", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475629675784006, 38.5695865586965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478758058262997, 38.561936183078501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478797544893993, 38.561835073893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479088194699997, 38.561570932912801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478936461901995, 38.5615382473407 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479112054287, 38.561518532384298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478960320441999, 38.561485846838302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479139495913003, 38.5614551453099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478982459343001, 38.561429312479497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470804914439, 38.576895772303402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471089115550996, 38.576615291005197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43783", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470947791293, 38.576569882335797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471112931925006, 38.576557808124797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43785", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470971629850993, 38.576509576171802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471138534961, 38.5765017433067 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471187997198996, 38.576382551658902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471050256034999, 38.576338569384802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44027", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475532054151998, 38.566018042987103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475723805794999, 38.565571706986702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475750845760999, 38.565509261218097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43277", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475635093029993, 38.569564579713898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43278", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475491256146995, 38.569516248047101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43279", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475648189807004, 38.569541006695601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43285", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475771528129002, 38.569247206058897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43286", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475625190860001, 38.569204715462703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43287", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475795022865, 38.569190636992801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43288", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475650487295994, 38.569141278936797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43289", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475822060107006, 38.569128583984103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43291", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475852591635004, 38.569067920660501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43292", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475695714523994, 38.569029509437797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479165095113004, 38.5614041282697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479192537789004, 38.561340742088603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479024911278998, 38.561325863422503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479247421845997, 38.561213969701598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479077933162998, 38.561214210603197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479295139819001, 38.561118382949701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479317729433006, 38.561066071260598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479142289199999, 38.561066517912302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471233833602994, 38.576267576747902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471105162032003, 38.576212349516602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471130849090002, 38.576157474269202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471281406496004, 38.5761635610627 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471305072956, 38.576108921593203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471179480420005, 38.576042434670804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471328739373007, 38.576054283019602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471206528332004, 38.5759799899743 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471352405760001, 38.5759996435403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475774250468007, 38.565452442202201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475801290337998, 38.565389997322697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475822888885006, 38.565334580022203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475849928673995, 38.565272134230298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475875078282996, 38.565222376223502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476059731492995, 38.565152857514597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475925347276998, 38.565102590761398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476083211694998, 38.565098834264496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475952180901004, 38.5650408503165 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476106691862, 38.565044811009599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43293", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475879629933999, 38.5690058667426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43295", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475903104294005, 38.568952048904002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43296", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475742764559001, 38.568908121185601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43297", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475926558422003, 38.568900980508502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43301", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475971285631999, 38.568788465399699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43302", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475814190364005, 38.568745148860899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43303", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475995125145005, 38.568733345597202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43304", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475846751234997, 38.5686739272004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43305", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476018963474004, 38.568678225784502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43306", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475873995960001, 38.568610933681697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43307", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476042802913, 38.568623105972101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479193921621999, 38.560946948908402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479394394017007, 38.560889924002097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479426021029994, 38.560799145881603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479247315929001, 38.560826011237999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479273232918999, 38.560752474969298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480041387306002, 38.559371158031603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479896652394999, 38.559334479025402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480067813375001, 38.559309924730599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479921377867996, 38.559266361564902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479947792827005, 38.559206503911497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471260622865998, 38.575855100557099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47139791107, 38.575894589541498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471287670636002, 38.575792655841497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471416123232004, 38.575848389078701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471409037987996, 38.575491037264499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43819", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471586242610996, 38.575462331046701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43820", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471597201847999, 38.575438399172697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471433977483002, 38.5754435918452 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471609469580997, 38.575403593128399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475982640441998, 38.5649748929631 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476130170844996, 38.564990787744698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476153650941001, 38.564936764480301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476038157250997, 38.564844367286398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476177130994003, 38.564882742111799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44071", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476195645581996, 38.564474128292602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476357098055999, 38.564454861596602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476222888693997, 38.564411094148902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43309", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476066642315999, 38.568567986154697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43310", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475928484126001, 38.5684849457189 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43311", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476090480533998, 38.568512866327197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43312", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475955728713998, 38.568421951280001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43313", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476114319863001, 38.568457746499902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476239116661006, 38.568162179912598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476097871034995, 38.568124155268997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476265955764006, 38.568099969150097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476124709106998, 38.568061943633097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476292793680003, 38.568037757475203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476151548272, 38.567999732896901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476319632696004, 38.5679755457992 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480120663082005, 38.559187458100197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480147089015006, 38.559126224780996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479995236435002, 38.5591046408952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480173513761002, 38.5590649905497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480032073634007, 38.559016482409397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43570", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480253667422005, 38.558919925856003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43572", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480277144400006, 38.558865626985899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43574", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302452274998, 38.558800335473897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471453598723002, 38.575386248300099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471643675471, 38.575318100904497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43827", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471480438637997, 38.575324704390198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471510926137995, 38.5752561248988 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471697282890005, 38.575204888302402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471534120615999, 38.575201617462902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471709516904994, 38.575174313610503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471557304602996, 38.5751485216812 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477818981523001, 38.561077642548199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477839101724996, 38.561032719073502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477888480676, 38.5609217548582 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477902444251001, 38.560877407201303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477962442074997, 38.560760017906503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477985207450999, 38.560707638797901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478011617896996, 38.560648222997202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476178387396999, 38.567937521253697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476346470511999, 38.567913335012598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476203473143997, 38.567875301670099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476373309435004, 38.567851123324097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476230312170998, 38.5678130909155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476398295205996, 38.567802655447998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476446599884, 38.567694853622598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476300040891999, 38.567651526830097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476327487944005, 38.567588062953199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476494632284997, 38.567583791098698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476354936093998, 38.567524599075 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476518648427003, 38.567528260279701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43576", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480326029327998, 38.558732284844098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43580", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480376615962996, 38.558605825971597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471763959463999, 38.575043603049302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471618571541995, 38.575020086475298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471774920673994, 38.575005903649 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471791344230994, 38.574972121950402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471645618102002, 38.574957720050598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471804082798002, 38.574937250467002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471818698768004, 38.574904871323 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471672664614005, 38.574895353619603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471829628592999, 38.574871404191903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471844223656007, 38.574841845660103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43850", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471699709931002, 38.574832987176897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471858716352997, 38.574812626297899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43852", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471869696286007, 38.574785872881499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476542664530996, 38.567472729455602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476409829960005, 38.567397670387599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476566680597003, 38.567417198626501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476437276816995, 38.567334206484503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476590696632996, 38.567361666891401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476716284416995, 38.567050187222101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476576896376002, 38.567010579665201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476743252039, 38.566997563383502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43354", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476586187929996, 38.5669798803536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476603934699, 38.566948330087897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43854", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471886068470994, 38.5747453756439 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43855", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471895273309997, 38.574715792515498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43857", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471913360174, 38.5746865895429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43861", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472036138457, 38.574424451394798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43862", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471887558706996, 38.574387494517097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472061901699007, 38.574373519522098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471913426458997, 38.574322456897299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472085930437999, 38.5743141158 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43867", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472111767813004, 38.5742533104156 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471959637099999, 38.574210695113798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476720615752996, 38.5632730838119 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476770487701003, 38.563158554736397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476798306608998, 38.563095098740803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476826125467994, 38.563031642738501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476768458517995, 38.566946307248301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476611452756003, 38.566920372294398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476630972981994, 38.5668860796033 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476641984102002, 38.566859513272298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476658011211001, 38.566823830013298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476815488065995, 38.566827276127 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476840763875003, 38.5667663932987 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476867801881994, 38.566704142758603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472167076079003, 38.574126072073298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472007652833994, 38.574097530739401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472187468721998, 38.574072294073702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472035255972003, 38.5740409649421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43877", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472245713781007, 38.573956333008802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472096776542998, 38.573925775644 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472269200274994, 38.573902242073999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472123618528002, 38.573863957725003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472298119724996, 38.5738425335784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472150460465002, 38.573802139799703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472323486698002, 38.573777165659401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478717396952007, 38.559015178490299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478583135299004, 38.558985424259603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478744025088005, 38.558953750902099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478615173145997, 38.55892119856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478641801341993, 38.558859770094401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478791818984007, 38.558840744045099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478670214744, 38.558799760469803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472356030371003, 38.573713241252399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472204143059997, 38.573678503024098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472230984858001, 38.573616685079898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473819507699005, 38.569940309875001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473991798498005, 38.569931085741203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473846987586995, 38.569872968359398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474006439316994, 38.569898953286298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479020851363003, 38.558324569963602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478923143567002, 38.558217468336998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477250719509001, 38.565446075619903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474019277072003, 38.569863744179301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473874383059993, 38.569816911097902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474033907470996, 38.569833021578603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474048510990002, 38.569802052008001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473898215727004, 38.569756606121103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474061313182006, 38.569775553514397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474072312312998, 38.569745978369902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473923803730997, 38.5697019514391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474086943813006, 38.569715255767697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474099750297, 38.569684278927099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473949370899007, 38.569650117367601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474114380624997, 38.569653556316098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473971334810997, 38.5695996786229 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477281376015995, 38.5623263337501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477138201642006, 38.562294970056399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477303140551996, 38.562275070968802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477158148802999, 38.562246520703297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477328581310999, 38.562212539240697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477185386471007, 38.5621839971231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477304386978005, 38.565322593219499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477358053108006, 38.565199111689701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477384885535997, 38.565137370011897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477675315780999, 38.564864709926297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477516597074001, 38.564823815353002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474164187495006, 38.569536108230103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474013568374005, 38.569494187132896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474068059914003, 38.569368435179101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474239455025995, 38.569349914755001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474095305611996, 38.5693055591925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474254114082001, 38.569321660716803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474265081875998, 38.569296317829298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474277954342995, 38.569266643967303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478696842847, 38.5587383319914 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478837742755999, 38.558737603485604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478741043268002, 38.558625308969603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478788997219993, 38.558526173954498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478915983689006, 38.558566005968302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478815825894003, 38.558464432840402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478842655668998, 38.558402691725298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478962934243995, 38.558457959190903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478869484249998, 38.558340950598698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477697242437998, 38.564809864031801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477540264728006, 38.564770353017003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477719148922006, 38.564757769383199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477567507041002, 38.564707280720597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477589444946005, 38.564651060127296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477768317629, 38.564639850235601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477795559691003, 38.564576777885499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477640355817996, 38.564534525467799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477822801711994, 38.564513704627998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477861564432999, 38.564419696064 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477709694973996, 38.564371068713299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474285328180997, 38.5692412847553 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474155228211998, 38.5691741886504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474301793419997, 38.569211627207601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474442167377006, 38.568889596422302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474286405816002, 38.5688581703062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474465581733995, 38.568831759693502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474307950579998, 38.568810198956101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474489016850001, 38.568771099641097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474347395286003, 38.568721293721197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476384341016995, 38.564391827414902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476242830453998, 38.564363545822602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476407948821006, 38.564334420906398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476435191684004, 38.564271387613502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476293577798003, 38.564257212770599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476460555998003, 38.564219631361603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476484111941005, 38.564169276829801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47634806248, 38.564131145325803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476527845334999, 38.564063136276502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476397111034004, 38.5640099919855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476551503146993, 38.564008736261002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477885045785001, 38.564365295885104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477736531085, 38.564308896343597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477912099448005, 38.5643012839232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477763366003003, 38.564246723962498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477960864379995, 38.564185613316702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477810020716007, 38.564123721402403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477984345579998, 38.564131213117498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477835154873006, 38.5640546656822 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478007826750002, 38.564076812012701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43456", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478001161014006, 38.563720031939702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474544955976995, 38.568638537848102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474408765920998, 38.568583113434997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474589893887995, 38.568535550311701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474441226175998, 38.568516852049299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474639251311999, 38.568434356684399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474493978786995, 38.568396720813297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474663090335994, 38.568379271383598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474521223167997, 38.5683337663448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474575714081993, 38.568207857398903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477373917338994, 38.562108611010402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477239861664003, 38.562058949943399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477393843621996, 38.562062983134403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477267099187998, 38.561996426343903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477406583874, 38.562017322809602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477292541026998, 38.561933894628702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477430306071, 38.561968517483699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477343325175994, 38.561810182078702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477481254004005, 38.561853747022099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477512171046996, 38.561789333677801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477397397079002, 38.561685446517998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43458", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478016434009007, 38.563672900094197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43460", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478038734277007, 38.563623049496698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43464", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478079824212998, 38.563520592829803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43466", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478102149482993, 38.563463860376999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43468", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478124424434995, 38.563414002442101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470132506636006, 38.5787948134492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469980237029006, 38.578771907496701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470158507993006, 38.5787392596731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470008097443994, 38.578707897429702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470035958956004, 38.578643887361203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470205098025005, 38.578630947144099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470089778683999, 38.5785299665515 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470260820579995, 38.578502927806198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470288681786002, 38.5784389176766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474734609482994, 38.568214015462097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474758449508002, 38.568158930146801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474637432969999, 38.568076338010599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474906430586998, 38.567791080342801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474764970048994, 38.5677640503487 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474929814511995, 38.5677372785049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474792010238005, 38.567701801195298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474953188027001, 38.567684886520098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474820795387998, 38.567646613981402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478066381025997, 38.560509648858698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478480553012005, 38.562623056552603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478506100499004, 38.562552077334999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43728", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470145501374006, 38.578401946367997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470335596927995, 38.578328345330597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470193874963002, 38.578285252846797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470358730422006, 38.578275042345702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470220313015005, 38.578224335308903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470246752169004, 38.578163417770199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470404965878998, 38.578172669536599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470299628041005, 38.578041583564698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470445715387996, 38.578082967066599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47032606706, 38.577980666007598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470461597131006, 38.578038094824599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474999975310993, 38.567574462198998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474901935153994, 38.567457044940298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475037614048006, 38.567486567458502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474925277451007, 38.567408885236702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475054257240004, 38.567445571014701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474965710472006, 38.567307407748402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475107671013006, 38.567336082104902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474993158000999, 38.567244022563102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475020605482001, 38.567180637371202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476451183376, 38.563885649648903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476602470976005, 38.563891488797999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476508890602005, 38.563755679603901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476655279156006, 38.563768606411799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476535927176002, 38.563693508415 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476678345154994, 38.563373409449198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476702201566994, 38.563319731920899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478531616633006, 38.5624852240812 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478571970215, 38.562374847740301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478592091687005, 38.562327223250897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478650721809004, 38.562185031137098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478677555421001, 38.562122818904101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478704390133004, 38.562060606669903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470609639790993, 38.5777171874334 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470471829835006, 38.577673360023098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470636689125001, 38.577654704134801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470493445859006, 38.577616493326801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470663738417002, 38.577592219928803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470712297641001, 38.577486977454697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43758", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470574562503998, 38.577433274865697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475173909808007, 38.567192793786297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475201613562007, 38.567124652073801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475075501451002, 38.567053866072101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475227426973007, 38.567069197234296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475110209082999, 38.566980639044601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475392055829005, 38.566707417772299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475243513484003, 38.566667640086898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475410028428996, 38.566656452565297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475268703775001, 38.566612475205503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477455166794996, 38.561546621373097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477604948242998, 38.561591860396703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477482203145996, 38.561484253572203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477751236383995, 38.5612391813344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477778677958, 38.561175952234201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477800625946003, 38.561126805496997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474096354756, 38.576531972748498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474222321395004, 38.5762355126895 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474089841121, 38.576200177720402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474248960699001, 38.576173968137901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474116480532999, 38.576138632298303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474273737729007, 38.576126230387104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474139537954002, 38.576085360658602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474323463602005, 38.576007269251001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474194555449003, 38.575965042537803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43013", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472196530836001, 38.577501651066697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472220199958997, 38.577446771785901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472066246067001, 38.577367653882597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472243867904993, 38.577391891594097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472267535808001, 38.577337012298401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43020", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472120345354995, 38.577242215443803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43021", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472291204822, 38.577282133002903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43026", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472419580887006, 38.576972989501698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43027", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472272891043005, 38.576963716433298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472285378251001, 38.576933518509698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474350101585998, 38.575945724670603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474221193535001, 38.575903497086102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474376740677997, 38.5758841791883 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474246031576996, 38.575847470459998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474269660572006, 38.575802419378498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474424005036994, 38.575787269814903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474447668958007, 38.575732630603397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42261", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474471332850001, 38.575677990486298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474347286300002, 38.575613684290303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474374331277005, 38.5755512388534 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42265", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474518661673002, 38.575568710242401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474401375057994, 38.575488793404801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42507", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477289935018007, 38.569148460423698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42509", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477313597817002, 38.569093373790203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42510", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477155847733997, 38.569105543299898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42511", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477337260577997, 38.569038287151699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42512", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477182891522006, 38.569042587309099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42513", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477355562751001, 38.568994229416198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42515", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477373854777994, 38.568951553608898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42516", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477236977814002, 38.568916674402203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42520", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477291063907998, 38.568790762370703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43029", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472446892242999, 38.576909894371397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472294958920997, 38.576899222665801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472305664337995, 38.5768731418285 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472474204698997, 38.576846799239902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43036", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472527055588003, 38.576723350414497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472373358921999, 38.576714047347203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472380528965004, 38.576692076501303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472550802089003, 38.57666849124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472397115719005, 38.576657811679098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472404285750002, 38.576635840831599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472572765658001, 38.576617749148198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472412012228006, 38.576615287829902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474542325448994, 38.575514071011398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474428419939997, 38.575426347955101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474565989195995, 38.575459430874602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474455464775005, 38.5753639024989 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474720989473994, 38.575089050984197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474733502071999, 38.575062856505603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474590273480999, 38.575052361525799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474746649880998, 38.575029724393097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474752082500004, 38.575009023894197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474617724900995, 38.574988898062003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42521", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477443043107002, 38.568791811622901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477553520195002, 38.568536138304502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477421103927995, 38.568500688456297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477580558251006, 38.568473887599602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477448142078998, 38.568438438683202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477607596252994, 38.568411637789197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477475180184001, 38.568376188903699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477502218241, 38.5683139391178 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477661672116, 38.568287138149202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481415241229001, 38.559730862900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481214172829993, 38.559695207895302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472419182248998, 38.576593316981501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472618940201997, 38.5765245922776 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472642607151997, 38.576469919208101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472465567916004, 38.576488862074903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472478063983999, 38.576457288500599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472666272922993, 38.576415245227601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472489090031999, 38.576429112718898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472503348638, 38.576396172403498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472689938659002, 38.576360571242297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472713604351995, 38.576305898152903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474766949990993, 38.574981426588501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474779523584999, 38.574946942322597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474794401226006, 38.574917963082697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474808684330995, 38.574890394651902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474821852413001, 38.5748544995703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474832615866006, 38.574826915169197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474852803985996, 38.574793814983401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474918424007001, 38.574644549234897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477688709977002, 38.568224888319698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477556294219994, 38.568189438626 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477715746643, 38.568162638478697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477774762883996, 38.5680494835578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477633461086995, 38.567997893021001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477798778185999, 38.5679939524736 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477660907086005, 38.567934428828302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477822793456994, 38.567938420483401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477688353036001, 38.567870964629101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477846808684006, 38.567882889389097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477870825021, 38.567827358294899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481494510740006, 38.559547750301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481526272170996, 38.5594784469125 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481346258741993, 38.559394165020102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42812", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481420894219994, 38.559238944208097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472737271162003, 38.576251224163002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472547214447005, 38.576274560098902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472561441349001, 38.576245744842403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472762739998004, 38.576189681823699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472567181955, 38.576221671083701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472576143799003, 38.576194207508401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472592135518994, 38.5761640255188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43071", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472892226449005, 38.575874319466799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472747342004993, 38.575858178658102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472756274394001, 38.575834840145298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472918837429006, 38.5758169011985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474931168187993, 38.574614935978801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474941870549998, 38.574595641349902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474800068202001, 38.574565505419599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474954654241998, 38.574560501264102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474965387094002, 38.574537061741701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474826910976006, 38.574503294096303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474978141400001, 38.574506067450599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474985354625005, 38.574482611963802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475001628529, 38.574451632731297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475012391852005, 38.574424048313404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474880595228996, 38.574378872326399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475025115622998, 38.574397198007297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475035848426998, 38.574373758478401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474907437862996, 38.574316660984302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475048602680005, 38.574342763278501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475055826027997, 38.574317926757402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477743244796002, 38.56774403531 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477894840172993, 38.567771827190597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477770691746997, 38.567680571096197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477918855294007, 38.567716295180297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478047683268002, 38.567415290828201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477908067735001, 38.567386973001497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477917058551995, 38.567360762302201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478072710356003, 38.567359900286398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477931366194994, 38.5673274296636 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477938587829001, 38.567302592959898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473463500234999, 38.574580449150503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473489150256, 38.574523735389597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473511245946, 38.574473882009897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43134", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473432712599006, 38.574262261617598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473570468098004, 38.574336768952399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473436457816007, 38.574244148989401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473448861707993, 38.574224952326198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473597529551, 38.574272894945899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42323", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475037645574005, 38.573999157213201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475186524817005, 38.574010174561998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475192028373002, 38.573979803229498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42326", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475064963921994, 38.573926531815196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475213771878003, 38.573947219941402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475226284095001, 38.573921025409099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42329", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475090430365995, 38.573866332201703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475241018898004, 38.5738842644135 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42332", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475117658276005, 38.573806140569403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42566", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477956413558999, 38.567269276185499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477970734343003, 38.567236181438503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478126384727005, 38.5672353193454 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477985010455001, 38.567206994581497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477997571014001, 38.567173891892899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42571", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47815322241, 38.567173029768902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478006578912996, 38.5671432992985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42573", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478024408791995, 38.567111601445397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478051246524004, 38.5670493109915 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478203326734004, 38.567055340779802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43233", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475167077761995, 38.570658160072199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475024604816994, 38.570568780115302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43240", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475145339655995, 38.570289569170903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43241", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475325320495003, 38.570292091387003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43242", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475338316689005, 38.570266623359402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475167833482004, 38.570237516394997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43244", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475346552244005, 38.5702429553684 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43245", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475360551194001, 38.570215171171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42335", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475141284095002, 38.573756986612104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475304465858997, 38.573737671473602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42338", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475166658934995, 38.573709221655598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475319129452004, 38.573710582181498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42341", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475195635765999, 38.573650419911303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475385292141993, 38.573558726751997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475240149292006, 38.573541774361999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475396612476999, 38.5735310457247 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475407375507999, 38.573503461269503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475267397565005, 38.573478624240103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475420455025002, 38.573475789112898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43171", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473803432872998, 38.573432356642797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43172", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473817710559004, 38.573396665815601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473975676776007, 38.5733856567429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43174", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473830901465007, 38.573366575431898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43175", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473845158846004, 38.573333634048602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473997808278, 38.573330852101797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474051595636993, 38.573226922997002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473892521186997, 38.5732097686789 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473904996916005, 38.573180945302397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474075437726, 38.573171700889702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473917998792999, 38.573149400001199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473932245946997, 38.573117834231603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474099280933004, 38.573116477881698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475294645795998, 38.5734154732109 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475321893979, 38.573352322175097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475480650893005, 38.573339080408203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475349142113998, 38.573289171132899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475491980168002, 38.573310017435503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475502732969005, 38.573283814902098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475376390201006, 38.5732260200841 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475515822568994, 38.573254760803799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475526565194002, 38.573229940198999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473943494341995, 38.573086280959103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473959493782999, 38.573054723149198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473972475333994, 38.573025928190098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473986742717997, 38.572991612065501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474146966074002, 38.573006033647502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473996210639996, 38.572964175907799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474013991603996, 38.572928500975301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474170808015003, 38.5729508115203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474023449366001, 38.572902440439897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474039447582996, 38.572870882613699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474194651073006, 38.5728955884925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474048886198005, 38.572847572429701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475503282413001, 38.572935761935703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475530323349005, 38.5728735900896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475584405066996, 38.572749248179903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475611444714005, 38.5726870763094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43247", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475368798111006, 38.570189956388703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43248", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475382825487003, 38.570158303863401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475222230306997, 38.570124285052401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43250", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475395018610996, 38.570132333092701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43251", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475412993331005, 38.570099924582003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43252", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475249476428999, 38.570061252043899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43253", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475422230456999, 38.570073941313296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43254", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475435250483997, 38.570045377899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43255", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475276722502997, 38.569998219029003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43256", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475446491981998, 38.570014762287201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43257", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475460479481995, 38.569988523966401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475638485454994, 38.5726249053386 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475850357780004, 38.572471857336197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475719598758005, 38.572442066209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475862922355006, 38.5724414368635 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475879004329002, 38.572408350343103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475748269251, 38.572375783690802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475891577886003, 38.5723765479311 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475898800741007, 38.572351711356603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475776938549004, 38.572309500259401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475918443744007, 38.572315795018099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479010668632995, 38.565220511498801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478857159358995, 38.565169986399901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479036049363998, 38.5651711682683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478884401239995, 38.565106834517501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479083464200997, 38.565048978531699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478938884851004, 38.564980531634397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479110705829001, 38.564985827496798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479127298069002, 38.564935062719798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478993369416997, 38.564854228730503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479154539621007, 38.564871910773697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472766883747994, 38.575808979548697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472777628334001, 38.575777397966 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472945476559005, 38.575755356040197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472825516705996, 38.575660003863 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473020099359999, 38.575576198209703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473039620527999, 38.575529748501197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472875273336001, 38.575539648888999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472885977182003, 38.575513568893001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475943530077004, 38.5722577979964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475834276973004, 38.572176935176799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475963213621995, 38.5722163557286 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475972185467, 38.572192908143101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475862946104002, 38.572110652624801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475982959180996, 38.572166623679202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476016995777996, 38.572087942910898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479210958514997, 38.564747940788898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479053620152001, 38.5647116842485 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479246927649001, 38.564670142560601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479080453790004, 38.564649550299698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479275808048001, 38.564599219611402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479107288522997, 38.564587417250699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479306366708002, 38.5645393582165 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479329846754993, 38.564484991076803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479160956713002, 38.564463149326897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479353326766002, 38.564430623932203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479187791312, 38.5644010153582 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43207", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474848996906999, 38.571392790463399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43208", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474692113303007, 38.571347625645799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43209", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474877461771996, 38.571327213528903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43210", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474713450015003, 38.571298519045598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43213", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474932598593995, 38.571201552387699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43214", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474770378724003, 38.571167364329902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43215", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474953945219994, 38.571151070118397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42414", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476141628988003, 38.571802134196503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42415", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476010909856001, 38.571760031907999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42416", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476169893157007, 38.571736556041103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42417", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476039174136005, 38.571694452883499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42418", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476198157281004, 38.5716709769777 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42419", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476067438355997, 38.571628874752903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42421", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476088602713006, 38.571571554541599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42422", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476252945336995, 38.571537049706599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42424", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476274089241002, 38.571482491521301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42425", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476143259023004, 38.5714555870182 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42426", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476300461015995, 38.571434865966602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479470509053996, 38.5641165287646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479327478014994, 38.5640906891444 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479349731680003, 38.564042242587597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479506258171, 38.564014070103902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479370226339995, 38.563993788114601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479533901764, 38.563950449610203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479425514856999, 38.563866546289901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479589189955007, 38.563823207707202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479453158463997, 38.563802925815402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479616833400001, 38.563759587193601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473461507264005, 38.574187627997802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473475704083, 38.574162937704898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473490081658994, 38.574128370790802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473502546410998, 38.574100923077303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473648087892997, 38.5741533838302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473516943112003, 38.574063605806401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473529388692, 38.574038908443399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473671574650993, 38.574099121446302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473545526408003, 38.5740029738568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473556229785999, 38.5739768928972 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473570535101999, 38.573951952636797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473720330839001, 38.573986477756698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42430", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476353749495999, 38.571330241664299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42431", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476217482107998, 38.571294152322203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42433", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476244097570998, 38.571235212610198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42434", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476414675138997, 38.5711905502123 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42435", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476272525146996, 38.571169373008701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42436", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476446871679997, 38.571124165456098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42438", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476470178880007, 38.571070175576502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42439", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476324027109001, 38.571047342504698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42440", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47649348489, 38.571016186587798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42441", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476354263236999, 38.5709746029831 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479662971766004, 38.563655297724203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479530241584001, 38.563616477680803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479557077257994, 38.563554108499197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479709933699993, 38.563546151597201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479583912885005, 38.563491739311402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479733414609996, 38.563491578976901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479637582850998, 38.563367000911597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479780376329003, 38.5633824328212 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479664418336995, 38.563304631705002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479803857137995, 38.5633278592856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471472319750006, 38.579159085233499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471336336820002, 38.579121018540199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471496374493, 38.579108848381701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47135693768, 38.579063890293703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471524033695005, 38.579044876676797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471384596988997, 38.578999918622202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473087055080995, 38.575423062998397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472942456710996, 38.575388823797198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473134383683004, 38.575313922048402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43100", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473181712146001, 38.575204780177899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43101", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473025293622996, 38.575208606968701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473039511105, 38.5751811672827 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43103", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473205376327002, 38.575150208784898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473055821131993, 38.575149007407198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473066555336004, 38.575118800520997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473229040465, 38.575095638287898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42448", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476482284238998, 38.570662198526101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42449", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476629486533994, 38.570660770476998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42450", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476640218249997, 38.570637330797901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42451", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476507707766999, 38.570607525420399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42452", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476653090002003, 38.570614379169697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42453", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476662071556007, 38.570589549599198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42454", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476533122270993, 38.570554233344197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42455", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476671464416, 38.570561055234599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42456", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476689316009001, 38.5705265946278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42457", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476553205203004, 38.570507826136698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42458", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476700478119994, 38.570496726282499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479822596098003, 38.5630105312148 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479844464509, 38.5629600648235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479898940781993, 38.562834310113303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479926178846995, 38.562771432748498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479953416862998, 38.562708555377199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471577550852999, 38.5789238015781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471438134734996, 38.5788760923393 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471605209909995, 38.578859829853698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471632868924004, 38.5787958572216 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471683611133997, 38.578692223401603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471536951117002, 38.578646390224399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471706744246006, 38.578638851681802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471563389883997, 38.578585394009998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471729877323, 38.578585479957397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43217", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474982408743998, 38.571085493152701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43218", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474825495364996, 38.571044453587902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43221", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475027233892007, 38.570981890522802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43223", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475050540720005, 38.570927935156597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43224", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474894924110004, 38.570877110609999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43225", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475073848654006, 38.5708739806918 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474921580796007, 38.570812697530698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43227", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475097155411007, 38.570820025316202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474946375010006, 38.570763402068202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474973011366998, 38.570701739325401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43231", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475143769962003, 38.570712115456899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42459", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476716560414005, 38.570463639649901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42460", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476580449720998, 38.570444871190901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42461", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476727743916001, 38.570431008346098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42462", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476743804771004, 38.5704006846656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42463", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476607693042993, 38.570381916233401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42464", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476754978114997, 38.570369435290097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42468", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476659356786996, 38.570258325059903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42471", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476686603413995, 38.570195213343098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42474", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476713848844, 38.570132101614597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480031546426005, 38.562523970170197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480085210306001, 38.562399859466296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480138875147006, 38.562275748742501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480165706353006, 38.562213692915599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471616264988, 38.578463401552298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471776143373006, 38.578478736494397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471642703618997, 38.578402405319601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471799276346999, 38.578425364755802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471669141058001, 38.578341409075598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471822409284997, 38.578371993012702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471944404257997, 38.5780835505685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471782261688006, 38.578031574123997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471971452567999, 38.578021066057502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471809310119994, 38.5779690896508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471998500829997, 38.577958581540102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473852487615005, 38.573695380456797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43159", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473697202354003, 38.573676249410603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43160", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473707915768998, 38.573648793713197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473878225383004, 38.573626839125801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43162", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473721095478993, 38.5736200780606 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43163", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473735364250004, 38.573585761972602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43165", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473748556388003, 38.573555669801898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43166", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473762813837993, 38.573522729329703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473931380948997, 38.573499391974501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43168", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473777766111994, 38.573491271288198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43169", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473790262221996, 38.573459697575899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473958830323994, 38.573436360185902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42477", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476741094233006, 38.570068988978697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42480", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476768339567002, 38.5700058772372 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42483", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476795584852994, 38.569942765489301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42486", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476822830090995, 38.569879653734901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480416545698006, 38.561908554653101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480312128093999, 38.561885845408803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480438658091998, 38.561851895577902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480339569931004, 38.5618223022 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480467819634001, 38.561793886163599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480495272498999, 38.561728961892399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480378496737998, 38.561711722440897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480544755948003, 38.561618429461099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480426241546994, 38.561598421003403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471836358497995, 38.577906606072098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42999", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472025549037994, 38.577896097917098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472052597206002, 38.577833613387 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43002", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471886840582997, 38.5777967475777 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43003", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472079645318999, 38.577771129751298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471913888827004, 38.577734263980702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472106693392007, 38.577708645208297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43009", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472149194775, 38.577611409623998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43010", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471985097921007, 38.577555811948599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472172862823001, 38.577556530347799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472012147729004, 38.577493093202001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473077559765002, 38.575093492143303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473093600666999, 38.5750564337581 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473386464143999, 38.574761589067499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43115", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473232689281005, 38.574759238092497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43116", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473243372577997, 38.574735907510302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473410393536994, 38.574700742286197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43118", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473254826984999, 38.5747038840709 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43119", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473270825946003, 38.574672326351902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473434303735999, 38.574642645853302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473284051839002, 38.574637560529503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473298279264995, 38.5746087451869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42493", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477096399131, 38.569594800843603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476967535488001, 38.569559289056102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42495", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477123436832002, 38.569532707898396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42496", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476994573287001, 38.569497196141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42498", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477014459762003, 38.569450269050698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42499", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477182891802002, 38.569394730122802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42500", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477036136853002, 38.5693992041166 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477236966861, 38.569270543284297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42504", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477083101424995, 38.569284657259999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480618078733002, 38.561452742941903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480485161550007, 38.561432061805498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480640666984002, 38.561400499460802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480538642574999, 38.561300222178097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480685843382005, 38.561296013386098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480708431533998, 38.561243769891703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480595682588998, 38.561162871492499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480738149199993, 38.561179124193103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480621496495004, 38.561103165042297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473669413886, 38.563795830238803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473689699709993, 38.563741046096901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473538092915007, 38.563732662956298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473550333402002, 38.563709701593403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45626", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465637632870994, 38.578829505734497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45898", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472054131324995, 38.5640611323443 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473718718064006, 38.563671408916697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473565336928004, 38.563669787089303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473574168262999, 38.563641394921802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473742503972005, 38.563609871334499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473597794474998, 38.563601518729399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473610114826997, 38.563567726229699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473767984426999, 38.563552402698797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473791709191005, 38.563498989124703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473650597656004, 38.563470344003399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473815453897004, 38.563442866636997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473748068597999, 38.563257405068299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473865466763996, 38.563338352911003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45900", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472077615214005, 38.564006972974198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45902", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472101099067004, 38.563952813599201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45904", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472124582885002, 38.5638986542195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45906", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472152853533998, 38.563837085158497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45908", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472181165351998, 38.563769944225498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473759319012004, 38.563231601354403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473766376906994, 38.563209970455503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473775902775998, 38.563184158899404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473788212985994, 38.563151720384397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473930338787994, 38.563187454610599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473802942385007, 38.563121870334797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473961035760993, 38.563114029518303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473982940349998, 38.563063581497197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466112614202004, 38.577731398884502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466140479150994, 38.577667193358103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466168345189999, 38.577602988731101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466224131588007, 38.577467146398497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466272596215006, 38.577360994512603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45930", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472525280529993, 38.562976814732501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474144798097996, 38.562680554345498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474163438095999, 38.562631962623797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45428", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474013407621001, 38.562635909736102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45429", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474018780788001, 38.5626088549689 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45431", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474040714297999, 38.562572513325897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474049576398002, 38.562540059115101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474205804335, 38.562532003187997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474069778312, 38.562500929427699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474228000926004, 38.562480964558297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474246826173996, 38.562436492569603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45934", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472577471001998, 38.562849257503302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45936", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472605945238001, 38.562783631618402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45938", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472629605226999, 38.562729129699399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45940", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47265326518, 38.5626746277756 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472794025580995, 38.562381402447699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474269090446001, 38.562393390247998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474219108718998, 38.562145676687301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474235753642006, 38.562116797444297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474246279100001, 38.562092474169702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474383129423003, 38.562156411714497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474262994982993, 38.562054116899901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474273560327006, 38.562024377606797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474414062258006, 38.562074520038401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474290236268999, 38.561991437250001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474300771665, 38.561965759966398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472821499106004, 38.562317920594303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472901148481995, 38.562127461474802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472947378767003, 38.5620356831244 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45962", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473048625725994, 38.561876223947898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474443201861007, 38.562002097656098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474317477507, 38.561928757593599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474329757329002, 38.561900381032501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45459", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474468862484997, 38.561933721618203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474344718698006, 38.561866077930702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474610318388997, 38.561614637908498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474472793954007, 38.5615723920859 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474494538927004, 38.561526365753103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474518058214002, 38.561473578126098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474684404697001, 38.561445459465098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466842460544996, 38.576074853378699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466866131142993, 38.576020112117803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466889801703999, 38.575965370851897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473133679957996, 38.5617980420488 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45966", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473222737834007, 38.561723208028198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45970", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473365193163005, 38.561628214280901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45972", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473409779413004, 38.561593809153102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45977", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473768467257997, 38.5613640683368 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45979", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473804689237994, 38.561335954736997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474711442569003, 38.5613832094241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474572133063006, 38.561349079912098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474599170990004, 38.561286830798203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474758610251996, 38.561260033825903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474620855983005, 38.561248927564797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474811530620997, 38.5611498248076 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45483", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474677403084002, 38.561118356762499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474836716759, 38.5610915753306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474706186858995, 38.561051785833598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474861902854997, 38.561033325848101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474887088909995, 38.560975076360002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474763754256003, 38.560918643053299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45981", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473849239866993, 38.561305704220203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45983", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473885414814006, 38.561284116485098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45985", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473929980262994, 38.561251691237601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45989", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474035748904001, 38.561184738829702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45993", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474175799478004, 38.561097833137701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45995", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474232630125002, 38.561055161730103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45997", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474338996336996, 38.560981308182498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474792537870002, 38.560852072102698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474816604381999, 38.560800326535897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476042013539995, 38.558299886683102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476065368445006, 38.558241996221803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476119034278, 38.5581181224765 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476145867696999, 38.558056185597003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45999", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474486223941, 38.560881979802303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46001", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474631213248998, 38.560783182516303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46003", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474764674127996, 38.560708415532901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46009", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475131755066997, 38.560519594058498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46011", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475200007276001, 38.560480150540201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46013", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475295381894, 38.560439384002699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476172699922998, 38.557994248706102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476245842975999, 38.557841578474701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476269601545994, 38.557786798797999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476293360072006, 38.557732020017198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46015", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475401221902999, 38.560394690061699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46017", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475514544814999, 38.5603503371402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46021", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475721189018003, 38.560271156546598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45524", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476371699620003, 38.557544698571199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45770", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470145973266, 38.568461363430501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45802", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470629452541999, 38.5673539206675 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45804", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470653446320995, 38.567298762112401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44281", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467001478813003, 38.582592666798099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44283", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467031820970007, 38.582531168849599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470617404481004, 38.573920681168197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470806861978005, 38.573827301783602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470672716899003, 38.573793208412802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470822441392997, 38.573791467720497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470834559805994, 38.573758239447201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470700373034006, 38.573729472025001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470850097392997, 38.573727731296998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474848735134998, 38.564515345668099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474729389504006, 38.564437757555702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474872040742, 38.564461287633698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475004547764996, 38.564154171804397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474867212869, 38.564102626467204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475023366038997, 38.564111109563903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474894657516003, 38.564039633184898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475050809405005, 38.564048116239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474923815276995, 38.563973985515098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475098787495995, 38.563939407188599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44571", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470912556155, 38.573592102835001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470776631155005, 38.573563476203503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470803472697, 38.573501854078401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470976714017993, 38.573453722655003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470830314184994, 38.573440232847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470988111370005, 38.573429038789101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470995062398998, 38.573406438199697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470857155633993, 38.573378610710201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471008155847002, 38.573381759379899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471015136483004, 38.573355164343901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470883997030001, 38.573316989467202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471035043860994, 38.573326524779802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44827", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474973508977001, 38.563862620343798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475150332295996, 38.563806749512402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475195416532998, 38.563714379494201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475073131440993, 38.563660747687003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475218898796996, 38.563659944716697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475099969875004, 38.563598536289902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475126808254998, 38.563536325787403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475269335546002, 38.563540440476601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470910838386004, 38.573255367316897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44595", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472001549455996, 38.570718720143503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472030016676001, 38.570653143007597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472058483843, 38.570587565864599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475180591457999, 38.563397258452198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475321535361999, 38.563411624420702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475207428543996, 38.563335047925598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475345017429007, 38.563357189617399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475486725783, 38.563034987985098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475340699203002, 38.563006147875598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475514270209999, 38.562975460764903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475368233951002, 38.562947952172401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475541775457998, 38.562921257665899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44856", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475395817603001, 38.562883099050701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44857", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475562499600997, 38.5628670238357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467478412974003, 38.578068296467301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467333889539006, 38.578035492056102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467506276232996, 38.5780041698888 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467359968528996, 38.577979479798401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467562003755006, 38.577875915816001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467589868011999, 38.577811789222601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467436580278999, 38.577797898622102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467464403039003, 38.577739188065699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467485267886005, 38.577688568894402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44604", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472086950950995, 38.5705219896155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472115418013004, 38.570456412458398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44617", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472363983462998, 38.570259408576703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44618", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472210976133994, 38.570233576897401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44859", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475586689424006, 38.562814284978103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44860", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475439036069005, 38.562789209678598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44861", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475610986731994, 38.562758781747597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44862", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475466782723998, 38.562725734751702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475630178071995, 38.562705918433501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44867", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475677710244, 38.562596439563798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475543523000994, 38.562553316452501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44869", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475701369844003, 38.562541662252201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475570563133004, 38.562490713972501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475725029407002, 38.562486884935701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475597603222994, 38.562428110585302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475748690081005, 38.5624321076196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475624643260005, 38.562365508092498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468426256127998, 38.575873743686401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468281646278996, 38.575854458015002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468309101276006, 38.575791310450697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468481165840004, 38.575747447581897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468508621774006, 38.575684299074702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468364011139002, 38.575665013500704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468391465997001, 38.575601865015898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468563531200999, 38.575558002029801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468411941927002, 38.5755495159734 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44619", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472373518737001, 38.570233452130402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44620", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472387271608994, 38.570208220310001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47223761379, 38.570172031896298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44622", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472396816715005, 38.570180932379699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44623", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472410608953993, 38.570150374628497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44624", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472264252542004, 38.570110487795098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44625", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472418459180005, 38.570123078971598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44626", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472435643419004, 38.570092536677102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44628", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472445178645998, 38.570066580224797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44629", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472458951150998, 38.570038685431797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472317527618998, 38.569987398662803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44631", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472468486362004, 38.570012728977602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44632", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472482258848004, 38.569984834181703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44633", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472344166240006, 38.569925853642197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475772349571997, 38.562377330293401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44876", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475651683248998, 38.562302905593398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44877", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475796009025999, 38.5623225529622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475678722043, 38.562240303082703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475819668444004, 38.562267775626303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475811305657004, 38.561918134503699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475838246071007, 38.561869041372603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475858394564, 38.561821248104202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472406261201002, 38.566710376644899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472240694207997, 38.566728908289399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472425929368001, 38.566659912411097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472449947605995, 38.566604485134299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472301745866005, 38.5665908907134 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472473965806003, 38.566549057852598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472329195192998, 38.566527545797399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472497983969006, 38.566493630565802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472522002095005, 38.566438203273997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472546020183003, 38.566382775977203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472411544042998, 38.566337509213199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472570039380997, 38.566327348680502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472493846470002, 38.5695881694542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472517805777002, 38.569538200432604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472684452943, 38.5695130417756 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472706746765994, 38.5694590705479 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44648", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472572696420002, 38.569412997834398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472598420498002, 38.569353717050099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472761645708005, 38.569332536372499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475910705383001, 38.561705746659399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475937743434997, 38.561643339581202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476013361715005, 38.561454335777597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476040400157999, 38.5613918502997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471346917865006, 38.568786288493598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471489016079005, 38.5688142426865 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471512857028998, 38.5687593985717 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471397881084997, 38.568671745047702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471541971079006, 38.568691038031503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471419903278004, 38.568615811568797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45232", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471569351523002, 38.568624024520503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471443609972994, 38.568565301975497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471596700690995, 38.568561072107698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471498082363993, 38.5684426520153 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468813104955998, 38.578442073765103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468658584804999, 38.578413153961201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468834114952998, 38.578387273053202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468683044518997, 38.578350381748699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468861957002005, 38.578325847849101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468710907664999, 38.5782862936233 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468912494031997, 38.578210961169702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468759680453005, 38.578180718701198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468940356911006, 38.5781468738898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472625870046002, 38.569290450441798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472782233584994, 38.569279888887301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472831421658995, 38.569177183540297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472692209225002, 38.569136519867101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472855262204007, 38.569122270683401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472719455174001, 38.569073762217798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472879102717997, 38.569067356920698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472902942041998, 38.569012444048703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472926782483, 38.568957530276101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472801193890007, 38.568885488335297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476125004539995, 38.561191097056899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476152042785003, 38.561128611552803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476283499971998, 38.560831933653297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476310941823002, 38.560768822914604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476336638985998, 38.560712361008399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476364080750997, 38.560649249355997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471804062687994, 38.568121522719402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471830904195997, 38.568059508473397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471670816984997, 38.568028106833701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471857744510004, 38.567997494215902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471694109024995, 38.567979616011499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471884585918005, 38.567935480858203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471907937908, 38.567878866871702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471745945999004, 38.567871825930602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471929513969002, 38.567829014124797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468787542315994, 38.578116630551797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468968218597993, 38.5780827856968 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468815405276999, 38.578052542400897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468874110301002, 38.577938251771997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469029816307994, 38.577924446246797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468900749018999, 38.5778774922073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469053125214003, 38.577871281259497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469076432931999, 38.577818117162998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468947122613002, 38.577771918814101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468963484954998, 38.577724425563403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469123049416993, 38.577711788060398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472828439653995, 38.568822729759198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472974463247994, 38.568847703616797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47310358595, 38.568544392505103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472966064909997, 38.568503726044199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473125271187001, 38.568491634640502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472991230684002, 38.568439002111397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473152110832004, 38.568429580445098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473161749547003, 38.568400732524601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476389819199994, 38.5605874624191 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476417290173998, 38.560520357207402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476441183933005, 38.5604785312117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476501204027997, 38.560346190566896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476518188745004, 38.560306782846297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476540348674007, 38.560255416590699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472433759300003, 38.566282262910498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472594057395, 38.566271921373698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472455894437005, 38.5662378477329 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468983270538004, 38.577672953431602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469146358177994, 38.577658623955003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469004741223998, 38.577622820552499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469268178210001, 38.577351024987898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469140846873998, 38.577306409792698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469290085037002, 38.577297762535601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469167911666005, 38.5772438521279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469317149695001, 38.577235204835901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469191493758004, 38.577193259528698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469218558468995, 38.577130700951002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473178951570006, 38.568367527149498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473041411159997, 38.5683295237423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473193675877994, 38.568338702372102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473205792260998, 38.568305473847701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473218800929999, 38.568279302511101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473232631765001, 38.568243419633397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473095091565995, 38.568205416289899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473247367004006, 38.568213263372201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473320210276, 38.568051397206702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476571074096, 38.560156615366097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477373078933994, 38.558671315330997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477235438361006, 38.558647982087798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477394534577002, 38.558621649332999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477258599584005, 38.558596992291697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477285229111004, 38.558535368644499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477440866484002, 38.558518339991402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477329886045993, 38.558429387827601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467686238034005, 38.577571034080798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467530798794002, 38.577574075095299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467557037705006, 38.577513353635403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45133", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467732155861995, 38.577464771685598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467778073561007, 38.577358508370999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467635754175006, 38.577331188318702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467801032929003, 38.577305377160002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467661992906002, 38.577270466834797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469367866718002, 38.577112735029601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469240455359994, 38.577078769989399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469396606464997, 38.577052847142703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469267519984001, 38.577016211400199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469423590584995, 38.577000938562698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469475978101997, 38.576899320439097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469335177277003, 38.576863677930497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469499997228993, 38.5768445460116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469362627649005, 38.576801078745603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469524016318999, 38.576789771579001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469390077973003, 38.576738479554102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473167225927, 38.568032062347697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473333690252005, 38.568021526213201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473344061418999, 38.567994946467401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473194472779994, 38.567969068558298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473357530398999, 38.567966406948003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473221719584004, 38.567906074762298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473406936016005, 38.5678521825727 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473415571865999, 38.567830921033597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473276213042993, 38.567780088051897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473430777204001, 38.5677970623967 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473441137327995, 38.567771814118998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473303459703004, 38.5677170942365 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477506102489002, 38.558380500786598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477360013023002, 38.5583531358673 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477386642377994, 38.5582915112957 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44966", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477584934749004, 38.558200138388798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477445833085994, 38.558155369145197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4776089044, 38.558145081917701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477636352035006, 38.558078058300303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477504080054004, 38.558020220899103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477687798377005, 38.557951984641598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471767523319002, 38.567821973219097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471969417216002, 38.567736157739397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471824990513994, 38.567687260240199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472000493015003, 38.567659373632203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471854233165004, 38.5676147587833 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472031508629001, 38.567590713538799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471910903451004, 38.567481934912998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472084856392996, 38.5674614780214 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471938351147998, 38.567418903592298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45270", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471965799944002, 38.567355872270198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469572054387996, 38.576680222698698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469444978477, 38.576613281151403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469596073367001, 38.576625448251001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469472429811006, 38.576550681044502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469620092309, 38.576570673798201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469757684152, 38.576246986280097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469611656197998, 38.576218085001898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469785137711995, 38.576183876202599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469639109870997, 38.5761549758599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469666563508, 38.5760918649096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473454617201, 38.567741943111301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473463272676, 38.567718018604403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473582260271002, 38.567452615689803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473446614427004, 38.567395847564697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473605851694003, 38.567398339384802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473473655633995, 38.567333597818099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473632892756001, 38.567336090501797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473500696787994, 38.567271348966003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473527737894003, 38.567209100107497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44728", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473554778953002, 38.567146851242597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477711816593001, 38.557890270735697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477574254103004, 38.557850038303002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477735752282001, 38.557834967239899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468614088351003, 38.575448381322403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468473049861998, 38.575404876324001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468637756864993, 38.575393709065402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468500100197005, 38.575342392621103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468666690578004, 38.575326874524002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468527150477001, 38.5752799098126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468554200716994, 38.575217426096998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468744695888006, 38.575149348434003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468608299899998, 38.575092459541999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469694017083, 38.5760287557545 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469867499238006, 38.5759945477378 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469900128930007, 38.575919480296903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469743759923006, 38.575913164184499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469944433823002, 38.575808991651797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469964855943999, 38.575758333078703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469820295847001, 38.575760126062299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469847544523006, 38.5756976825975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469874794297994, 38.5756352391316 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473710682702006, 38.567141340400703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473574939125996, 38.5670978845449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473732558349994, 38.567089718422103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473625494801993, 38.566980228384701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473778417003999, 38.566981406573703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473652943396004, 38.5669168435168 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473802434551004, 38.566925944783598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473680391941002, 38.566853458642498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473826452061004, 38.566870482988499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473704379834999, 38.566799376913004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473850469534, 38.566815021188503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473731828289999, 38.566735992026302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473874486970004, 38.5667595593833 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473759277843001, 38.566672607138301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45145", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467955735269001, 38.576977277623499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45147", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467979426309, 38.576922798393603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45148", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467826242653004, 38.576899356558101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45149", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467997999765998, 38.576870957794803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45150", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467848306337999, 38.576842115828804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45151", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468023552258998, 38.576808317768098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467870308241004, 38.576792999108903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45153", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468043880815998, 38.576752421276701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45155", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468064168943002, 38.576701942596202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467921342672, 38.576677195326198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45157", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468084455899998, 38.576651463005803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467945049139004, 38.576630793625 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469929291412001, 38.5755103521698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470083871219003, 38.575511767970397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469956589353998, 38.575441252171601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44504", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470095569860007, 38.575117214766003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470245931036004, 38.575128247947298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470256334042006, 38.575097674936998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473898504367995, 38.566704097573101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473786726200004, 38.566609222238498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473922521728994, 38.5666486357579 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474059055126006, 38.566350740151499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473921665524003, 38.566301930388803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474079155569001, 38.5663097991943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473948705602993, 38.566239721069302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474097609132997, 38.566262194018002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473975745641994, 38.5661775108425 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474149983177995, 38.566139099068003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45275", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472249244815998, 38.5670755343737 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472104711881997, 38.567048128551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472276286652999, 38.567013324544597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472128283412005, 38.566988610127801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472303328435999, 38.566951115610102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472155325322007, 38.566926400326999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472330370178994, 38.566888905768302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472357411874995, 38.566826695920199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472204165023001, 38.566811436041803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472384453516995, 38.566764486966598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470272573356993, 38.575066704309499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470292302624998, 38.575022435280403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44512", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470175494771993, 38.574932583026403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470370392434006, 38.574856432785502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470382510085003, 38.574823205455701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474012613545995, 38.566087627349397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474039653470996, 38.566025417107603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474200612079002, 38.566022651999702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474066692202001, 38.5659632068541 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474253073914994, 38.565891332206903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474276911876998, 38.565836316350399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45209", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471284241896001, 38.5692823509943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45211", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471311693161994, 38.569219006322101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45213", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471339144385993, 38.569155660742403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45214", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471208521208993, 38.569106752554603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45215", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471366595560994, 38.569092315156198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45216", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471235972480997, 38.569043406999299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45218", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471263423704997, 38.568980061437401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45219", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471403993685996, 38.569000747515901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45222", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471431444743999, 38.568937401914098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470441570283, 38.574659133863399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44526", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470312646137003, 38.574615675708998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470455067885993, 38.574627219140602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470465480612006, 38.574595314629498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44529", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470339892780999, 38.574553388878101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470478928798002, 38.57457005461 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470491046350006, 38.574536827268702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44532", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470367139377004, 38.574491102040703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44535", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470389209784997, 38.574440773457098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44538", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470416377236006, 38.574389136660201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470545373537007, 38.574405197827801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474372266817994, 38.565616250188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468136330131998, 38.576542408912303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468002035151997, 38.576499275771198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468160000146995, 38.5764876331544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468029087193997, 38.576436674165898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468183670125995, 38.576432857391502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468056138034001, 38.576374073449898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468245010603994, 38.5762962909725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468110241868004, 38.576248872009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468272241156001, 38.576226637902799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468137293712999, 38.576186271279298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470552314925996, 38.574383927846299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44541", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470435015825998, 38.5743441175754 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470562321396997, 38.574365311512999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470569241874003, 38.574346703587899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470567307466993, 38.574030870602598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470722197499995, 38.574018502347201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470732550755002, 38.573994585801501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470748088437006, 38.573964077665103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470760187159001, 38.573933512363197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474652200980003, 38.564959127008599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474679241936002, 38.564896642752601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474732203128994, 38.564785635753204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474596210117994, 38.564746660108298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474755510060007, 38.5647315777477 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474622845393995, 38.564684880327697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474649481778002, 38.564623099645303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474825428345994, 38.564569403692502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474702753258995, 38.564499538256698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48114", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511723712095005, 38.5695541324164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48114", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511723712095005, 38.5695541324164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48114", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511723712095005, 38.5695541324164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48118", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511879073030997, 38.5694197623232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48118", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511879073030997, 38.5694197623232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48118", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511879073030997, 38.5694197623232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48124", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512164442133994, 38.569156545271603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48124", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512164442133994, 38.569156545271603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48124", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512164442133994, 38.569156545271603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48126", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512263485605004, 38.569057754215898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48126", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512263485605004, 38.569057754215898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48126", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512263485605004, 38.569057754215898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48132", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512439375449006, 38.568801539068097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48132", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512439375449006, 38.568801539068097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48132", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512439375449006, 38.568801539068097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48137", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.512151803856, 38.5689740444395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48138", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512611307713001, 38.568555860084302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48138", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512611307713001, 38.568555860084302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48138", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512611307713001, 38.568555860084302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48140", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512658262753007, 38.568489016738802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48140", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512658262753007, 38.568489016738802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48140", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512658262753007, 38.568489016738802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48142", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512703787180001, 38.568410182738603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48142", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512703787180001, 38.568410182738603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48142", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512703787180001, 38.568410182738603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48144", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512749336251005, 38.5683349506049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48144", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512749336251005, 38.5683349506049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48144", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512749336251005, 38.5683349506049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48146", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512794905839996, 38.568256699638901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48146", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512794905839996, 38.568256699638901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48146", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512794905839996, 38.568256699638901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48154", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512953744659995, 38.567997931788199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48154", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512953744659995, 38.567997931788199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48154", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512953744659995, 38.567997931788199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47930", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509305716857995, 38.575312014697701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47930", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509305716857995, 38.575312014697701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47930", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509305716857995, 38.575312014697701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47932", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509334378413996, 38.575244322164998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47932", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509334378413996, 38.575244322164998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47932", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509334378413996, 38.575244322164998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47934", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509359556516003, 38.575173012180002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47934", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509359556516003, 38.575173012180002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47934", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509359556516003, 38.575173012180002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47936", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509380411929001, 38.575119992771697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47936", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509380411929001, 38.575119992771697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47936", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509380411929001, 38.575119992771697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47938", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509420291526993, 38.575034580297199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47938", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509420291526993, 38.575034580297199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47938", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509420291526993, 38.575034580297199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47940", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509444926637002, 38.574978625560703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47940", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509444926637002, 38.574978625560703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47940", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509444926637002, 38.574978625560703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47942", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509465903719999, 38.574907894143898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47942", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509465903719999, 38.574907894143898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47942", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509465903719999, 38.574907894143898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47944", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509490619949005, 38.574840129900998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47944", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509490619949005, 38.574840129900998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47944", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509490619949005, 38.574840129900998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47946", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509511575500994, 38.574772350619902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47946", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509511575500994, 38.574772350619902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47946", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509511575500994, 38.574772350619902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47950", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509556084036006, 38.574640391318198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47969", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509631933479, 38.573863838806403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47971", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509663167366, 38.573789757128203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47973", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509692090314999, 38.573719459325297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47975", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509719267188999, 38.573642891994801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47977", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509745717388, 38.573575035944003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47979", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509760920364002, 38.5735014431012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47981", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509770762450998, 38.573416058253599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47981", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509770762450998, 38.573416058253599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47981", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509770762450998, 38.573416058253599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47983", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509800066156998, 38.573354443067103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47983", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509800066156998, 38.573354443067103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47983", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509800066156998, 38.573354443067103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47985", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509821933748995, 38.573285263998002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47985", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509821933748995, 38.573285263998002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47985", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509821933748995, 38.573285263998002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47987", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509841068651994, 38.573224470602199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47987", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509841068651994, 38.573224470602199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47987", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509841068651994, 38.573224470602199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47988", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510016407994996, 38.573152596202902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47988", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510016407994996, 38.573152596202902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47988", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510016407994996, 38.573152596202902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47989", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509865594396004, 38.573157402767798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47989", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509865594396004, 38.573157402767798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47989", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509865594396004, 38.573157402767798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47991", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509895497692, 38.573086158621301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47991", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509895497692, 38.573086158621301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47991", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509895497692, 38.573086158621301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47993", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509925399774005, 38.573014915362897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47993", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509925399774005, 38.573014915362897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47993", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509925399774005, 38.573014915362897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47995", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509949882116999, 38.5729541436869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47995", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509949882116999, 38.5729541436869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47995", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509949882116999, 38.5729541436869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47996", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510176701288003, 38.572783828985699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47996", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510176701288003, 38.572783828985699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47996", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510176701288003, 38.572783828985699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47997", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509971677340005, 38.5728954615196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47997", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509971677340005, 38.5728954615196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47997", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509971677340005, 38.5728954615196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47998", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510209277898994, 38.572712596972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47998", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510209277898994, 38.572712596972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47998", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510209277898994, 38.572712596972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47999", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509990739925001, 38.572845163227697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47999", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509990739925001, 38.572845163227697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47999", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509990739925001, 38.572845163227697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48001", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510009831315998, 38.572790666880898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48001", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510009831315998, 38.572790666880898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48001", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510009831315998, 38.572790666880898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48002", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510258140980994, 38.572605747575999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48002", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510258140980994, 38.572605747575999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48002", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510258140980994, 38.572605747575999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48003", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510028938242002, 38.572734071509998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48003", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510028938242002, 38.572734071509998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48003", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510028938242002, 38.572734071509998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48005", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510050688945995, 38.572681685499298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48005", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510050688945995, 38.572681685499298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48005", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510050688945995, 38.572681685499298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48006", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510290773920005, 38.572526118530298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48006", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510290773920005, 38.572526118530298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48006", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510290773920005, 38.572526118530298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48007", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510080489801993, 38.572625135381003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48007", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510080489801993, 38.572625135381003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48007", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510080489801993, 38.572625135381003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48010", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510317988335004, 38.572456962889497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48010", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510317988335004, 38.572456962889497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48010", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510317988335004, 38.572456962889497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48014", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510360346349003, 38.572352660693198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48014", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510360346349003, 38.572352660693198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48014", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510360346349003, 38.572352660693198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48015", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510223903466994, 38.572339719597203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48015", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510223903466994, 38.572339719597203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48015", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510223903466994, 38.572339719597203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48016", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510389358059996, 38.5722879720714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48016", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510389358059996, 38.5722879720714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48016", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510389358059996, 38.5722879720714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48017", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510250200146004, 38.572276868160301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48017", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510250200146004, 38.572276868160301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48017", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510250200146004, 38.572276868160301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48018", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510413817251006, 38.572227637135697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48018", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510413817251006, 38.572227637135697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48018", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510413817251006, 38.572227637135697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48020", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510438552978997, 38.5721617817753 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48020", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510438552978997, 38.5721617817753 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48020", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510438552978997, 38.5721617817753 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48022", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510463820238002, 38.572106927692097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48022", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510463820238002, 38.572106927692097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48022", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510463820238002, 38.572106927692097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48024", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510471366030998, 38.572087620977101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48024", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510471366030998, 38.572087620977101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48024", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510471366030998, 38.572087620977101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48025", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510324383509001, 38.572067778709801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48025", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510324383509001, 38.572067778709801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48025", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510324383509001, 38.572067778709801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48026", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510493636442007, 38.572027653343198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48026", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510493636442007, 38.572027653343198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48026", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510493636442007, 38.572027653343198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48027", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510336808901997, 38.572024047742701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48027", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510336808901997, 38.572024047742701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48027", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510336808901997, 38.572024047742701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48028", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510520255386993, 38.571971135604201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48028", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510520255386993, 38.571971135604201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48028", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510520255386993, 38.571971135604201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48029", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510354133752003, 38.571972720425897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48029", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510354133752003, 38.571972720425897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48029", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510354133752003, 38.571972720425897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48030", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510551258169002, 38.571912921089599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48030", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510551258169002, 38.571912921089599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48030", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510551258169002, 38.571912921089599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48031", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510373859474996, 38.571925212248303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48031", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510373859474996, 38.571925212248303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48031", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510373859474996, 38.571925212248303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48032", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510575045029, 38.571832620332003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48032", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510575045029, 38.571832620332003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48032", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510575045029, 38.571832620332003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48033", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510396088300993, 38.571866292198699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48033", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510396088300993, 38.571866292198699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48033", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510396088300993, 38.571866292198699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48034", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510601969895006, 38.571766951669503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48034", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510601969895006, 38.571766951669503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48034", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510601969895006, 38.571766951669503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48035", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510425591301995, 38.571807403810404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48035", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510425591301995, 38.571807403810404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48035", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510425591301995, 38.571807403810404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48036", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.51063841461, 38.571694970129798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48036", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.51063841461, 38.571694970129798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48036", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.51063841461, 38.571694970129798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48037", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510452760956994, 38.571735179498901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48037", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510452760956994, 38.571735179498901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48037", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510452760956994, 38.571735179498901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48039", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510484858398996, 38.571651553564202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48039", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510484858398996, 38.571651553564202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48039", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510484858398996, 38.571651553564202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48040", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510683392195006, 38.571570836666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48040", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510683392195006, 38.571570836666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48040", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510683392195006, 38.571570836666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48041", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510516838217001, 38.571585060356199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48041", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510516838217001, 38.571585060356199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48041", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510516838217001, 38.571585060356199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48042", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510703069376007, 38.5715229957978 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48042", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510703069376007, 38.5715229957978 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48042", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510703069376007, 38.5715229957978 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48044", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510719268093993, 38.571474511398598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48044", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510719268093993, 38.571474511398598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48044", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510719268093993, 38.571474511398598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48048", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510776625339005, 38.571377646280702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48048", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510776625339005, 38.571377646280702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48048", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510776625339005, 38.571377646280702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48049", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510641234721007, 38.571271619671002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48049", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510641234721007, 38.571271619671002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48049", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510641234721007, 38.571271619671002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48050", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510787980779995, 38.571347642195398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48050", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510787980779995, 38.571347642195398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48050", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510787980779995, 38.571347642195398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48051", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510656777707993, 38.571235750452402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48051", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510656777707993, 38.571235750452402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48051", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510656777707993, 38.571235750452402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48052", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510805757499995, 38.571310842762998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48052", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510805757499995, 38.571310842762998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48052", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510805757499995, 38.571310842762998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48186", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480923603188998, 38.591549156225199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48054", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510818147932994, 38.571281352955502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48054", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510818147932994, 38.571281352955502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48054", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510818147932994, 38.571281352955502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48055", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510687863632995, 38.571164012008701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48055", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510687863632995, 38.571164012008701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48055", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510687863632995, 38.571164012008701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48056", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510835244009002, 38.571250594751 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48056", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510835244009002, 38.571250594751 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48056", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510835244009002, 38.571250594751 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48058", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510843599821996, 38.571217893315698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48058", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510843599821996, 38.571217893315698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48058", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510843599821996, 38.571217893315698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48059", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510718949502007, 38.571092272655797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48059", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510718949502007, 38.571092272655797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48059", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510718949502007, 38.571092272655797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48060", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510862582022995, 38.571179498978097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48060", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510862582022995, 38.571179498978097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48060", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510862582022995, 38.571179498978097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48062", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510873269174994, 38.5711460299188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48062", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510873269174994, 38.5711460299188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48062", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510873269174994, 38.5711460299188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48064", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510885258230005, 38.571113647434302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48064", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510885258230005, 38.571113647434302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48064", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510885258230005, 38.571113647434302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48065", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510765578185001, 38.5709846640611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48065", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510765578185001, 38.5709846640611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48065", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510765578185001, 38.5709846640611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48066", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510905521839007, 38.571079992710601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48066", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510905521839007, 38.571079992710601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48066", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510905521839007, 38.571079992710601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48067", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510781121045994, 38.570948794825597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48067", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510781121045994, 38.570948794825597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48067", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510781121045994, 38.570948794825597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48068", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510913295380007, 38.571040487949297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48068", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510913295380007, 38.571040487949297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48068", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510913295380007, 38.571040487949297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48070", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510931093547001, 38.571015270502599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48070", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510931093547001, 38.571015270502599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48070", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510931093547001, 38.571015270502599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48071", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510812206720999, 38.570877056348301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48071", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510812206720999, 38.570877056348301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48071", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510812206720999, 38.570877056348301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48072", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510942979871999, 38.570983302891101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48072", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510942979871999, 38.570983302891101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48072", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510942979871999, 38.570983302891101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48073", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510831702453999, 38.570832039900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48073", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510831702453999, 38.570832039900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48073", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510831702453999, 38.570832039900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48074", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510964812382994, 38.570943248516897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48074", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510964812382994, 38.570943248516897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48074", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510964812382994, 38.570943248516897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48075", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510855152215996, 38.570777877148601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48075", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510855152215996, 38.570777877148601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48075", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510855152215996, 38.570777877148601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48080", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511096138164007, 38.570561983872203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48080", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511096138164007, 38.570561983872203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48080", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511096138164007, 38.570561983872203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48082", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511121362790007, 38.5705034817422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48082", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511121362790007, 38.5705034817422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48082", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511121362790007, 38.5705034817422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48084", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511146587368998, 38.570444980507503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48084", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511146587368998, 38.570444980507503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48084", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511146587368998, 38.570444980507503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48086", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511171811905996, 38.570386479267299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48086", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511171811905996, 38.570386479267299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48086", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511171811905996, 38.570386479267299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48088", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511197036401001, 38.570327978021602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48088", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511197036401001, 38.570327978021602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48088", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511197036401001, 38.570327978021602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48092", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511247485268996, 38.570210975513397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48092", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511247485268996, 38.570210975513397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48092", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511247485268996, 38.570210975513397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48094", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511272709639996, 38.570152474251003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48094", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511272709639996, 38.570152474251003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48094", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511272709639996, 38.570152474251003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48096", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511297933977005, 38.570093972082098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48096", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511297933977005, 38.570093972082098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48096", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511297933977005, 38.570093972082098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48194", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480527576392006, 38.591442776168002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48195", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480521436800998, 38.591349887772097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48196", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480428569878995, 38.591416180716799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48197", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480427930641994, 38.591324770142897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48199", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480334424549, 38.591299652438202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48200", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480230557067998, 38.591362990461299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48203", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480147412560001, 38.591249416802199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48204", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480032544558, 38.591309798966201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48205", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480053907812007, 38.591224298876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48208", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479866896226, 38.591174061886001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48098", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511323158265995, 38.570035470808598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48098", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511323158265995, 38.570035470808598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48098", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511323158265995, 38.570035470808598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48100", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511348382513006, 38.569976969529499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48100", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511348382513006, 38.569976969529499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48100", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511348382513006, 38.569976969529499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48102", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511373606719005, 38.5699184682449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48102", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511373606719005, 38.5699184682449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48102", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511373606719005, 38.5699184682449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48104", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511402257824003, 38.569875659705701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48104", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511402257824003, 38.569875659705701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48104", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511402257824003, 38.569875659705701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48106", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511444297270003, 38.5698234554702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48106", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511444297270003, 38.5698234554702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48106", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511444297270003, 38.5698234554702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48108", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511486337801003, 38.569771251224203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48108", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511486337801003, 38.569771251224203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48108", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511486337801003, 38.569771251224203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48110", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.511566531930001, 38.569692328838599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48112", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "FRI", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511647984457994, 38.569616798173499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48112", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SAT", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511647984457994, 38.569616798173499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48112", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "SUN", "start_time": "00:00", "end_time": "05:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511647984457994, 38.569616798173499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47138", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469237151182995, 38.563697107947497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47140", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469260813538, 38.5636426751838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47142", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469284475858004, 38.5635882424152 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47144", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469308139296004, 38.5635338087462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47150", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469379127077005, 38.563370510401803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47152", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469402789216005, 38.563316077608903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47154", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469426451318995, 38.563261644811 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47156", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469450113386003, 38.563207212008301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47157", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469336649824996, 38.563128187606502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47158", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469473776564001, 38.563152779206 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47159", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469361890236001, 38.563070125132597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47160", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469497438559003, 38.563098346393502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47161", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469387129450993, 38.563012063548697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47167", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469670667729005, 38.562718206327197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47168", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469512192392003, 38.562711571108998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47169", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469703559481005, 38.562651089677999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47170", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469528168441997, 38.562679252542402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47171", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469734568039001, 38.5625883247383 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47173", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469761831900996, 38.562531354328698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47175", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469796531016001, 38.562470058527403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47176", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469576204524998, 38.562567765838999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47177", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469816317452995, 38.5624232258915 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47178", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469592192462997, 38.562533994169598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47180", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469610083972, 38.562492965478697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47183", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469874094909997, 38.5622841927864 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46407", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469910650448995, 38.565231647965298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46409", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469933581212004, 38.565172669387302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46411", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469960624053002, 38.565110499735702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47184", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469646661434993, 38.562398337895303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47185", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469894449658995, 38.562231586182499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47186", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469682573005997, 38.5623083811087 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47188", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469724004252996, 38.562222808144099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47189", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469935191450006, 38.562122013666801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47190", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469759958824994, 38.562127039838003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47191", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469963002933, 38.562062176358801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47193", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469990804730003, 38.562003791247498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47194", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469841002487001, 38.561951527865801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47195", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470005542414995, 38.561959877793697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46425", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470137388018003, 38.564716230158403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46427", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470164635985995, 38.564653276717301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46429", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470191883905002, 38.564590323269698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47246", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470633378583997, 38.560139879436498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46459", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470641279462995, 38.563541303587002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46461", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470666518818007, 38.563483259747201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46463", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470691756977004, 38.563425216797398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46465", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470716996248996, 38.563367172946499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46988", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466924266185998, 38.568684123856102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46990", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466950907498003, 38.568622777365299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46996", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467021379090994, 38.5684648483074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47304", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471876679939996, 38.557731783500302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46471", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470840635242993, 38.563082715774598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46473", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470867880222002, 38.563019997292898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46475", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470895125146001, 38.5629572797056 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46477", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470922370029996, 38.562894561210904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46479", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470949614865006, 38.562831842709798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46481", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470976859653007, 38.562769124202198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47002", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467154817045994, 38.568155539280603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47004", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467182272136995, 38.568092116310297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47008", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467237183313003, 38.567965271256099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46763", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462256444096994, 38.5797748504936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46765", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462284042739, 38.579714110396502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47016", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467343426209993, 38.567717088006297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471342375763996, 38.561927832186299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46507", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471390624191002, 38.561816968234403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46509", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471417868770004, 38.561754328002898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46511", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471445112154001, 38.561691687759598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46513", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471462749260994, 38.561652456719102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46518", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471535598821006, 38.561486906128899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462491088505999, 38.579230525572697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462512511865995, 38.579178660327997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46780", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462380134705995, 38.579143075501896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462539565301995, 38.579116649175504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46784", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462434241734996, 38.579019053252203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462593672034004, 38.578992626851203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462488348576002, 38.578895030977002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462647777430007, 38.578868604496101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47201", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470120407725005, 38.561338575986802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47203", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470131156201006, 38.561306644215897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47205", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470149415354996, 38.561260214441504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47207", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470167696066, 38.561210878466099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47210", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470292860963994, 38.561275995302999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47213", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470229876057999, 38.561071624802501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46522", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471591838986996, 38.56133861024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46524", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471609925446998, 38.561246113838003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46528", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471603572215002, 38.561117523097401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46530", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471580652162004, 38.561070062758802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462697329397997, 38.578749204212698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46794", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462570157837007, 38.578711618540801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462725327027002, 38.5786818631817 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46796", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462597822819006, 38.578647923732603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462749566449006, 38.578621770447398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46798", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462625488905999, 38.578584228022301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462801704829005, 38.578507414540198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46802", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462680818630005, 38.578456837471798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46804", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462708484562995, 38.578393142642298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47215", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470248550801003, 38.561029165370798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47216", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470338941717998, 38.561191910064203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47217", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470269695439995, 38.5609805812242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47219", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470290840057004, 38.560931996172997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47221", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470310068090996, 38.560892121237501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47224", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470441170699004, 38.560959507425103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47225", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470341069718998, 38.560819603887403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47226", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470459758689003, 38.560905371024297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47227", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470352863756005, 38.560784054370401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47228", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470485780589001, 38.5608469091855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47104", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468763533466003, 38.564802155073203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47106", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468788617067005, 38.564754508184301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47108", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468809989397997, 38.564708297406703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47110", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468833243795004, 38.564657734915698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47112", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468854616067006, 38.564611524129901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47114", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468872108691002, 38.564561316271202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47118", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468914145512002, 38.564464063521903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47120", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468937989286005, 38.5644089109364 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47122", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468961831876996, 38.5643537583408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47124", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468985675577997, 38.5642986057454 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47126", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469009519241993, 38.564243453145103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47128", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469033362868998, 38.564188300539897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47134", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469189825214997, 38.563805973454997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47136", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469213488790999, 38.563751540706299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47233", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470617348472999, 38.560524967933702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470481203378, 38.560491025431297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47235", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470642753942002, 38.560460631187901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47236", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470504737865994, 38.5604295864524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47237", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470662553449003, 38.560403534540399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47238", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470530089489003, 38.560372515227101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47239", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470687894158004, 38.560347916379598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47241", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470711394936998, 38.560290836650701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47242", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470586452432997, 38.560243867163898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47243", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470738629348006, 38.560229414545297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46904", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464712991686994, 38.573774874148498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49944", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490295359257004, 38.565891564185698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49945", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490244353394999, 38.566001190420799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49946", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490228508765, 38.565873713112097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49947", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490173047642998, 38.565982148528903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49949", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490101740775998, 38.565963107488798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49952", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490027960936999, 38.565820158773803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49953", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489959128310005, 38.565925024381102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49954", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489961110579003, 38.565802307545702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49955", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489887821555996, 38.565905983209298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49956", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489894261401005, 38.565784456284099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49957", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489816515989006, 38.5658869419985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49958", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489827412257, 38.5657666049838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49959", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489745209318002, 38.565867899837997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477695627374004, 38.562530825611603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477612513989996, 38.562627678092298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477542424335994, 38.562608945587598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477539572379996, 38.562491033151296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477468068079006, 38.562472305025999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477402245139004, 38.562571480450899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477380649221004, 38.562446668987498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477332155596002, 38.562552747818899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476975459448994, 38.5623413904503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476892629362993, 38.562433772543301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473062896619993, 38.5626438331416 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473085881567002, 38.562538362466597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472991784008002, 38.562624873399699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500541637943996, 38.568633913616203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500447575210998, 38.568724816246203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500466877315006, 38.5686160343474 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500381081740002, 38.568593141661502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500295287374001, 38.568570248016101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500233640575999, 38.568667711094299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499876287435995, 38.568449676903199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499825203577004, 38.568558686244998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499809955588006, 38.568431970561697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499743624914004, 38.568414265088101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49961", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489673903826997, 38.565848858539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49962", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489693712922005, 38.565730902262402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49963", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489602597225996, 38.565829817191798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49964", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489609481865003, 38.5657084165653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49965", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489531290669007, 38.565810774899397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49966", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489528143420998, 38.5656870831981 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49969", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489388678805, 38.5657726919897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49970", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489377046103002, 38.565649023210398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49971", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489317372363004, 38.565753649565501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49976", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488958441554004, 38.565541782569802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49977", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488908969877002, 38.5656445862002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476908703839001, 38.5623235491991 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476854724510005, 38.5624251472018 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476821397330994, 38.562418159651003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476841948262006, 38.562305707909402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476783518705005, 38.562406116399202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476747298167993, 38.5623979770129 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476712312938005, 38.5623870855527 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476678985792006, 38.562380097960897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476708437208003, 38.562270025214303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476641106062004, 38.562368054657298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476612140442995, 38.562359948032999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476641681730996, 38.5622521838091 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476569900371999, 38.562349023723201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476536573255999, 38.5623420360903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47657492514, 38.5622343423601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476498693571003, 38.562329992740104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499610963677995, 38.568378852225003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499542192660996, 38.5684831399617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499544633108997, 38.568361145736503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499478302566004, 38.568343440110702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499400686857001, 38.568445366107703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499411972063001, 38.568325733546203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499329934011001, 38.5684264791158 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499345641592996, 38.568308026943598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499259181202007, 38.568407592080597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499212980745, 38.568272614525199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499117675692005, 38.568369818781299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49978", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488892116266996, 38.565524069976497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49980", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488825791012005, 38.5655063573452 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49981", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488767475333006, 38.565606799346199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49983", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48869672811, 38.565587906755198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49984", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488693140601995, 38.565470931968498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49985", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488625980931999, 38.565569013220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49986", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488626815447006, 38.565453219223201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49987", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488555233791004, 38.565550119641699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49988", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488560490316999, 38.565435507340702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49989", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488484487834995, 38.5655312260252 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49990", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488494165228005, 38.565417794519398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49991", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488413740769005, 38.565512332360299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49992", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488427840170999, 38.565400081660002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49993", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488342993741, 38.565493438652197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476465391551002, 38.562319587194601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476427487956997, 38.562310961718403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476394169228996, 38.562302835347701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476441414359996, 38.562198658456097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476356282379996, 38.562291930652897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476324430684002, 38.562281531628102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476285075693994, 38.562272899538399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476254659866996, 38.562264786262404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476293408417007, 38.562160630441703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476213870193007, 38.562253868385199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476180559883005, 38.562244602355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476216545604998, 38.562135907045601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476142664730006, 38.562234837188299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476109362798994, 38.562224432441198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49476", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471133029751996, 38.562130581441103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49478", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471070489414004, 38.562114707420903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49480", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471001688944, 38.562095101163898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49482", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470929735547998, 38.562076715584602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499145051723005, 38.568257383761498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499046922996001, 38.5683509316165 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499069260200002, 38.5682359117571 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498976171484003, 38.568332044413303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498974520220997, 38.568210633382797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498547319137003, 38.5680940903896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498497788823002, 38.568204341913798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498480726805994, 38.568076313687001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498426758131004, 38.568185380191302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498414134509005, 38.568058536945998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498347542245, 38.568040760166703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49995", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48827224675, 38.565474544900901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49996", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488295190155995, 38.565364655827203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49997", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488201499796006, 38.565455651106298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50000", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488145181814005, 38.565321178342799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50001", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488060005994996, 38.5654178642882 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50002", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488071640328997, 38.565297736094102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50003", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487989259154006, 38.565398970363901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50008", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487603766720994, 38.565178492491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50009", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487583269232999, 38.565290544503299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50010", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487518903882005, 38.565151649335803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50011", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487512802091999, 38.565271724497499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476071458158003, 38.562215805942301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476039590948005, 38.562207686039699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475648503488003, 38.5619867661946 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475598987607995, 38.562089557709399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475572883726997, 38.561966570506897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475518906188, 38.562068170605301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475505954669003, 38.561948693423297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475447514346001, 38.562049101197601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475439024497007, 38.561930816295899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475376122540993, 38.562030031745898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475372095512, 38.561912938234002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49484", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470862508203993, 38.562057116435298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49486", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470801539893003, 38.562041249455902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49487", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470842232069003, 38.561919598061799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49488", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470727465945998, 38.562026144134201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49489", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470767598188004, 38.561900795622797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49491", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470674054623998, 38.561875859830302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49492", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470580459082001, 38.561979022406199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49493", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470580512265002, 38.561850924868303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470518244320999, 38.561965540558802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49495", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470486968825, 38.5618259898255 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49496", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470445459900006, 38.561946456283302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49498", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470377398086001, 38.561926468349697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498284694567005, 38.568147456605701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498280951162002, 38.568022983354098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498213662842005, 38.568128494747398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498142631153996, 38.568109532845597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498147766800003, 38.567987429603903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498071599504001, 38.568090570900203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498081174668997, 38.567969652671401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498000569038993, 38.568071608916199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497929537470995, 38.568052645982803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497943282950999, 38.567929112532603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497858505934005, 38.568033683906499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497876690926006, 38.5679113354824 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497787474435995, 38.568014721786703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497810107671, 38.567892316996598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50012", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487426782482999, 38.565124775776503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50013", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487442334982006, 38.565252905349602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50014", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487346223981007, 38.5651047884622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50016", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487261335596997, 38.565081365709901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50017", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48730140088, 38.565215266024403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50018", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487190903726002, 38.565065980783203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50019", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487230933888995, 38.565196445847 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50020", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487119043809003, 38.565047172383501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50021", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487160466934, 38.565177625626603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50023", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487089998862004, 38.565158806259198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50024", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486979678565007, 38.565009573849601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50026", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486894774031001, 38.564988429124398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50027", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486949065133004, 38.565121166504902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507423518503998, 38.569250063840798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507345470595993, 38.5693471203342 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506988084002998, 38.569135791811902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506938593431997, 38.569238592149297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506921314533997, 38.569117967872998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506867371658998, 38.569219579852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506854543950993, 38.569100143890601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506796151071001, 38.569200567515701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506724930527994, 38.569181554234802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506721005185994, 38.569064494919203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506653708868996, 38.569162541806001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506654235849993, 38.569046670826097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49500", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470285784162002, 38.561902668997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491269680320002, 38.581490546024703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49508", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491197369760002, 38.581590697139397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49510", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491126978264006, 38.581571916683203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491056586804007, 38.581553136184098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491048825933007, 38.581435057596103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490982833507005, 38.5814174513391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497738780811005, 38.567873277889497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497645411551005, 38.567976797416399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497642190690001, 38.567849163359597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49758", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497574381313001, 38.567957835170901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497178356703003, 38.567850466525101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497148815718006, 38.567844226516101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497118825173999, 38.567836647616197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497087719340996, 38.5678279179226 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50031", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486808131551001, 38.565083526579002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50033", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486737664819998, 38.565064706101197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50035", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486667198118994, 38.5650458864814 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484868439661994, 38.564450321050202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50043", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484778449466006, 38.564541561571801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484795714260997, 38.564429340693103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50045", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484682535534006, 38.564515919383801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505652677710998, 38.568779348858001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505603225550004, 38.568882159607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505585908791005, 38.568761541265197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505532004358002, 38.568863165406199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505519139903996, 38.568743733633902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505452371049998, 38.568725925964102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505385602228998, 38.5687081182556 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505318343316006, 38.568806180749 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505318832295004, 38.568690310503897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505247123423004, 38.568787186377797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505252063540993, 38.568672502718499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49521", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490784859879994, 38.581364630555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49522", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704632356994, 38.581459233056997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49524", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490634241120006, 38.581440452301202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490563851066995, 38.581421671507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493459904002, 38.581402890666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49529", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490520894349004, 38.581294202913703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490423068778, 38.581384109781801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496959195364994, 38.567796514559603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496932358530998, 38.567790190751801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496907568832995, 38.5677827298951 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496883885678002, 38.567777661218102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496851199828996, 38.5677689254941 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496822781803999, 38.567762594787901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496793249641996, 38.5677551132909 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496760096751004, 38.5677475205501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496732162179001, 38.567737563112502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496695855639999, 38.567728715206499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484699801614994, 38.564403699425398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50047", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484586622818995, 38.564490277121401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484603887896995, 38.5643780571721 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50049", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484490710173006, 38.564464634779497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484532604750001, 38.564358221805001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50051", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484394797589005, 38.564438993259003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484436692299994, 38.564332579418299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50053", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484298885079994, 38.564413350758201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50055", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484248590256996, 38.5643949069187 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484276552408005, 38.5642901409554 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50057", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484200900318996, 38.564382156623701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50059", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484153210391, 38.564369407210002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484167023165, 38.564260877326802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50061", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484105521627995, 38.564356657781701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484119505999004, 38.564247416058997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473850804297001, 38.561627886794 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473935787189006, 38.5615265392018 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473770436904005, 38.561604498083099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473812378724006, 38.561491289158603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473690028695998, 38.561586805507297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50331", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471455646489005, 38.560989538186099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50333", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471390234528002, 38.560968636822601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50335", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471313223248998, 38.560946541902098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49531", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490388911203993, 38.581258988864398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490352677689003, 38.581365328854702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490282287778996, 38.581346548790698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496663168694994, 38.567719978523598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496628443383997, 38.567711137472202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496595766362006, 38.567701159377997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496564194727, 38.567693573457703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496531507815007, 38.567684836737598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496496773776002, 38.567677237043803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496457780715005, 38.567665990001402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496426209109998, 38.567658404043499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496391950925997, 38.567648419913603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496355644475003, 38.567639571900898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50063", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484057831740998, 38.564343907427698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484070538523994, 38.564233948306999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50065", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484010143012, 38.564331157960098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484028843757997, 38.5642182354865 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483642443490993, 38.564121955992903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483575684300007, 38.564104152820299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483521790957994, 38.564205779501897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483508925142004, 38.564086349609099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483450581338005, 38.564186788835997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483442166017994, 38.564068546359401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483379370601, 38.564167799022002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505104682609002, 38.568749196598198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505118526133003, 38.568636887032099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505033462835996, 38.568730201194697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505051757472998, 38.568619080032001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504962241952995, 38.568711205742503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504891022250007, 38.568692211152197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504907553172004, 38.5685806221096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504819802590006, 38.568673215617203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504815881257002, 38.5685585129836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504748581814994, 38.568654220934299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504731342667995, 38.568535036115499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504677362232002, 38.568635225311702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496326111265006, 38.567632090279801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496300873284994, 38.567623290411703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496277190225996, 38.567618221610502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496231432767004, 38.567604366688798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49814", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495889301534007, 38.567388267428399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49815", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495836031699, 38.567494245709497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49816", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495825567821001, 38.567369348494303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49817", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495752472716006, 38.567473844895297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49820", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495667646949002, 38.567327958936197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49821", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495585377896006, 38.567429626986502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49822", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495583611376006, 38.567306672142998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483375406926996, 38.564050743071299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483308161056001, 38.564148808268499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483308647868995, 38.5640329397446 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483236951543006, 38.564129818372002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483241888850998, 38.564015135478499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483165742073993, 38.564110827530897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483175129860001, 38.563997332074798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483094531489002, 38.564091837541703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483108369755001, 38.563979528627499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483023322096003, 38.564072846612902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483041610830995, 38.563961725146797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48297485194, 38.563943921627498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482880902269002, 38.564034865519602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482813827035997, 38.5638990762886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501133405198999, 38.567689335313503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50474", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501147225053998, 38.567577008975498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501062001014006, 38.567670263689699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50476", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501080283299999, 38.567559129560898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500990596867993, 38.567651192021899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50478", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500999114219994, 38.567538391492398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500919192759, 38.567632120310101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50480", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500921508057999, 38.567517669629602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500847788689001, 38.5676130485542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50482", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500842168839, 38.567489949286603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500776384657001, 38.567593976754203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50484", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500755668246995, 38.567467789864601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500704980663997, 38.567574904910202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49571", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507859446770993, 38.570585037500997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49572", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507784733809004, 38.570682776034502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49573", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507780931515995, 38.570562420910903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49574", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507714442804996, 38.570664006060099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49577", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507636485090998, 38.570527173472598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49578", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507573859762005, 38.5706264659784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49579", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507570587020993, 38.570509577043303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49581", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507504688989002, 38.570491979675701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49582", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507433276865996, 38.5705889257259 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49583", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507438790983997, 38.570474383171401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49584", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507362984899999, 38.570570155533197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49823", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495500383630002, 38.5674069413678 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49824", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495503937375005, 38.567284264664103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49825", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495415390565995, 38.567384255691699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49826", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495440186596994, 38.567267623809897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49827", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495330404469001, 38.567360430349297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49828", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495376427788997, 38.567252122519498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49829", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495238153822996, 38.5673377128998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49830", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495318492424005, 38.567234367316203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49831", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495153159783001, 38.567315026125101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49832", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495238802461998, 38.567214238852799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49833", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495060910399999, 38.5672923085394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49834", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495160580201997, 38.567191838368203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49836", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495098274198, 38.567176344161197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49839", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494782789452998, 38.567212754808203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482738483741997, 38.563996884256198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50098", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482716617978994, 38.563877717650897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50099", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482667273383996, 38.563977894004204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482301692391005, 38.5637760746677 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482256698252002, 38.563853814540998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482235021185005, 38.563758253995204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482185582382996, 38.563834806396002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482168350012003, 38.563740433284401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482114466558997, 38.563815797306503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482043350772997, 38.5637967881732 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482035007773007, 38.5637047908466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481972235024003, 38.563777778996297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50337", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471218830058007, 38.560919811678701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471136004816998, 38.560898829713601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50343", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470976175836995, 38.560854614743597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470923773793999, 38.560840608593402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470871371764005, 38.560826603320301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470818969762007, 38.560812597122698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470766568919998, 38.560798591807398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50352", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470895647519995, 38.560708648917497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49586", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507292694111996, 38.570551386203597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49587", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507286472843006, 38.5704341360616 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49588", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507222402219995, 38.570532615925501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49589", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507204762243006, 38.570416471215999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49590", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507152111512994, 38.570513845609597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49591", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507121504710994, 38.570393834889103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49594", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507011529061003, 38.570476304845002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49595", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506989726266994, 38.570356157710002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49596", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506941238463995, 38.570457534401001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49597", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506917503444001, 38.570338533069197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49598", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506870946757005, 38.5704387639095 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49840", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49488386761, 38.5671187540527 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49841", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494697795701001, 38.567190068600098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49842", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494737515669001, 38.567084660516301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49844", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494657834110001, 38.567063392054003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49849", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494249766612995, 38.567070482741002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49853", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494108080781004, 38.5670326655694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49855", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494037237927003, 38.567013756017602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49857", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493966393956995, 38.566994847318298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481968336700007, 38.563686970020498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481901118159996, 38.563758770671299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481901665660999, 38.563669149156098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481830002487001, 38.563739761407 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481758886852006, 38.563720752098902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481768323682005, 38.563633507311899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481687771249, 38.563701743648103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481616655690004, 38.563682734252602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481621954093001, 38.563593249329301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481545540168, 38.563663724813502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481549478532997, 38.563575402264902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481474424685004, 38.563644715330597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481471214878994, 38.563555249954803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481403308086001, 38.563625706699803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481394409859007, 38.563533965392899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50458", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501682755692002, 38.567720044680797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501633234406, 38.567822836342202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50460", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501615814817001, 38.567702165580897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501561829953999, 38.567803765026802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50462", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501548872827996, 38.567684286437299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501490425539998, 38.567784693667399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50464", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501481930878995, 38.567666406354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501419021165006, 38.567765622263899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50466", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501414990105005, 38.567648527137898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501347616827999, 38.567746550816302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50468", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501348048216997, 38.567630647878197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501276212535004, 38.567727478423897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50470", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501281107515993, 38.567612767683698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501204808273997, 38.567708406888201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50472", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501214165693995, 38.567594888346498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49603", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506513844094997, 38.570227439657998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49604", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506464384151002, 38.5703302489366 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49605", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506447160696993, 38.5702096500507 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49606", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506393255255006, 38.570311273684702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49607", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506380477331007, 38.570191860404996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506322126396, 38.570292298389099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49609", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506313793998999, 38.570174070720803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49610", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506250997582001, 38.5702733221489 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506247110700997, 38.570156280998198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506179868800004, 38.5702543467659 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49613", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506180427434998, 38.570138491237202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506108740062004, 38.570235370438297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506037611354998, 38.5702163949679 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49617", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506047062152007, 38.570102911604899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505966482686006, 38.570197419453798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49859", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493895551172002, 38.566975938580697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49861", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493824708424995, 38.566957029799703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49865", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493683023049996, 38.566919211206702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49867", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493612180414999, 38.5669003022957 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49869", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493541337818002, 38.566881393341198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49873", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493399652742994, 38.566843574401403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49875", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493328809111006, 38.566824665311898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50131", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481332192679005, 38.5636066971296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480979477396005, 38.563419284339098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480935920077002, 38.563500452656903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480864153111995, 38.5634812939306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480853613372005, 38.563384539830601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480792386185001, 38.563462135159902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480790677263002, 38.563367736873502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480720619302005, 38.563442975443699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480710352030997, 38.563347437862603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480648852452006, 38.563423816583999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480643071063994, 38.563329475696499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480577085641002, 38.563404657679698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475304730774994, 38.562010962250099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475305165408002, 38.561895061029198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475227551231995, 38.561989588999403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475238236484003, 38.561877183790799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475147443753002, 38.561971618624099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475171306446001, 38.561859306508602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475065937473005, 38.561946805837302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475104377595997, 38.561841428291899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474981492561, 38.561926538205398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475030225181996, 38.561818960532399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474886941465002, 38.561899388649501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474938668706002, 38.561795274138099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474851447489996, 38.5617738866124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474741255648993, 38.561861234936003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474783075765998, 38.561754862026902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474690147165006, 38.561846815649098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49619", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505980378985996, 38.570085121728603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505895354060996, 38.570178442995001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49621", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505913695854005, 38.570067331813902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505824225468004, 38.570159467393403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49624", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505753095770999, 38.570140490842398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49625", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505772457776999, 38.570026752521898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49627", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505689962133999, 38.570008894964303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49628", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505610838774004, 38.570102539420702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49629", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505607509545996, 38.569984830358898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49630", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505539710337999, 38.570083562743498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49635", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505180163765999, 38.569871686077903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49881", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492921203733999, 38.566715883610101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49884", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492837652624999, 38.566577583076601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49886", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492771150096004, 38.566559837703998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49887", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492708397567, 38.5666590991679 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49889", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492637461493004, 38.566640170329698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49890", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492638146283994, 38.566524346849299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480575790125002, 38.563311514392197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480505318873995, 38.563385497830097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480508508078998, 38.563293552142703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480433553287, 38.563366338841902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480368141707004, 38.563257602378101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48029001994, 38.563328019821 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480188660690004, 38.5632123597034 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480146486741006, 38.563289701522898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480105406833999, 38.563195466925201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480074720206005, 38.563270541406197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480030910419003, 38.563171774716601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480002953701998, 38.563251382145999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50354", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470811727701999, 38.560690802245098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470661765019003, 38.560770579293496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50356", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470735071093003, 38.560671848188797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50357", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470609363091995, 38.560756573901799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508308616082005, 38.569487817407399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508259249714996, 38.569590653063401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508242718570003, 38.569470255593501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50365", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508188959408002, 38.569571920312498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508176821090004, 38.5694526937421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508118667990999, 38.569553187514003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508110923648999, 38.5694351309524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508045025087, 38.569417569020999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49636", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505130741079995, 38.569974506665297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49637", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505113482062001, 38.569853912823604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49638", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505059612769003, 38.569955548611198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49639", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505046799243004, 38.569836139525997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49640", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504988484495001, 38.5699365905134 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49641", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504980116457006, 38.569818366189999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49642", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504917356259, 38.569917632371897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49644", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504846228066995, 38.569898673285799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49645", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504846750984996, 38.569782819402697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49647", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504770589380001, 38.569763763964197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49648", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504703971783997, 38.569860756784301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49649", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504694419195999, 38.569745949873301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49650", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504632843699, 38.569841798467998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49651", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504611941269005, 38.5697256258685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49652", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504561715652002, 38.569822840108003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49893", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492495590591005, 38.566602314329401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49894", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492492113628998, 38.566484241080602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49895", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49242465463, 38.566583385360701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49897", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492353719847003, 38.566564457254401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49898", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492356263801994, 38.566440761784001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49900", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492249223160997, 38.566409165407102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49901", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492211849252996, 38.566526600005403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49902", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492173958498995, 38.566399356892099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49904", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492113269333004, 38.566380497911297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49905", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492069978809994, 38.5664887425826 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49906", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492039511871994, 38.566362720283401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49907", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491999043074003, 38.566469813353102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506582488396006, 38.569143529338199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506587466547998, 38.5690288466946 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506511267959993, 38.569124516826697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506520697286007, 38.569011021623702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506440047563004, 38.569105504271299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506453928049993, 38.568993197415097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506368826054995, 38.5690864916672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506378283359993, 38.568971140748602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506297605740002, 38.569067478123401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506226385456003, 38.569048465436502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506218079945995, 38.568928386531297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506155164063003, 38.569029452700903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506083943855003, 38.569010439926402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506063198909999, 38.5688884520846 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506012723685004, 38.568991427108102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49654", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504490587643005, 38.569803881704203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49655", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504443857538007, 38.569679998552601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49656", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504419459678005, 38.5697849223559 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49657", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504394551592995, 38.569664782137302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49659", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504327886379997, 38.569644525629997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49660", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504277203849, 38.569747005329802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49661", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504258050071996, 38.569625496938201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49662", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504206074842998, 38.569728046746299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501210187983006, 38.568812365712397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501182791250997, 38.568921467801502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501143333171001, 38.568794520948302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49912", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491636873198004, 38.566251784673 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49913", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491588739071005, 38.566360272758402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49914", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491569586864003, 38.566233811742599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49915", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491516966503994, 38.5663411017198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49917", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491445193974997, 38.566321930636803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49918", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491424862958993, 38.566196682429101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49920", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491357576731005, 38.5661787093754 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49921", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491301649025999, 38.566283589237997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49922", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491294626526994, 38.566163035508502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49923", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491229876613005, 38.566264418021497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49925", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491158104231999, 38.5662452476613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49926", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491157160474998, 38.566125937755999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478292780112, 38.562693462317903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474714694534001, 38.561736977894299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474641934313993, 38.5618335482175 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474359159957999, 38.561638528095301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474255662953993, 38.5617356720944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474300897706996, 38.561624098668901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474186855422005, 38.561718046973198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474248440018002, 38.561609694679099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474113705505005, 38.561699261544398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474033306907998, 38.561679305295499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474102957873995, 38.561571587929699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473942766361006, 38.561657023623802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501135136296995, 38.5689112255493 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501076478398005, 38.568776675244699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501009622506004, 38.568758830398401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500942767794001, 38.568740985518502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500941703373002, 38.568861657773802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500875913122002, 38.568723139699003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500851460503995, 38.568836334565603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500809057330002, 38.568705294736901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50076434428, 38.5688159896104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500742202718996, 38.568687449741098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500688296739, 38.568795693236297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500675348141002, 38.568669604706699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500613840317996, 38.568774161340599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500536246394006, 38.568748892454998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49927", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491086331896, 38.566226076355697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49928", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491073941395001, 38.566103336857303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49929", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491014559598995, 38.5662069050056 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49930", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490987837890998, 38.566078444846397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49931", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490942787332997, 38.5661877345119 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49933", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490871015113001, 38.5661685630728 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49934", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490840244110998, 38.566036743641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49936", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490772958175, 38.5660187711484 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49937", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490727470780996, 38.566130220961902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49938", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704204498002, 38.566003070526399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49939", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490655698677003, 38.566111049389299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478243321380006, 38.562796268719097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478227070542999, 38.562675901318698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478173231395004, 38.5627775365964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478161362161003, 38.562658339386601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478103141446994, 38.562758804431297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478095652657004, 38.562640778312797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478029943186002, 38.562623217201697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477962961662001, 38.562721339973798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477892871823997, 38.562702607681402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477898525493003, 38.562588093972003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477822782024006, 38.562683875346501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477832816125996, 38.562570531848102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477752693406998, 38.562665142974303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477767107931001, 38.562552970593003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477682603679995, 38.5626464105545 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507978086419996, 38.569515720893001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507979127710996, 38.569400006156201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507913230360998, 38.569382444154797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507837504996999, 38.569478254101199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507847333049995, 38.569364881214902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507767214911993, 38.569459521094203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507781435764997, 38.569347319138402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507715538512002, 38.569329757024299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507626633704007, 38.569422054947204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507556342588003, 38.569403320906297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507486051502994, 38.569384587723597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507517845813993, 38.5692770686505 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507415761602005, 38.569365854503097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488422056798001, 38.586363051538697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488390898795998, 38.586351653558602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488302724655995, 38.586330682927098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488171912010003, 38.5862908373512 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483122947097002, 38.5665516597645 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49183", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483176017795003, 38.565228840010803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483133003003005, 38.565334467325002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49185", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483101221840002, 38.5652088412333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483058206948996, 38.565314468519801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49187", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483026424778998, 38.5651888424023 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482983410936995, 38.5652944696661 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49189", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482951628907998, 38.565168843528099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482908613820001, 38.5652744707591 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482833817892001, 38.5652544718088 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482759068847997, 38.565234500947298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482727163182005, 38.565108893111898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482641975934001, 38.565083532304101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482597217313995, 38.565187594877798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482574232714995, 38.565065571006201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482519796557, 38.5651670677765 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482506490670005, 38.565047610574602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482442375838005, 38.5651465415242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482438747518003, 38.565029649197299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482364840702004, 38.5651259759696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482371148043995, 38.565011658693201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482300031728997, 38.565107043853502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482303444652999, 38.5649936037209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482241485646, 38.565091430693599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481765700522999, 38.564849963677702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481698949557, 38.5648321036049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481640474404003, 38.564932497200402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481632199765002, 38.564814244399699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481569274164002, 38.564913446862001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481565450006002, 38.564796385156001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481498073962001, 38.564894396479801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481494506470995, 38.564778506186201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481426872650005, 38.564875346048602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479153157078002, 38.564144273109797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479101539880006, 38.564255300760898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479086222627004, 38.564126419707598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479030142419006, 38.564236257876601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479019287056005, 38.5641085671624 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478958745002998, 38.564217214047503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478887339625999, 38.564198165633798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478885429830001, 38.5640728557117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478815945774002, 38.564179115426001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478818497860999, 38.564054994957999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478744551966997, 38.564160064273302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478751567065999, 38.5640371350717 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478673158198006, 38.564141013076501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478684635156995, 38.564019275141497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478601764467001, 38.564121961835703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474397866217004, 38.562999959461003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474374903756001, 38.562872878153499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474307949895007, 38.562858292147702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49402", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474255081303994, 38.562961819219197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474226358516006, 38.5628387008909 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49404", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474183688905001, 38.562942749032203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49410", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473804645344998, 38.562722293879901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49412", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473746836228003, 38.562825073939898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49413", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473756780336998, 38.562712833956198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477134705975004, 38.563730426447997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477064522424001, 38.563711693234403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476924154285996, 38.563674226674301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476853970844999, 38.563655493332902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476486524993007, 38.563440833652002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476470494791997, 38.563553657130598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476413487501006, 38.563422980823503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476399294716003, 38.563534644140397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49020", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491161999395004, 38.567355990285499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476328095824996, 38.5635156311115 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476290421962005, 38.563389016972302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476223660629998, 38.563371219447902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476219190752005, 38.563486033037201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476156887239995, 38.5633550686712 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49354", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476152181497994, 38.563465422648598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476090125971993, 38.563337271069898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476080971049001, 38.5634464391444 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476021268439993, 38.563319464841001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475954508387005, 38.563301667166499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475827625156001, 38.563384928356299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49363", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475879411560996, 38.563277248843796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49021", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491112535346005, 38.567458798483599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49022", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491094796647005, 38.567338074207399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49024", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491027593932998, 38.567320158090297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49025", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490969169874006, 38.567420578191701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49026", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490960391246006, 38.567302242834998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49027", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490897486619005, 38.567401468427001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49028", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490882731189004, 38.567280988768097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49029", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490825804555996, 38.567382357722103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49030", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490815528582004, 38.567263072527801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49031", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490754121384001, 38.567363246967901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49032", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490748326002006, 38.567245157149401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49033", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490682438243994, 38.567344137070002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49034", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490679038796998, 38.5672255866209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49035", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490610756295993, 38.567325026231998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49036", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490611836292999, 38.567207670262299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49037", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490549542382993, 38.567307608261402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473560685972004, 38.562776549210099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473556776213002, 38.5626595111111 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473489573094994, 38.562757589774101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473490107855994, 38.562641736750798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473418460255999, 38.562738630294398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473423439531999, 38.562623962352198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473347347453995, 38.562719670771102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473356771241001, 38.562606187915101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473290102983995, 38.562588413439599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473205121958003, 38.5626817524942 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473223434760001, 38.562570638925699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473134009269998, 38.562662792839703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473156766569005, 38.562552864373401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49038", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490544649854996, 38.567189758439802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49039", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490486208958004, 38.567291813353698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49040", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490477453246001, 38.567171829416303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49041", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490414531794997, 38.567272689802103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49042", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490410256665001, 38.567153901254699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49043", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490342855825006, 38.567253565310402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489837963420996, 38.566992962148802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489773218912006, 38.566973491277103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481419384554997, 38.5647589634141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481355672524003, 38.564856295578799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481329613417003, 38.564736063972198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481284472428996, 38.564837245966103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481246155273993, 38.564709899974297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481213272378994, 38.564818195408698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481160564953996, 38.5646886641766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481142072365998, 38.564799144807402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481070872391996, 38.564780094162401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481029036997001, 38.564657872843704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480953885003998, 38.5646383981016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480928502405007, 38.564742148730097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480887104108007, 38.564620605892799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480857269878996, 38.564723171680697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489691696060007, 38.566955592338502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489624845752999, 38.566937757137097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489557994324997, 38.566919922792998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49062", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489491144078997, 38.566902088415297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49063", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489413057435002, 38.567005504788398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49064", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489424292718994, 38.566884253994097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49065", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489341749619001, 38.566986481297803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49066", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489357442545995, 38.566866418638298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49067", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489270441841001, 38.566967457763297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49068", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489290592399001, 38.5668485841448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49069", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489199135248001, 38.566948434189896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49070", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489223741139, 38.566830749607597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49071", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489127827546, 38.566929410567603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475771062440003, 38.563369302874598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49365", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475812650429006, 38.563259451983299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475716582806001, 38.563355331839801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475731240651001, 38.5632382959528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475651645927002, 38.563338021526398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475574688693001, 38.563200954441797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475521790808997, 38.5633000972825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475161332352997, 38.563084572239497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475111790794998, 38.563190655314898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475040397938002, 38.563171585656299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49072", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489156891060006, 38.566812915036898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49073", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489056519887995, 38.566910386000401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49074", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489090039873005, 38.566795079521597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49075", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488985212261994, 38.5668913622901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49076", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489008552753006, 38.566772243343102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49077", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488913905822002, 38.566872338541003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49078", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488924968150997, 38.566749396945099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49079", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488842598271006, 38.5668533147429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49085", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488434207412993, 38.566744411941599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49087", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488363458891996, 38.566725555182003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478617703289004, 38.564001414271601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478530370767999, 38.564102911451698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478458977112993, 38.5640838601228 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478462951009007, 38.563955725360799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478387583496996, 38.564064808749997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478316189918999, 38.564045757332899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478320680520994, 38.563923258215503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478244796371996, 38.5640267067728 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478232860253996, 38.563895428236798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478173401722998, 38.564007655262699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49089", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488350949829993, 38.566606228347098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49090", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488292710408999, 38.5667066983791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49091", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488284623458, 38.566588549639 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49092", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488221961969998, 38.566687840632099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49093", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48821829712, 38.566570870892797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49094", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488151213562006, 38.566668983742701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49095", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488151970806996, 38.566553193009497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49096", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488080466338005, 38.566650126815198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49097", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488085643386995, 38.566535514182299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49098", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488009718005003, 38.566631269839299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49099", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488019317147007, 38.566517835322102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49100", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487938969715003, 38.566612411919301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49101", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487952990940002, 38.566500156423999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49102", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487868221455997, 38.566593554856901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49105", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487811979002998, 38.566461470546599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480497725603996, 38.564502617936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480446143441995, 38.564613656245001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480430441004998, 38.564484697076203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480374371731003, 38.564594540441497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480363155291997, 38.564466776172203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302600057996, 38.564575424593599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480295869613997, 38.564448855229102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480228583968994, 38.564430934246801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480159057969004, 38.564537193670198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480161298357999, 38.564413013225398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480087286412001, 38.564518077688703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48009401278, 38.564395092165 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480015514892997, 38.5644989616628 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49106", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487726725051004, 38.566555840602398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49107", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487741471948993, 38.566442127088003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49109", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487662603028994, 38.5664194555984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49110", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487585228802004, 38.566518125274101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49111", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487579531866999, 38.566398411390601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49112", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487514480729999, 38.566499267995503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49117", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487159807493001, 38.566281493573101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49118", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487108203893001, 38.566390874359499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49119", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487093665198998, 38.566263830310703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49120", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487037651023002, 38.5663720338693 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49121", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487027481539997, 38.566246179439503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49122", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486967118609996, 38.566353225858997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475017027294996, 38.563043832362801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474950097366005, 38.5630259549581 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474883166322996, 38.563008077509501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474826220736006, 38.563114377322698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474812043898993, 38.562990181003798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474754828032005, 38.563095307487998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474738826383003, 38.562972274045599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474683435358997, 38.563076238510199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474653067567004, 38.5629493741 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474612042730996, 38.563057168587399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474575695069007, 38.5629265121608 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474540650140995, 38.563038098620602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474508764212999, 38.562908634495599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474469258737003, 38.563019028615003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474441834545004, 38.562890755896099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49123", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486961328809997, 38.5662285403791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49124", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486896555300007, 38.566334411362298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49125", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486895174964999, 38.566210901275802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49126", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486825992033005, 38.5663155959218 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49127", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4868290223, 38.566193262139798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49128", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486755427649001, 38.566296781333897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49129", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486762868520998, 38.566175622960898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49130", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486684864455995, 38.566277965807302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49131", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486696715920999, 38.5661579837492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49132", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486614301293997, 38.566259151138397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49133", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486630562206997, 38.566140344494698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49134", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486543737022004, 38.566240336421501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49135", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486564408525993, 38.566122705202297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49136", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486473173940993, 38.566221520765801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49137", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486491979896002, 38.5661033920953 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49138", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486402610891005, 38.566202705968003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477766361879006, 38.563899024366599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477625993003997, 38.563861558657699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477555809194996, 38.563842825742 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477485625423, 38.563824092783797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477415441687995, 38.563805359782897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477345257996006, 38.563786625838702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477275073187002, 38.563767892747499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477204889562998, 38.5637491596191 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49140", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486332046737004, 38.566183890221097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49142", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486261483760998, 38.566165075337203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49143", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486232850877002, 38.5660337488154 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49145", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486190920829003, 38.566146259509502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480026728384004, 38.564377171070497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479943744554006, 38.564479846498301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479959442874005, 38.564359249931798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479871973111997, 38.564460730383303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479892157397998, 38.564341328753997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479800201708002, 38.564441614223803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479728431490997, 38.564422498025003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479740894917995, 38.564298834705397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479656640849001, 38.564403355563599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479584880057999, 38.5643842158944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479513119306006, 38.564365076180799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489100826905997, 38.586536821697003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488856037676001, 38.586471489348803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488771689722995, 38.586449921555598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488650609237993, 38.586418184320003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48902", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488561669345998, 38.586397215009001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48904", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488486506262007, 38.586380132602201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484500960733996, 38.562007675324899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484429660369997, 38.561988648812203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484301088693002, 38.561950658162303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484219294594993, 38.561927453249098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484149727661006, 38.561911188330498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484073174448, 38.5618907607141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483914807451001, 38.561849881872497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483690412472995, 38.561788622788598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483629605182998, 38.561773774103102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483182703482996, 38.561649908771201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483111682103001, 38.561630956562603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482955629410995, 38.561590233585001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482884608156994, 38.561571280336203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482813586934, 38.561552327944597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482742565755998, 38.561533374608601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482671545762997, 38.5615144212342 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482513758072997, 38.561470936761602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482425238385005, 38.561446396005501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482253460992993, 38.5613973396297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481926971866002, 38.561310176329798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481855207991003, 38.5612910173217 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481783443001007, 38.561271859164897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481639913142004, 38.561233541816797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481568148267002, 38.561214383526398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481496383437999, 38.561195224290699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481352853887003, 38.561156906586703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481281089166998, 38.561137748118298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481209324484993, 38.5611185896054 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481079806273996, 38.561083088407102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481025550191006, 38.561068138891699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480489512128997, 38.560953666070297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480418119804, 38.560934636663902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480275335274996, 38.560896576817903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480203943063998, 38.560877547279297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486626580003005, 38.560699597019102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486481808937995, 38.560660887384898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486409422893999, 38.560641532046901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486337036883, 38.560622177564497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486264652065003, 38.560602822141099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480132550891994, 38.560858517696701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480061158756996, 38.560839488070002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479989766661006, 38.560820458399299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479918374603002, 38.560801428684499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479846983729999, 38.560782398930897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479775591747995, 38.560763369128097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479704199804004, 38.5607443392812 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479632807903997, 38.560725308489403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486119880245994, 38.5605641120491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486047495544994, 38.560544756489897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485975109731001, 38.560525401781099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485830339379007, 38.560486690431198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485685568031002, 38.560447979795804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479561416036006, 38.560706278554399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479223350447995, 38.5606257122747 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479153447802005, 38.560607037435297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479083546346004, 38.5605883616578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479013644925999, 38.560569685838203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478873841048994, 38.560532334067098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478803938591994, 38.560513658115703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478734037319001, 38.560494982127203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478664136082003, 38.560476306096398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478594233734995, 38.560457630018298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478426419919998, 38.560413265957997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478356517696994, 38.560394589736198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478270861645996, 38.5603717118437 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478022240586, 38.590800331880402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477953241147006, 38.590781916384202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477884240603004, 38.590763499940898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477733125059004, 38.590720410507501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477629967015005, 38.5906935768121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477529410771993, 38.590670886278502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477431578541001, 38.590635812507699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477333639281994, 38.590615200272097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477246274593995, 38.590588436621701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477150983734006, 38.590565769529697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477063588877996, 38.590543138019797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500356773546997, 38.5673532837232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500305470548, 38.567464471594398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500285189400003, 38.567335572095303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500225897145995, 38.567446963277398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500211833075994, 38.567316454580101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500155237883007, 38.567428096109097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500084579811997, 38.5674092280019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500079347817007, 38.567281078140198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500013920624994, 38.567390360747403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500013105239006, 38.567263389412901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499943261480993, 38.567371492548901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499872603515001, 38.567352625213204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499880620176, 38.567228012745502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499796608335998, 38.567204654354299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497197118336004, 38.565431182607497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51329", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496806050995005, 38.565309417108601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51331", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496706953450996, 38.565283917013197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51335", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496550795947002, 38.5652413615393 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51337", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496465711038994, 38.565218676224397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499717929316006, 38.567182717141499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499589968598002, 38.567277153622001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499576540272997, 38.5671473016411 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499529966552998, 38.567262525814897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499510297943999, 38.567129612626097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499459307657006, 38.567243658221798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499444056789002, 38.567111924479001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499020368410001, 38.567009087514201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498970925093005, 38.567111900912003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50781", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488528333768002, 38.564207298615898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50782", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488462258696998, 38.564306117892798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50787", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488105729005994, 38.564094884940097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488056274276005, 38.564197693689501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50790", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487985808090002, 38.564178873971301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50791", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487973604954007, 38.564059598890097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50793", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487907543554002, 38.564041955360601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50795", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487841481032007, 38.564024312689199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50796", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487774409747999, 38.564122415460403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50797", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487775419697002, 38.5640066690843 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476958562175994, 38.561235736158601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476887263446997, 38.561216704994301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476815954505, 38.561199071932798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476726911479005, 38.561171571300299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476639596802002, 38.561151069379797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51068", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476562967538001, 38.561130615718199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476441738960006, 38.561092649520504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496380626185996, 38.565195990847002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51341", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496295541392996, 38.565173304506203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51343", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496210456648001, 38.565150619003603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496125371955998, 38.565127933438497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496024520494998, 38.565102425121601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495937700970003, 38.565076976922903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495829852613994, 38.565048683023697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51353", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495715029069999, 38.565014850553503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498899986900994, 38.567092976812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498864258685998, 38.566966513769998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498829049899996, 38.567074051773702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498783528283994, 38.5669459138783 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498699254729004, 38.566922502203198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498687174856997, 38.567036202461601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498625637996, 38.566903331200102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498616236814996, 38.567017278188203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498552029980999, 38.566882761996602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498545299965002, 38.566998352975503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498485526894001, 38.5668650199122 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498474363146002, 38.566979428620201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498419023839006, 38.566847277789599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498403425223998, 38.566960503315499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498357852382, 38.566830956925898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50798", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487703942557005, 38.564103596466502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50799", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487709357241002, 38.563989026337403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50800", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487633476556994, 38.564084776533797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50801", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487643295972006, 38.563971382657101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50802", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487547003676994, 38.564063090207398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50803", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487577233587999, 38.563953738934003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50804", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487464082364994, 38.564042816834103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50807", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487445110058005, 38.563918452280603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50811", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487291657575, 38.563877478230602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50813", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487209608604005, 38.563854171613997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476109355966003, 38.560881253467002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476083231543996, 38.560999622176098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476022204719996, 38.560860755421601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476018727788997, 38.560982359965102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475943988961006, 38.560836102288597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47588972266, 38.5609478363466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475789264087993, 38.560796592747202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475760717655007, 38.560913312584198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475636321232997, 38.560757090170704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475696214056001, 38.560896050193499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475572329556002, 38.560735298513997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495605408157999, 38.564989303663303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495195231606004, 38.5648973763074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495124296623004, 38.564878448992602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51371", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494911494188997, 38.564821667698297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498332488480003, 38.566941578873298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498291349390996, 38.566813214729898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498261550633003, 38.566922653481598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498224845278997, 38.566795473391601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498190613963999, 38.566903728952397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498177911992997, 38.566780612344601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498123864031001, 38.5667643222395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498048739599, 38.566865878857598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497695261599006, 38.566646144762601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50829", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486329962517004, 38.563620270352502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475631711635003, 38.560878787772097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475511868477, 38.560717716499802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475567209239003, 38.560861526215497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475449607320002, 38.560702923582902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475502706881002, 38.560844263722103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51098", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475438204553001, 38.560827001192798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51100", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475373702251005, 38.560809739528402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51107", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508294749014993, 38.568879795297697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51373", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494840559357002, 38.564802740209601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51375", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494769625710006, 38.564783812682499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51377", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494698690953001, 38.564764885106896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51379", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494627757375, 38.564745958393701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51381", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494556822692999, 38.564727030731099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51385", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494414954589999, 38.564689175280499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51387", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494344021163002, 38.564670248393398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497629194373999, 38.5666284896608 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497497061161994, 38.566593180250003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497430994034005, 38.566575525034999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50566", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497364928086995, 38.566557869787403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497298861017995, 38.5665402153979 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497232795136, 38.566522560074901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497166728140002, 38.566504904709099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497100662316996, 38.566487250211502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51109", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508221678813001, 38.568847931910597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51111", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508164012256003, 38.568815673570001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51113", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508108531421996, 38.568776475879197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51114", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508112148169005, 38.5689299678547 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51115", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508050023042998, 38.568742336437197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51116", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508038392450999, 38.5688825303558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51117", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507996451815004, 38.568708960288497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51118", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507976972121995, 38.568842659614702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51119", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507941631994996, 38.568670280638997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51120", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507905233814, 38.5688012269677 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51121", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507884506050999, 38.568631387556501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51123", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507826253267993, 38.568594330184602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51124", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507777930675005, 38.5687188447273 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51125", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507766268886002, 38.5685531231006 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51126", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507717790740003, 38.568679049561801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51127", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507706236922004, 38.568518822050201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51445", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491959536653994, 38.5640132198399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51449", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491815809052994, 38.563974877355797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51451", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491743945883997, 38.563955706049299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51453", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491672081605998, 38.563936534693099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497034595385003, 38.566469594770297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496902462768006, 38.566434283779799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496836397075995, 38.566416629131297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50590", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496357613059004, 38.566296281695799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485416724418997, 38.563473358619099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485344770794995, 38.563454146891601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50856", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485272816063002, 38.563434935114302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484984999822998, 38.563358086667101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51128", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507662919744007, 38.568640660551203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51129", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507612949741002, 38.5684581292114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51131", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507521414568004, 38.568398824823902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51134", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507398602259002, 38.568316853156901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51135", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507323294035999, 38.568415797857597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51136", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507324035009006, 38.568268613550501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51137", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507247602302002, 38.5683670408064 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51138", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507264841967, 38.568232536570399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51139", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507186418141004, 38.568329987748299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51140", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507205999166004, 38.568197761043599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51141", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507124198531997, 38.568293332949096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51142", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507146106969998, 38.5681630765135 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51143", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507060914503995, 38.568256785294402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51144", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507084674994005, 38.568128707014999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51145", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506997996481005, 38.568222247260501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51146", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507023721478006, 38.568095516091397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50592", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496269940589002, 38.566394509613502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50593", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496270731229998, 38.566273584820998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50594", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496197320245003, 38.5663718783508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50597", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496089854279006, 38.566226762617397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50598", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496023596219004, 38.566325093483897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50599", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496010086069006, 38.566205494705997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50600", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495938510193, 38.566302406880901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50601", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495930317906996, 38.566184226739502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50602", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495853424214999, 38.566279721116302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50603", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495850549793005, 38.566162958718103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50604", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495768338291001, 38.566257035289198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50605", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495770781725994, 38.5661416906418 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50606", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495683252421003, 38.566234349399501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50607", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495691013707003, 38.566120422510402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495598166605006, 38.566211663447199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484769137477002, 38.563300449634099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484697184202005, 38.5632812375041 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484625229824999, 38.563262024423203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50876", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484553275479996, 38.563242812198602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484475929544999, 38.563230566877102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484111631876004, 38.563037393175399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484065882780996, 38.563117843879297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484044786628999, 38.563019555651302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51147", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506933737433997, 38.5681874917694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51148", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506961495092, 38.568062042237798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51149", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506869868749007, 38.568154043303402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51150", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506899712820996, 38.568030564825897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51151", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506804510264004, 38.568120983947502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51152", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506836921566006, 38.567999142541098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51153", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506739317349997, 38.568088715345702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51154", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506773064330005, 38.567968052614802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51155", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506672043492998, 38.568056861259201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51157", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506605177020006, 38.568026174628997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51159", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506535875687007, 38.567992488407498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51161", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506469702903999, 38.567959244309698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51495", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489895268127995, 38.563464578387702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51497", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489824522608998, 38.5634457036019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51499", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489753777120995, 38.563426829673801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489612286262997, 38.563389080786898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51505", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489541540893001, 38.5633702058282 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51507", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489470795554993, 38.563351331727098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50609", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495611245736001, 38.5660991543241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50610", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495513080842997, 38.566188977432397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495531477810999, 38.566077886082802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495447564496004, 38.566169173042098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50613", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495451709934997, 38.566056617786501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495383819126005, 38.566150774526697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50615", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495393292255997, 38.566038238895302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495314731300994, 38.566132352682203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495245633620002, 38.566115328944797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50619", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495283531986999, 38.5660085028316 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495183649393994, 38.566099734381297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50621", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495219771912005, 38.565990100557201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495130313573, 38.566086918034202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483994580276004, 38.563098817093703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483977941415006, 38.563001718088699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483923277814995, 38.5630797893633 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483911095086995, 38.562983880482399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483851976533998, 38.563060762494899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483844249940006, 38.562966042842604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483780674141997, 38.563041735577499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50894", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483709372937, 38.563022708621197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483638070622007, 38.563003681616003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483624206279003, 38.562901256218602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483557361281001, 38.562883418413101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483495467252993, 38.562965627478803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483490515168995, 38.562865580563901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483424165052, 38.562946600341803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51167", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506072399990998, 38.567798088385402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51169", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505987121868998, 38.567776252510399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51171", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505907103019993, 38.5677572020697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51173", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505835884148993, 38.567738189142297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51179", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505624005973999, 38.5676783946437 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51181", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505538747279999, 38.567653795472303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51183", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505458739415005, 38.567633362793103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51509", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489400050260002, 38.563332456681799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51511", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489329304996005, 38.563313582494203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51513", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489241050260006, 38.563290498584898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51515", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489159820617999, 38.563266068142099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51517", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489089075482994, 38.563247193807697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51521", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488938815799003, 38.563209405387397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50631", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494644673680995, 38.565834721609498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50633", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494578259747001, 38.565816977660702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50635", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494511845839995, 38.565799234574698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50639", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494379016989996, 38.565763746481601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483352862889006, 38.562927573160799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483344380367001, 38.562827052823899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483281561918005, 38.562908545040102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48325620592, 38.562803526862197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483189361111997, 38.562785687943297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483138958929999, 38.562870490463702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482779133462003, 38.562677969447797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482735102017998, 38.562758408388603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482712550239995, 38.562660166556299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482664079920994, 38.562739418969898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482644186309997, 38.562642355667002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51185", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505401569168995, 38.567618554640198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51187", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505344390518999, 38.567605127496599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51189", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505288990113996, 38.567588944876803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51191", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505217770428004, 38.567569931564101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51193", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505146551926998, 38.567550918212397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502102233211005, 38.566739530656598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502030736774003, 38.566720459230403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50659", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493445381346007, 38.5655166556081 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50660", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493395862317996, 38.5656236491889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50661", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493378880923004, 38.565498893472899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482589477253001, 38.562723208985702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482511021180997, 38.562606749695597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482447433250996, 38.562685229025398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482444438092003, 38.562588946649797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482379656061994, 38.562568355235001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482236129125994, 38.562631063473901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482241169279007, 38.562529928767503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482166908322995, 38.562609285421701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50933", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482174586328995, 38.562512125566599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50934", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482095856087, 38.562594489195099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501887744016003, 38.566682316245398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501816246545999, 38.566663244681799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501744750263001, 38.566644173078899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501673254017007, 38.566625101431796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501601757809993, 38.566606029740598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501530261640994, 38.566586958005097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51389", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494273086632006, 38.564651320556898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51397", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493870596066003, 38.564528796992498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51399", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493799662814993, 38.5645098877891 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51403", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493657795277002, 38.564472069246897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51405", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493586862138002, 38.5644531599131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50663", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493312379385998, 38.565481131294497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50664", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493253993303995, 38.565585756281102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50665", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493245879029999, 38.565463369082899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50666", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493183058273004, 38.5655668106604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50667", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493179377559002, 38.565445606828099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50669", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493112877268004, 38.565427844540103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50670", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493041189485993, 38.565528917491797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50671", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493046375863997, 38.565410082208899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50673", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492979874485997, 38.565392320740301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50674", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492899320842, 38.5654910250501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50675", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492913374295, 38.565374558337702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50676", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492828386005996, 38.565472078311103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50677", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492846872989006, 38.565356795891802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50678", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492757452356003, 38.565453131533701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482023634607998, 38.562473643070298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481953813744994, 38.5625565095349 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481935713382995, 38.562451549658597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481882792063999, 38.562537518736001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481853145721004, 38.562428081953399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481811790722006, 38.562515732500103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481440011621004, 38.562321398830797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481399559810001, 38.562401860514399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481372731438, 38.562303437088701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481327793830999, 38.562382701174499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481305450134997, 38.562285476203101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481256027884001, 38.562363542690903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501387269424001, 38.566548813501001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501244277352995, 38.566510669720998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501172781375004, 38.566491597764802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500778543321005, 38.566366109576002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500707977673997, 38.566347279180498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51527", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488539862310006, 38.563099742733002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51529", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488469396945007, 38.563080942227202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51533", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488328466333002, 38.563043340185999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51535", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488258001079998, 38.563024539551598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51537", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488187535864, 38.563005738874097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51539", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488117070683998, 38.562986938153898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51541", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488046604394995, 38.562968137385603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50681", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492713871625, 38.565321270890401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50682", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492615584014004, 38.565415238744301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50684", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492544649329005, 38.565396291831298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50685", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492531087320003, 38.565274341952701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50686", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492473715828993, 38.565377344879998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50691", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492111239837996, 38.565159373077101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50692", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492063437225994, 38.565267758305701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50693", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492043953267995, 38.565141400417097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50695", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491976667871995, 38.565123428623899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481170889932997, 38.562249553424003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481112496112999, 38.562325224689303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481103608737996, 38.562231591520202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481040730282004, 38.562306066072303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481036328718005, 38.562213630483299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480968964496, 38.562286906509797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480969048738004, 38.562195668506497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480897198741999, 38.562267747803801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480901767638997, 38.562177707386198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480825433025998, 38.562248589053098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480834487726995, 38.562159745331201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50966", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480753667355998, 38.562229429357103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480752982365004, 38.562138923934903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480681901718, 38.562210270517603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480673266813, 38.562116711418099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500496283250996, 38.5662907877458 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500355154586998, 38.5662531265775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500214024924006, 38.566215465232197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500072895410995, 38.566177803714801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51461", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491160325204007, 38.563799062352501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51463", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491088927451003, 38.563780002593198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51465", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491017529735004, 38.563760942789798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51471", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490803337957999, 38.563703764021398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51473", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490731940388002, 38.563684704942702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50698", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491848122552994, 38.565210245938701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50699", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491843886810003, 38.565086092783503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50700", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491776351065994, 38.5651910759616 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50701", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491774810761001, 38.565069510302003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50703", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491707525501994, 38.5650515383524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50704", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491632808220999, 38.565152734072001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50705", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491638468294994, 38.565032159488503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50706", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491561036856993, 38.565133563060499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50707", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491571183111006, 38.565014186558699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50708", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491489264383006, 38.565114391999401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50709", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491498565517006, 38.564994792872703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50710", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491417493089003, 38.565095221799702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50711", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491431279256005, 38.564976819856497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50712", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491345721840005, 38.565076050654604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480538370562996, 38.562171951803997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480503133428996, 38.5620750354704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480466605039993, 38.562152792830901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480125825138998, 38.561949981476701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480051333473995, 38.562059654547497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480048229847, 38.561929262729898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479979941576005, 38.562040587940601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479961721945003, 38.5619099020793 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479908548569, 38.5620215212845 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479837155599995, 38.562002454584402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479840315488005, 38.561875606209902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499931767193004, 38.5661401420302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499861201992999, 38.566121311118501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499444124850001, 38.566011451129498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499373281462994, 38.565992563761398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499302438114995, 38.565973676349998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499231594803007, 38.565954788895297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51407", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493515927889007, 38.564434250530702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51411", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493374060658994, 38.564396430739798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51413", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493303127670004, 38.564377521232203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51415", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493232194718999, 38.564358611680902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51417", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493161260658994, 38.564339702081298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51419", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493090327782994, 38.564320792443198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50716", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491202179458, 38.565037708231003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50718", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491130408325006, 38.565018536952401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50726", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490647409765998, 38.564889567142302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50728", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490576011051999, 38.564870507967697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50729", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490567496942006, 38.564752223286099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479765762663007, 38.561983388741098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773384297999, 38.561857731588901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479694369770002, 38.5619643219528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479706454289996, 38.561839856934199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479622976914996, 38.561945255120598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479639523168004, 38.561821982235699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479551585246, 38.561926188249501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479572593233001, 38.5618041066028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479480192460997, 38.561907122229997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479505662177999, 38.5617862318269 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479408799721, 38.561888055265598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50999", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479438732304004, 38.561768357017399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479359377093999, 38.561744833505898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51002", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479283780743998, 38.561855594807803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479228394185, 38.561839396126601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51271", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499160751529004, 38.565935901397097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51273", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499089908287004, 38.565917014756501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51275", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499019065088007, 38.5658981271717 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498948221926, 38.565879239543499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498877377655006, 38.565860351866903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498817064171007, 38.565845654768601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498746221109002, 38.565826767917599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51543", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487976139295995, 38.562949335678603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51545", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487905674228998, 38.562930534829597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50731", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490500560366996, 38.564734354869003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50732", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490433214898005, 38.564832387689798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50733", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490433624972994, 38.564716486418199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50734", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490361816298005, 38.564813328383103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50735", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490366688465997, 38.564698617923703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50736", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490290417742003, 38.5647942681315 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50737", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490299753146004, 38.564680748494602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50738", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490219019224995, 38.564775207835901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50739", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490232816705003, 38.5646628799227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50740", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490147620738995, 38.564756148397102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50741", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490165881446003, 38.564645011316998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50742", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490076223445996, 38.564737088018397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50743", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490093612690004, 38.5646257209849 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50744", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490004825043002, 38.5647180275907 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50746", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489933426671996, 38.564698968019698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479214842290006, 38.561707636552399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479157001580006, 38.561820329006899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478766183126993, 38.561600360575497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478716717815999, 38.5617031653426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478646721586003, 38.561684451942298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478634941099003, 38.561565274100701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478576726534001, 38.561665739405797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478569319559995, 38.561547730804797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478503699206996, 38.5615301865761 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51020", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478436734257002, 38.561628312393502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51021", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478438077733003, 38.561512643205802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498618602155005, 38.565790434291799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498546009894, 38.565770157765897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498113233317, 38.565675519465898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498042762886001, 38.5656567247891 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497901822141998, 38.5656191344058 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497831350675, 38.5656003395952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51475", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490660542862997, 38.563665644919098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51477", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490589146516996, 38.563646585757397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51479", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490517749068999, 38.5636275256457 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51481", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490446351657994, 38.563608465489899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51485", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490303558093004, 38.5635703459523 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51487", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490232160795998, 38.563551285664403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50747", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489938431680997, 38.564581500515203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50748", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489862028345001, 38.564679907503802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50749", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489859061032007, 38.5645593823563 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50750", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489790630057001, 38.564660846943802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50755", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489431428353996, 38.564448925244697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50756", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489381958109007, 38.564551729979598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50757", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489365103957994, 38.564431213822999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50759", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489298779601995, 38.564413501462397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50760", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489240465481998, 38.564513943703297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50762", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489169719223995, 38.564495050500199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50763", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489166130989005, 38.5643780766273 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51022", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478366739315007, 38.561609599729898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51023", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478372456290998, 38.5614950997983 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51024", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478296743268004, 38.561590886117997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51025", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478306836027997, 38.561477556358803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51026", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478226747251995, 38.561572173364603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51027", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478241214657004, 38.561460011976102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478156752426003, 38.5615534596731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478086756490001, 38.561534745934203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478109973144996, 38.5614249249059 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478044353011995, 38.561407381317601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51034", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477946765867998, 38.5614973192354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51036", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477876770036005, 38.561478606270299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477913111701, 38.561372293123199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760880393002, 38.565581544746699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497690410153993, 38.565562748954498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497619939946006, 38.5655439540202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497549469774995, 38.565525159042998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497478999641004, 38.565506364022902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497408528403, 38.565487568054003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497338058343999, 38.565468772948101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497267588320994, 38.565449977799197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51423", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492948460996999, 38.564282973031403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51429", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492534447468998, 38.564166586185003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51431", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492462582767004, 38.564147415319702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51433", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492390719244, 38.564128245315601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51437", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492246991179002, 38.564089903366899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51439", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492175127777998, 38.564070732328098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50764", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489098972997994, 38.564476158154697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50765", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489099806732, 38.564360364152698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50766", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489028226814995, 38.564457264865197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50767", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489033482501, 38.564342652540901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50768", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488957480669995, 38.564438371532397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50769", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488967157161994, 38.564324939985198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50770", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488886734562001, 38.564419478156402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50771", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488900833003996, 38.564307227396597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50772", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488815988491993, 38.564400584737001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50773", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488834508878995, 38.564289514770003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50774", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488745242459999, 38.564381691274498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50775", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488768184785997, 38.564271802105402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50776", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488674496464, 38.564362797768702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50779", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488615978159004, 38.564232096576397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50780", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488533004580006, 38.564325011528297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477806774246005, 38.561459892362002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477377479081994, 38.561345688464002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477329289511005, 38.5613323546903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477172456291001, 38.561292830278397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477101158595005, 38.561273799251097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477029859789994, 38.561254768174699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54425", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477530515905997, 38.5754932482375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54602", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492019318306006, 38.569112434996903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54604", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492048900878999, 38.569049664209203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478436827457003, 38.591001466802702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478294067877002, 38.590963365272103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478151308449995, 38.590925263565303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477948129686993, 38.590870361432501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477765993185997, 38.590817620506101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477570697006001, 38.590764819917702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477499301961998, 38.5907478338762 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477409513297005, 38.590726634163097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477261504834004, 38.590686441907302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477118731367995, 38.590650404615999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476986487131001, 38.590614414708398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54687", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507054858404004, 38.577389332877402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54686", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507041173724005, 38.577416073551603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54685", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507036169488998, 38.577439389045303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54684", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507022483645002, 38.577466129712299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54715", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506250554792004, 38.577606554517899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54714", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506163469403006, 38.577576342698002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54716", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506116606294, 38.577561523046903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54721", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505725325659995, 38.578689460216999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54722", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505612701689003, 38.578659485794503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54723", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505532524681996, 38.578638987635998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54724", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505503019103003, 38.578630534630904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54725", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505477708287998, 38.578621088731502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54709", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507034880058995, 38.576710067026497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54702", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507192662088997, 38.576942295119999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54701", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507192740030007, 38.576970717810802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "MON", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "TUE", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "WED", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "THU", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "FRI", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "SAT", "start_time": "07:00", "end_time": "09:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54699", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507189299906003, 38.577036095582898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54698", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507177789690004, 38.577063400481101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54697", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507169155583, 38.577083879823498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54696", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507162727446001, 38.5771162928121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54695", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507150497313006, 38.577145304542903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54694", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507136828526995, 38.577177729947699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54693", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507123894293997, 38.577214132329303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54692", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507110224336003, 38.577246557726198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54691", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507104516054994, 38.577277263876297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54690", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507093724510995, 38.577302862826997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54689", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507078615880005, 38.577338700993998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54688", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507067105573, 38.577366005880997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491846277405998, 38.569886880854803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54579", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491870964645997, 38.569829807513301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491895691427004, 38.5697670154482 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491925300383002, 38.569700432212201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491962260302998, 38.569624352447697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54587", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491994406968004, 38.569542530854498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54591", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492053608386996, 38.5694114597392 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54593", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492078334869007, 38.569348666733802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54595", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492103073717004, 38.569283969281997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54597", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49212769156, 38.569236425267299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54599", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492152363645999, 38.569181256296197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54601", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492184290528002, 38.569129931741699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54603", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492206480177003, 38.569082377058102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491676189054004, 38.569905767304498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54578", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491703356572003, 38.5698410806013 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54580", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491730552356003, 38.5697725805205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54582", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491765098006994, 38.569694582117997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54584", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491794750078995, 38.569622281113197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54586", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491826827891998, 38.569549991651002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491970029379999, 38.569215147931097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491992219205002, 38.569167592387799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54726", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505441290864994, 38.578612217899703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54727", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505407239567006, 38.578605224721997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54731", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501537878665005, 38.568747276732402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54732", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501574468448993, 38.568697506626002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54733", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501594933391999, 38.568652318406897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54734", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501615434643995, 38.568601764603102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54735", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501640565575997, 38.568541099250297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54736", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501666426520998, 38.5684840144934 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54737", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501677991953002, 38.568458437391897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54738", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501688043422007, 38.568432258279302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54739", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501719482656, 38.568359356167299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54745", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501782339555007, 38.568202316749598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600696", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463451535893, 38.574829687863499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600965", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463487786008997, 38.570465369684698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600942", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465561021103994, 38.568920058627903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600830", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461848145485007, 38.574069291592401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465029046688002, 38.5687155262018 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601116", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463741687118002, 38.5691174330275 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600707", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462624951608007, 38.574606943646899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601043", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464297420793002, 38.570160952717202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54746", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501818271511993, 38.568119822287599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54747", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501851837724004, 38.568028381644901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54750", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501938607906993, 38.567825170523903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54751", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501950148175993, 38.567803168944202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54760", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501747506254006, 38.571302204413698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54761", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501776136456002, 38.571232569455397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54762", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501808574495996, 38.571163549072999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54763", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501835614965998, 38.571103481982199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54765", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501888658956005, 38.570982772151801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54767", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501963185690997, 38.5708012982954 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54768", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501989911753995, 38.570740367658999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54769", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502016953902995, 38.570682316739401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600134", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503052317883004, 38.589616286875597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600550", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496642853425996, 38.587506459722 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600321", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495088156508004, 38.589917894863603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600175", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499426996010996, 38.590078830197299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600577", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497120635369996, 38.585803980057499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600415", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498947746349998, 38.5849929517871 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600170", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499799225141999, 38.590037852555298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600202", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496743732187994, 38.590056776464003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600575", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497082296748005, 38.585894495033401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600163", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500358201604001, 38.5899703285084 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600535", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496231510022, 38.588522665327098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600353", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497614445796003, 38.588588386306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600251", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501675412226007, 38.589941788919397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600519", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495729766802, 38.589611005177296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600538", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496315218473001, 38.588341088126299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600309", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496300481771996, 38.590143420698602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600996", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463069431342007, 38.570265716986803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600893", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465401395176002, 38.569473463989297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600818", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461941056537, 38.574112098128403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601267", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465218190555007, 38.5676407872092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601045", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464350099355997, 38.5700415094622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600694", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463572245126997, 38.574871613812803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601059", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464750288069993, 38.569109005741602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54770", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502042452156005, 38.570616760113197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54771", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502066212903998, 38.5705543374321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54784", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501293247364998, 38.569342018997503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54785", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501305556492994, 38.569314825325101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54786", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501319497992, 38.569290665694901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54787", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501332357897994, 38.5692634743924 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54788", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501344654901999, 38.569238011285201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54789", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501354188850996, 38.569213833564604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54790", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501367582539999, 38.569189239138701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54791", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501376580789994, 38.569162896957899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600293", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497979014725004, 38.590268202563998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600131", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503287910270998, 38.589584165528102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600547", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496580789239005, 38.587717114893302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600572", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496994814152998, 38.586101034626402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601083", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463966395363997, 38.5692535950447 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600708", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462519777292997, 38.574578600505603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601157", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465436637631001, 38.5685809618805 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601006", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464447575400996, 38.570069589228602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600961", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463724406995993, 38.570528599290498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465607708058002, 38.569009997323697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600994", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463250035629997, 38.570314822898503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600702", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463021543568004, 38.574713816072297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600840", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461900234240005, 38.573462831868298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601004", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464402318615001, 38.570179799327697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600987", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463754349512001, 38.570449582380498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601282", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465218109806997, 38.567441825268901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601110", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464132159966994, 38.5692200680501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54792", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501385591127004, 38.569134824206998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54793", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501393457551998, 38.569112801450999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54794", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501406868185995, 38.569085613413698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54795", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501419163259001, 38.569060582720603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54800", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502003021449994, 38.567708181619302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54801", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502030462963006, 38.567642232458802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54802", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502057332505004, 38.567579309644302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54803", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502088620338995, 38.567514675207597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54804", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502113253451995, 38.567456500392801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54805", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502141236496001, 38.567391850826297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54806", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502170333115998, 38.567325477222901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54807", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502195026134004, 38.567262151324599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54808", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502217461114, 38.567201088671602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600335", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497630615876005, 38.5898901070656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600187", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498341317024, 38.590133336625598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600233", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503277616337002, 38.5897249196546 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600315", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495815609363007, 38.590069699082299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600274", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499643347654001, 38.590193651170502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600165", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500193831805007, 38.589991245120999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600302", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497008051839998, 38.590216239443698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600224", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494495457680998, 38.589614098667099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600422", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499122637173002, 38.584575477446897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600539", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496345746700996, 38.588274869025298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600828", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461796802452994, 38.574198470546001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600703", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462963789819995, 38.574698252712501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600841", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461920263550994, 38.5734165386163 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600837", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461835716346997, 38.573613890974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601038", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464206536274006, 38.570378717920903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601069", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464957188685005, 38.568624667322503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601277", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465088075408005, 38.567740234346502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601048", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464426382124003, 38.569865728718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54809", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502245927480004, 38.567143944722702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54810", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502268843764995, 38.567092831824702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54811", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502295123880998, 38.567033083882301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54812", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502316920439, 38.566984560741297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54813", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502341510075993, 38.566930427111998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54821", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474559846060998, 38.5720474263887 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54822", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474589954709998, 38.571980767799197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54823", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505172547327007, 38.5784156616389 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54830", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506201550160995, 38.578498470133901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54832", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506291451741006, 38.578289090797703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54833", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506312266117007, 38.578237819494198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600310", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496235354253997, 38.590135301371298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600366", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497628450692005, 38.587778583875902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600403", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498394520912001, 38.585638460941801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600371", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497638246242005, 38.587469753266099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600524", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495864077239005, 38.589319672671103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600326", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494703105198994, 38.589822058891102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600451", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497436596653003, 38.5883539148587 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600155", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501157851607999, 38.589868567920398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600329", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494445826369002, 38.589746131734998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600283", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498834097770001, 38.590256878904498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600584", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497301223359997, 38.5853776224019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600419", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499061473552004, 38.584721575100303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600536", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496257361641, 38.5884665907125 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600208", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496278534805001, 38.590001668325101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601205", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464708180670002, 38.567822894128703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600988", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463694648860994, 38.5704336292699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601001", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464341426369003, 38.570306669440697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600957", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464024468169001, 38.570609893285898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601239", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466830578870997, 38.568191411912302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600705", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462829133100001, 38.5746619658944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600989", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463634684831007, 38.5704176055388 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601109", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464259201659999, 38.569253395642299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600936", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465412040160999, 38.569268950708 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54834", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506333041548999, 38.578192171412198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54835", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506342040925006, 38.578168881992902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54836", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506365581373004, 38.578110251175303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54837", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506382346026996, 38.578076156186803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54841", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482032036955999, 38.571138231151799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS58432", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481927518470002, 38.571115000458697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54845", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481692555902995, 38.571045659739397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54847", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481621476483994, 38.571029671251999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54848", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481471033597998, 38.570991053461498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600400", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498212195094993, 38.585769697216101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600355", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497612886143003, 38.588462868505502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600320", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495149670977995, 38.589933044993202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600446", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497440707500004, 38.588684876862096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600255", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501332383635003, 38.589985444279499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600342", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497625217136004, 38.589455526542601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600551", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496653374828, 38.587447675144503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600323", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494921283579998, 38.589876795211197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600580", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497200508149007, 38.585615406328202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601278", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465109156310007, 38.567691856232202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600967", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463358677699006, 38.5704308713171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600940", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465496379545996, 38.569071441681203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600819", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461968674453004, 38.574042613179003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465196518553995, 38.5676954716021 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465085215661006, 38.568584037526399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601118", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463609357714006, 38.569079425421101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600822", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461978947627003, 38.573832646215202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601399", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496700183178007, 38.584764774823903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601401", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496877258642002, 38.584812628877401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601402", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496952986992994, 38.584833094760697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601403", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497024492728002, 38.584852418832803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601404", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497103001528998, 38.5848736354313 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54764", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501861108284999, 38.5710464019051 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60027", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490323422103003, 38.586855579645999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490282768243006, 38.586842506150198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60029", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490241508389005, 38.5868297488894 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490200253517003, 38.586819026760899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490158736808993, 38.5868068800483 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490114630994, 38.586796773260097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490072077213995, 38.5867850354607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60034", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490030565509002, 38.586774923849099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60035", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489988526676996, 38.586761963968598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60036", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489945714898994, 38.586750837595702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489901605339995, 38.586738695584401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489860871600001, 38.586728786437298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489819095814994, 38.586717251070503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489776542130002, 38.5867055131624 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489735282446006, 38.586692755721202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489693512803001, 38.586683255461097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489649144146, 38.586671723920098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489602698653002, 38.586658974203601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60045", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489564036900006, 38.586648247963304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489523040277007, 38.586636914121499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489480229793998, 38.586625787581497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489412252009998, 38.5866087978197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489438717119, 38.586615675752597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600534", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496198223525994, 38.588594868761497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600352", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497615312893998, 38.5886582293302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600337", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497629022262998, 38.589761743191303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600345", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497622921087995, 38.589270609475399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600601", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497894408248001, 38.584112381528698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600130", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503357485769996, 38.589574678446198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600546", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496553287414997, 38.587793702114098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600277", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499415666255999, 38.590218715574899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600571", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496970979265001, 38.586157306451497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601033", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465117775246995, 38.5685252764494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601272", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465338230195002, 38.5673637245512 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600964", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463550940269002, 38.570482762326399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600817", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461919088715007, 38.574167370636303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601176", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464265011639, 38.567622203907398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601115", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463809036656997, 38.569135144067701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "TUE", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489396163557004, 38.586603937704702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489277831467007, 38.586766496989299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489264352929993, 38.586800774304599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489249395089999, 38.586833896449697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489235779290993, 38.586867943427698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489220807462004, 38.586899328579001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489206592418, 38.5869341855187 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60065", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489193256589999, 38.586966958057403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489181579779, 38.586991174892503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60067", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489166776344007, 38.587019875207297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600414", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498914282805998, 38.5850524255615 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600201", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496810127854005, 38.5900621613916 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600461", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497453804185, 38.587768038647702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600186", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498428168714, 38.590132388563603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600128", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503485845815007, 38.589557177695497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600374", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497645687095002, 38.587235138164402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600526", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495927803659001, 38.589181444547101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600706", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462711003077999, 38.574630132188702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600711", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462325511035999, 38.574526249881302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600992", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463421390291998, 38.5703600469243 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465539166146996, 38.569163974097997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601350", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505720044081997, 38.583074813393701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601351", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505737648712, 38.583018429417599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489080346091995, 38.587227852296699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489066891128999, 38.587262017982297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489051416707994, 38.587295282867203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489038391406993, 38.587328430630798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489023204185003, 38.5873610166025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489008451106002, 38.5873948450228 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488994271313999, 38.5874273165185 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488981621120004, 38.587456804687903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488966403768003, 38.587485898644402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488954066966997, 38.587510892720402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48974109049, 38.585683997945701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489733734932003, 38.5857099005379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489718777538997, 38.585743022744403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489704413808994, 38.585777070083701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489690190779001, 38.585808454991103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489675976181005, 38.585843311989201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489662640773005, 38.5858760845828 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489651780093993, 38.585903069012097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489638524035996, 38.585937100505099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489536279187007, 38.586171145026597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600258", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501072736027993, 38.590018486830203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600197", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497188859587993, 38.590092877663302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600304", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496824996428998, 38.590201393724001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600592", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497571581311007, 38.584739313750902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600212", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495871280665, 38.589938644883901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600369", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497634259688994, 38.587595427184297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600449", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497438349499006, 38.588494976661103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600154", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501238740877994, 38.589858273197997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601112", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463979977774002, 38.569180095093799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601207", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464603942150006, 38.5677403429086 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601040", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464233817125006, 38.570305342606801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600958", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463948093596997, 38.570589485638003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601005", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464424949073006, 38.5701274023899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489520805221005, 38.586204409974897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489507780338002, 38.586237557792103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489492593562005, 38.586270143826098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60110", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489477840931002, 38.586303972307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489466723326004, 38.586328667309303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489455271164999, 38.586350871658198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489446924822005, 38.586374216723001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489438562800004, 38.586391733818402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490209317494006, 38.5867098609001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490146660403994, 38.586692751754804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600344", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497623574900004, 38.589323312927299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600299", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497242183359006, 38.590235227357702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600241", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502635166839994, 38.589812511745002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600327", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494605672118993, 38.589793304974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600207", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496364483294997, 38.590012383585602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600466", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497464822283007, 38.587420687436399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600181", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498833424655999, 38.5901193965692 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600421", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098734423995, 38.584632571926697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600402", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498346832121001, 38.585672787474799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600254", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501429999584005, 38.589973021471302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600432", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497453687304002, 38.589729944662103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600699", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463241377291993, 38.574773055225499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601000", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464315489528005, 38.570367190677203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600985", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463876985575993, 38.570481828714897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601087", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463696553573996, 38.569182636349602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601238", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466911201856007, 38.568212923716104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600941", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465529474177004, 38.5689939370709 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600832", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461890851936005, 38.573937310316403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601016", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464702800520001, 38.5694790535129 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600697", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463395607566, 38.574814616062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600971", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463091749583995, 38.570359545460697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465335597603996, 38.569621272257997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601066", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464901826279004, 38.568754456066998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600715", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462019387254998, 38.574443754014503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601271", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465306762761998, 38.5674359375395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490064911434004, 38.586672329679097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489983158735996, 38.586650669697299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489903774206994, 38.586629624592398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489824388578, 38.586608579428002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489743423264997, 38.586586299325297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489664669654999, 38.586565005486101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60098", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "MON", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489584967466996, 38.586543465971097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490627490774003, 38.587085930132403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490574673756001, 38.587212295332399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490600724215994, 38.5871480616157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490546415384003, 38.587280471561201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60013", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490370328365998, 38.587297382137699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490394877409003, 38.587234634643302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490422793687998, 38.587172105565998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490452526010003, 38.587109380871702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60009", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "WED", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490517214429005, 38.5873374229704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "THU", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490479417369002, 38.587045220251603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600192", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497916837879004, 38.590128194093502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600238", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502886880961995, 38.589778193805699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600578", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497150844206999, 38.585732659388697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600272", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499831882921995, 38.590172896482201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600533", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496177084733006, 38.5886407215825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600203", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496658693336002, 38.5900490609191 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600463", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497458466856997, 38.587621062378503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600351", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497616104791007, 38.588721963952899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600336", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497629932593, 38.589835067463198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600354", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497613611492, 38.588521220886904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600149", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501686432957996, 38.5898012984091 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601050", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464492606364999, 38.569711197725603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600970", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463162682613998, 38.570378498714597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600834", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461858628551994, 38.573824244633101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601156", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465483225526995, 38.568619282309399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601065", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464876291077005, 38.568814044150102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600714", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462100956822994, 38.574465735700102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601354", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498404351629006, 38.585215901304203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601355", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498242649773005, 38.585173607182398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601356", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498158519425004, 38.585151602133003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601357", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498089234768997, 38.585133480277797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601358", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49800377439, 38.585111127009398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601359", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497922365153997, 38.585089834482901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601360", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497830104171996, 38.585065702054798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601361", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497729350387999, 38.585039348938203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601368", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498258753228001, 38.585311642893501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601369", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498205794241997, 38.585297961201597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601370", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498150665324005, 38.585283717830698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601371", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498094676001998, 38.5852692526867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601373", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498024240549995, 38.585251055534599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601374", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497876393591994, 38.585212857884102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601375", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497781905436, 38.585188446391399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600288", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498368182172001, 38.590270351364502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600370", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497636280961004, 38.587531711973099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600450", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497437636835997, 38.588437613516902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600257", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501186103256998, 38.590004060037302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600137", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502779856724999, 38.589653434082599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600553", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496656525524003, 38.587307315714703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600328", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494522639864996, 38.589768800308804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600583", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497279132764007, 38.585429777560101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600467", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497466710964005, 38.587361150007702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600339", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497627680235993, 38.589653721739097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600294", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497880971490005, 38.5902642143975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600132", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503225563925994, 38.589592665572297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600172", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499666334465999, 38.590052481917397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600168", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499956821878996, 38.590020503628303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600523", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495836264236999, 38.589380002600599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600460", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497451980318004, 38.5878255421338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600289", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498290252201002, 38.590271202905498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465269505405004, 38.567527384075198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600695", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.46350624451, 38.574844429661901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600963", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463611538099997, 38.570498438588103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600943", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465587067795994, 38.568859061050297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600816", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461898136276005, 38.5742200857051 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465384322823994, 38.569511815656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600831", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461873606360996, 38.574005232658102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601265", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465174137874996, 38.567740290583899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465058201687995, 38.568647276461803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600999", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464284892286003, 38.570438584001302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600984", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463935505554005, 38.570497466354396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601068", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464933624549005, 38.5686728420403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601088", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463592444211997, 38.569165063011901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601280", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465155284315998, 38.567585999427102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601015", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464692077272005, 38.569504075921103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600252", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501590484611, 38.589952597191697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600340", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497626954026998, 38.589595325211697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600365", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497626684508006, 38.587834273209801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600445", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497441538846999, 38.588751787316497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600152", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501402468986001, 38.5898374370257 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600433", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497452948174001, 38.589670469704501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600239", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502810192067003, 38.589788649154897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600322", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495011717219995, 38.589899068818902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600579", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497173632983007, 38.585678856844901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600416", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498976330860003, 38.584924947927 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600372", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497641095465994, 38.587379908454402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600129", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503422583808003, 38.589565802747103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600528", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495976797547996, 38.589075171007401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600520", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495756687037002, 38.589552611915103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600303", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496902991658004, 38.590207719089797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600225", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494453517851994, 38.589601721028799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600182", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498750805656002, 38.590123050630901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601117", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463675120969995, 38.569099928279797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600709", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462461878306001, 38.574562998382298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601206", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464661311119997, 38.567785531537098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601046", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464374165878993, 38.5699827795587 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600995", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463144824362004, 38.570286708951699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600895", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465459625674995, 38.5693426540224 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600829", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461820205730007, 38.574139587627698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601029", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465005598608002, 38.568770415864797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601175", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464316517898993, 38.5676612529791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601063", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464847367106003, 38.568881752572601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600710", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462381955441998, 38.5745414606344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600204", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496592623151997, 38.590040824181798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600464", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497460953401003, 38.587542650168999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600164", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500284791324006, 38.5899796702152 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600234", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503196653467, 38.589735958722599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600545", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496536056139007, 38.587841689996303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600423", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499144797035996, 38.584522544769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600548", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496604842910003, 38.5876501279389 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600211", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495933772914, 38.589949138517603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600367", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497630308257996, 38.587720023782801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600447", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497439889386996, 38.588619020513399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600153", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50132397518, 38.589847426865397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600343", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497624465605, 38.5893950218084 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600525", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495897668658003, 38.589246810301603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600325", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494766960291003, 38.589838786998399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600452", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497437357104005, 38.588286551855802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600156", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501067674766006, 38.589880043280303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600138", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502696180043003, 38.589664843126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600330", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494364075998007, 38.589722004621898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600180", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498914885095999, 38.590115793290302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600585", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497320662026993, 38.585331728665402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600420", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499156576467001, 38.584573895448003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601060", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464772566096997, 38.569056853954201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601174", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464365933927994, 38.567695654531001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600704", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462910737526997, 38.5746839561778 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601041", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464249472299997, 38.570266481846303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600959", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463862176058996, 38.570564340961901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601376", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497685243961996, 38.585163472242201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601381", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497029847297, 38.584993191799299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601382", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496956559400004, 38.584973148280099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601383", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496875794410002, 38.584951059620799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601384", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496787342705005, 38.584926868138197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601385", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496701491492004, 38.5849033887893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601386", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496625305494007, 38.5848825522854 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601387", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496544895835996, 38.584860560434201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601388", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496450684443005, 38.584834794106598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601389", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49639189973, 38.584818716887597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601390", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496327400970003, 38.584801076050702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601395", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496377182882, 38.584655672647699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601396", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496500373705004, 38.584710776622799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601397", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496559569818004, 38.584726774495202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601398", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496623428516003, 38.5847440322419 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600413", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498873950681002, 38.585123853316603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600270", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499998396551007, 38.590154565299997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600573", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497027814091993, 38.586023124347903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600185", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498510539953003, 38.590131488598701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600231", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503477846720003, 38.589697619158102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600373", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497643016609999, 38.587319326124799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600324", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494835221445996, 38.589855599157801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600518", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495703028399006, 38.589669001029201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600209", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496197334298998, 38.589991545728502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600401", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498275431530999, 38.5857241796148 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600253", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501522343280996, 38.589961269573401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600431", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497454596344994, 38.5898031004632 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600237", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502956025843005, 38.589768766376103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600549", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496629165300007, 38.587581815127699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600271", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499914027757995, 38.590163853144702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600240", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502729402542997, 38.589799664316899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601284", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465253945347996, 38.567360954131502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600698", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463309793872, 38.574791492196297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465302938554998, 38.569694640100302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600835", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461836068390994, 38.573765294879799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601037", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464179142781006, 38.570442636879399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600700", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463152486290994, 38.574749101661297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600823", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461939556001994, 38.573749890395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601279", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465130257019993, 38.567643434061701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600969", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463215891849998, 38.570392717499097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601155", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465529766577006, 38.568659114210099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601085", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463838593947003, 38.569219987936698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600713", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462188130328002, 38.574489228043099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601268", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465236126296006, 38.567598038668599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600751", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464369004513998, 38.574285576970702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601009", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464502181024002, 38.569929724251601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600267", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500233045501005, 38.590125342461 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600521", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495783959269005, 38.589493456219799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600357", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497611733124998, 38.588370064004003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600199", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496984706191995, 38.590076320764098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600287", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498459543192993, 38.590269353444903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600591", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497547875723001, 38.584795282651399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600540", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496371007155005, 38.588220073789401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600311", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496155861272996, 38.590125390678601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600368", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497632632052998, 38.587646765791703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600404", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498435616978995, 38.585608835534003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600448", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497439058430004, 38.5885520551059 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600256", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501264992464996, 38.589994020642301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600581", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497226081822006, 38.585555028515799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600417", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499005388886999, 38.584855538909302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600465", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497462995421003, 38.587478292711197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600576", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497105869986001, 38.585838842766798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600338", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497628291157, 38.589702900699301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600189", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498162761236003, 38.590135287198699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600235", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503103229084999, 38.5897486964992 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600171", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499742738880997, 38.590044071550999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600522", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495810611289997, 38.589435645557998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600358", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497611317438, 38.588318755270301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600891", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465359248241001, 38.5695681447203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601154", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465589320958003, 38.568706552996296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600712", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462253711781003, 38.574506901120202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600983", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464005881198005, 38.570516271464101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601237", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467014991300999, 38.5682428276954 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601044", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464325372131995, 38.570101724587197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600991", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463488468855999, 38.5703785343647 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600701", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463095178005005, 38.574733658450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601002", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.46436561, 38.570250237371198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600434", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497452269340002, 38.589615795883297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600136", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502880690591994, 38.589639686943599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600552", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496664197243007, 38.587384130638704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600582", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497255040360002, 38.585486660032799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600418", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499027703007997, 38.584802239355703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600139", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502625943729996, 38.589674418864803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600284", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498744794806001, 38.590260829255897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600586", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497337525811005, 38.5852919147056 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600537", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496283771590996, 38.5884093041131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600468", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497468494944002, 38.587304905800501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600356", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497612200655993, 38.5884076568205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600151", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501490382431001, 38.5898262489563 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600341", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497626013025993, 38.589519511630499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600200", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496912365680998, 38.590070453353 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600554", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496650092766004, 38.587247189871199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600462", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497456014622998, 38.587698351319297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600574", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497056364483996, 38.5859557199012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600290", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498192856385003, 38.590272266429402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600232", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503376795728002, 38.589711397417098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600314", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495878759814005, 38.590080302818002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600273", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499745371667004, 38.590182419993099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600266", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500313055137994, 38.590115161703402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600527", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495955192176993, 38.5891220361666 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601653", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503357112459, 38.5913738574096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601718", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503218044579, 38.591386159868897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601533", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498124001091, 38.591419142790301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601554", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502650516214004, 38.591308976273098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601572", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498756175691994, 38.591363688647398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601560", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502571575600001, 38.591318965045303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601540", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499012841890007, 38.591348384214399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601496", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503883017185998, 38.590011932461003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601683", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497434133194005, 38.590917733517301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601682", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501898621539993, 38.591507860219799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601569", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499667575597002, 38.591346438622402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601535", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500251255996005, 38.591429093019698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601643", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499741673445001, 38.591496221002103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601698", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500070410093002, 38.591532791948303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601628", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499254797220999, 38.591493234523398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601501", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503667861577995, 38.590295237566998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601506", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503665627819004, 38.590229754498402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601603", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497920948615999, 38.591442279501102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601547", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502911983751005, 38.591288445116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601640", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502384712633003, 38.5914605180824 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601621", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498908511823998, 38.591500518406903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601672", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497458003191994, 38.590757601954898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601595", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500644010868996, 38.591485555626001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601655", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499394745122999, 38.591493387402203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601532", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498602936040001, 38.5913724476613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601619", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500708668349006, 38.5916176346024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601559", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497664747699005, 38.590713445258501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601503", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503667456970007, 38.590365586775199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601512", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503727438549006, 38.590047385362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601589", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502135542128002, 38.591362902505701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601557", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499115981464001, 38.591348379970199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601715", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503009443248999, 38.591404612346402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601727", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501481972498993, 38.591548438089603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601659", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501759738575004, 38.591521386943597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601668", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804701795995, 38.591499944621901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601561", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569866942001, 38.591268109845302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601499", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503775034550998, 38.589874324590497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601523", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497593875403993, 38.591150055204601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601608", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502380856019997, 38.591334617548398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601576", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497670382536995, 38.590596597368801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601548", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502477112611999, 38.591327078070599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601509", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503722262050005, 38.5907497699015 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601700", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497353636539998, 38.591234796794303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601605", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499904700933001, 38.591360956617102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601497", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503698410737996, 38.590564471452304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601712", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499671741469996, 38.591494333273403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601716", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498010612803995, 38.591572332410003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601678", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497470907617995, 38.590597775948403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601634", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500925223549999, 38.591601305219903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601690", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498978435951997, 38.591498456134197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601486", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503858649920005, 38.590654399987102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601666", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502037504447003, 38.591494334230298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601663", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501620855563999, 38.591534912599897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601491", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503868247227004, 38.590763977408002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601490", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503833515021, 38.590224720912602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601661", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499874243847998, 38.591506038670701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601602", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500564709353995, 38.591482919024401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601601", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497781932237004, 38.591454934216102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601538", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501959383300999, 38.591373612445402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601637", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499048361229995, 38.591496392923403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601549", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499261955487, 38.591348693311602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601629", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503078977805004, 38.5913984612653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601613", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498080120520001, 38.591566004933597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601596", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502210540182006, 38.591353692572 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601693", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497411750099005, 38.591026154693303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601692", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501064298786005, 38.591589055091703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601479", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503853697552003, 38.590119330531003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601709", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500138504730003, 38.591545435407802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601550", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502043801908002, 38.5913665620457 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601586", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497605194472001, 38.591077562370401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601508", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503719613323, 38.590963651897603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601476", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50386835738, 38.590065631496998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601600", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501551550949003, 38.591410559135802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601627", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500487537110999, 38.591614852956603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601676", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497663071738003, 38.5916039700572 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601722", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500271551286005, 38.591577094192999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601488", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503871696453004, 38.590820267534497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601504", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503726189830005, 38.591012931148903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601686", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500568757588994, 38.591620176250402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601471", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503827578187, 38.590383300855898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601551", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498191787478007, 38.591411416803297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601614", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497398872709994, 38.591077048070197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601710", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501690297078994, 38.591528149342103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601656", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502870376402996, 38.591416913492203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601632", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503426645800999, 38.591367707015699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601616", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499464719648003, 38.591493463780601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601541", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503101387856006, 38.591273416721002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601642", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499534693032004, 38.591493539210902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601723", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497476997687997, 38.590488044417903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601654", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498219137069, 38.5915533489597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601544", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500905713785002, 38.591464866947 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601670", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498288645895997, 38.591547021363098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601620", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502176387299997, 38.591480808074301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601622", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499938026269007, 38.591511742040197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601685", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498566678789999, 38.591521709648603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601546", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497851441006006, 38.591448606881897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601489", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503876387559998, 38.590930041949001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601565", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501010490290994, 38.591456838386101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601469", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503863447995997, 38.5907091886952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601717", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500994760596996, 38.591595180624701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601662", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497464816375, 38.590707508374201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601570", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502733890711994, 38.591301344313003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601618", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498497170012996, 38.591528037412097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601599", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500725850235995, 38.591479847307497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601625", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502661774892999, 38.591435365343401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601588", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499824401503005, 38.591350544070202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601585", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499324986735999, 38.591349365871302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601593", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500089753012006, 38.591386232139897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601528", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498330096218993, 38.591399795462202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601516", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503770790454993, 38.589932135795699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601703", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503287579098995, 38.591380008662597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601674", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502939909835007, 38.591410762489801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601510", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503678779968993, 38.590493857087999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601598", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50229570626, 38.5913413425301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601724", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498704193028004, 38.591510623155202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601478", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503829332197, 38.590276533317798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601537", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500479615878007, 38.591475000655201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601534", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503340991105006, 38.591258868209003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601624", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497442700687998, 38.590866779088401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601726", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502106945883, 38.591487570722698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601582", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498059964945995, 38.591429624619103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601607", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499484152037994, 38.591350033266103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601574", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499996770021994, 38.591374096493603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601638", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500006906139006, 38.591521420516699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601626", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499118286496994, 38.591494330571301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601492", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50386835738, 38.590065631496998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601580", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500325899342002, 38.591444343897898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601641", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503148511201005, 38.5913923101376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601487", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503879816465002, 38.591040246988499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601536", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49826729147, 38.591406244924997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601515", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503682534522994, 38.590163799423998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601573", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501633154914003, 38.591405496907399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601584", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499197330734006, 38.591351488581097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601680", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501551414035006, 38.591541675816003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601635", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497422941655003, 38.590971944105902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601522", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501797700081994, 38.591388307802099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601691", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499604667558003, 38.591493615504803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601539", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497616976700002, 38.591017045353198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601500", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503670367001007, 38.590433849302798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601645", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502731308361007, 38.591429214466203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601485", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503842807978003, 38.590170289879097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601475", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503837508584994, 38.590489040991201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601513", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50371773869, 38.5908336797552 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601630", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497732580662998, 38.591597642794397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601647", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500638712967003, 38.591618905897903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601649", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500199842121006, 38.591560324422503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601648", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497941105075995, 38.5915786598447 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601604", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503201577732, 38.591268727738502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601563", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502825609704004, 38.591295607570899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601477", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503909277546995, 38.589902078948199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601704", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149629378005, 38.591559676519601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601474", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503833515021, 38.590224720912602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601677", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501134764599001, 38.591582252436403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601556", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500814042114001, 38.591471168136401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601577", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501876141938993, 38.591380893972897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601689", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502315271255, 38.591467280855703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601518", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503713389016994, 38.590898070646901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601579", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497626176571003, 38.590954681104797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601615", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501829180063993, 38.5915146236025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601702", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497467861421995, 38.5906526426093 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601520", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501316387689997, 38.591426623963102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601472", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503858649920005, 38.590654399987102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601583", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503265903133993, 38.591263389326102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601633", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497871596188006, 38.5915849872327 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601697", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500855685342998, 38.591607429768402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601543", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500398222300007, 38.591460655881299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601545", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497582477799, 38.5912085991243 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601587", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503003740506003, 38.591283379562398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601494", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503853697552003, 38.590119330531003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601695", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502454154003004, 38.591453754366498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601514", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503704415585005, 38.590101702583198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601591", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498933669348006, 38.5913491497368 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601558", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501719004763004, 38.591395030401401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601502", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503719435400001, 38.590686506803301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601681", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497450351374994, 38.590812190069002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601696", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498634541377996, 38.591515887325301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601571", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497658090773001, 38.590781139432202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601705", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501204206207007, 38.591575489470202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601481", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503826722805002, 38.590328386699198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601464", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503897898416994, 38.5899562659149 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601606", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503407053211006, 38.5912312760357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601660", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499184822689003, 38.591493158919 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601467", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503831626837993, 38.59043509448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601542", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499747684932004, 38.591346963124799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601505", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503718695296001, 38.5906218004042 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601617", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503496180284998, 38.591361555684102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601708", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502245828710002, 38.591474044483398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601652", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501968062996994, 38.591501097696302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601644", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497384652660003, 38.591130820286502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601483", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503878155142999, 38.590985344695298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601610", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498411550994007, 38.5913897015513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601590", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501192678441001, 38.591441328862203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601575", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501386490119998, 38.591423664613501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601594", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497666775073995, 38.5906537615868 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601701", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497802088434995, 38.591591314584001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601466", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503878155142999, 38.590985344695298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601687", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497473952655994, 38.590542910183203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601592", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497556662446001, 38.591325525207701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601495", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503874042004995, 38.590875154741802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601646", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498838586538, 38.591502581533199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601631", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501273647801, 38.591568726462299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601525", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498842227040001, 38.591354659371198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601566", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497990457360999, 38.591435952083401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601562", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498498015804003, 38.591378855412799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601597", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498685882152003, 38.5913668825131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601530", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499570115357997, 38.591347153485003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601564", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500179404299999, 38.591405001941197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601519", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503744311996996, 38.589986690466297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601623", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500786147124998, 38.591613554275199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601636", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502800841817006, 38.591423063547097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601711", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499324770597994, 38.591493310981399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601581", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497672957901003, 38.590535870133898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601526", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501109676572, 38.591447990153902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601531", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501258973394002, 38.591435573924301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601673", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498773844667994, 38.591505358943103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601664", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497370857953996, 38.5911815682379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601651", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497336413954002, 38.591288025342998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601725", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497318342653998, 38.591332516018099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503937243782005, 38.5837761547266 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503960887107993, 38.583721766246001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503984529250005, 38.583667377755603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504008171356006, 38.583612989260303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS24", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504031813425996, 38.583558600760199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS26", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504055456600994, 38.5835042131609 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS28", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504079098598993, 38.583449824650998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS30", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504102740560995, 38.5833954361362 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504162781676996, 38.5829197689689 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504179248108002, 38.582881667633401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504192910415, 38.582853992966399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS62", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504375919653, 38.582398399865497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS64", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504393047028003, 38.582366729220901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS65", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504405717972006, 38.582335518774201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS66", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504525239805005, 38.5823882390522 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS67", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504416587669994, 38.582311474448801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS68", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504423080497006, 38.582288830298403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS69", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504549058503997, 38.582333422377999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS70", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504433073827002, 38.582263390336301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS71", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504450273743998, 38.582230356037698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS73", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504465579515994, 38.5822056352037 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504319136762007, 38.582858841536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504200039283006, 38.582826384913503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504211900021005, 38.5827996421637 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504347173170004, 38.582794196170099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504226013356998, 38.582764372170303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504240277988998, 38.582736230710502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504257787507001, 38.582699964450697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503819031207996, 38.584048096175003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503842673566993, 38.583993707714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503866315888999, 38.583939319248003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503889959323004, 38.583884930782098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503913601567007, 38.583830543207199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS74", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504481854717, 38.582178162676698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS76", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504497342481997, 38.582146075091899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS83", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504729527486006, 38.581929922966502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS85", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504754717080999, 38.581872013033902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS87", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504779907781995, 38.581814103100697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS88", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504622468269005, 38.581783007208699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS167", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506330807789993, 38.577810464071497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS168", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506340668595001, 38.577783089159901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS175", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507604037671001, 38.575284871346199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS177", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507631040416001, 38.5752243009605 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS179", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507658043109004, 38.575163731469402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS180", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507506013528001, 38.575097007695597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS89", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504632563035997, 38.581752029857498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS90", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504805097295005, 38.581756193157098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS91", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504647657899, 38.581725097299298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS92", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504655791019005, 38.581695134970602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS94", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504670885861003, 38.581668202409297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS102", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504791476557003, 38.581415553054498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS104", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504802970841993, 38.581388296068198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS105", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504809245922999, 38.581360285229898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS106", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504978002279003, 38.581381125715403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS107", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504824536043003, 38.58133364087 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS108", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504835354310998, 38.5813080350338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS109", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505003596761995, 38.581322368817197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS110", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504851412457995, 38.5812802011692 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS111", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504863758522006, 38.581253409078599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS112", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505029192343997, 38.581263612819001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS113", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504869909543004, 38.581229707591902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS114", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504881787505994, 38.581199581984897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS115", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505047517736998, 38.581219153580498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS116", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504895218306004, 38.581170616164002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS118", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505070287753995, 38.581177077290299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS125", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506162323935001, 38.578588466261898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS126", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506172417581993, 38.5785574887745 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS127", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506002911178996, 38.578558534964699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS128", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506018148251002, 38.578529290238698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS129", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506188669493, 38.5785286888933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS130", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506030515711004, 38.578496458512298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS131", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506039865912996, 38.578470258016999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS133", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506051591629003, 38.578444909993898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS134", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506062193822004, 38.5784212112207 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS136", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506073370321005, 38.578394459959398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS137", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506083150796002, 38.5783684360701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS138", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506258935145993, 38.578359340008902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS139", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506097647822997, 38.5783442899492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS140", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506109841267005, 38.578317353834798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS141", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506269633412003, 38.578337003781101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS142", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506118492224005, 38.578293014303497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS143", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506129729213995, 38.578266637166699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS144", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506279234789005, 38.578313796212797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS145", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506143316212004, 38.578236507012001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS146", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506152068958997, 38.578215033661799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS147", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506301135943005, 38.578264692596697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS148", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506161960981004, 38.578188140877501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS149", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506174708844, 38.578161017933297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS150", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506323548815004, 38.578213781259102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS152", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506199723734994, 38.578099301564102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS153", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506352688874998, 38.578142199622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS154", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506215705987003, 38.578071307731697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS155", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506229342184994, 38.578037540860798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS158", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506242736687, 38.5780073531173 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS159", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506254689523004, 38.577978352910499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS161", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506271202451003, 38.577936855104802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS162", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506288406986997, 38.577902216062903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS163", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506455203450003, 38.5778955128959 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS164", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506302859342995, 38.577869576081198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS165", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506318668679995, 38.577835543694199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS166", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506478719789001, 38.577840340491797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS260", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503866346375005, 38.580101935659201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS262", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503892511990003, 38.580041820197202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS264", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503918676412994, 38.579981704724197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS266", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503944840792997, 38.579921589245203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS268", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503971006276004, 38.579861473765199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS270", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503997170567004, 38.579801358274302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS272", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504023334813994, 38.579741242777402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS182", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507533016284995, 38.575036437332599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS183", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507691780437, 38.575055702597403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS184", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507560018996003, 38.5749758669633 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS185", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507718783021005, 38.574995132191098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS189", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507773902232003, 38.574853555673897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS191", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507798771880005, 38.574797884260001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507670428804005, 38.574733786616797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS193", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507823641483, 38.574742213741501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507698851301996, 38.5746701619112 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS195", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507848511053993, 38.574686542316797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS196", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507727273743001, 38.574606538099403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS197", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507873380584996, 38.574630870886601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS198", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507755696133998, 38.574542914280499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS199", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507898250072003, 38.574575200352001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507784118480004, 38.5744792895538 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS201", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507923119525998, 38.574519528911097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS210", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50794561587, 38.5741159205513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS211", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508127113580997, 38.574089203742403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS212", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507963299758003, 38.574084075178902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS213", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507973391985004, 38.574053097532101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS214", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508154889525002, 38.574026380679598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS215", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507991075844004, 38.574021252155397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS216", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508001169197996, 38.573990274510997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS217", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508182665419994, 38.57396355761 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS218", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508018851881005, 38.573958429125199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS219", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508028945213994, 38.573927451478298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS220", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508197099875005, 38.573882998677902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS221", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508025747331999, 38.573908077638798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS222", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508035839505993, 38.573877099986497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS223", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508201578856998, 38.573816591962803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS225", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50820608267, 38.573770054607898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS229", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508213593300994, 38.573651916024801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS230", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508064185305003, 38.573625291264797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS231", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508217348027003, 38.573592847631303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS232", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508068476893001, 38.573557783764201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS233", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508221103900993, 38.573533778341698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS235", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508224858621006, 38.573474709046998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS237", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508226993779999, 38.573410022994501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS238", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508085109421003, 38.573383135627701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS239", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508223041205, 38.5733509614981 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS240", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508077861084004, 38.573320911490299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS241", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508235185662997, 38.573300425092299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS242", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508048729785997, 38.573249970083502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS243", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508240913571996, 38.573250772233202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS245", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508242500079007, 38.573215898993197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS252", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503761686920996, 38.580342396561598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS254", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503787852713003, 38.580282281123402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS256", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503814017313005, 38.5802221656744 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS258", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503840181862998, 38.580162051120197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504244189153994, 38.579239395157401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS282", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504424588328007, 38.579234778364501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS283", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504269881317995, 38.579180101003203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504295573440004, 38.5791208068432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS373", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505470004911004, 38.576359513676898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS374", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505634120519005, 38.576398336034302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505794881021004, 38.576024768691703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505818874699997, 38.5759695921518 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505667764904999, 38.575931938195602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505842868341006, 38.575914415606903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505693358692994, 38.575873082949201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505866861944, 38.575859239056797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505718951291996, 38.575814227692099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS29810", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504593191148004, 38.578845662529602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS298", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504617276790995, 38.578790074016702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS300", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504641363537004, 38.5787344864045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS302", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504665449105005, 38.578678897881503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS304", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504689534628994, 38.578623310254301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS305", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504552492273007, 38.578527869430403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS306", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504713621262994, 38.5785677226269 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS312", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504854914559999, 38.5782123155156 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS314", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504878861967001, 38.578157567794896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS316", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504902810485007, 38.578102820074101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS317", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504691144399004, 38.5781240262598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS318", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504926757817998, 38.5780480723434 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS319", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504716688401004, 38.578065628666799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS320", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504950706261994, 38.577993324612599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS321", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504742233509006, 38.578007231073101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS322", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504974653516001, 38.577938577772699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS323", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504767777427006, 38.577948833468803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS324", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504998601886001, 38.577883830031901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS325", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504793322446005, 38.577890436764498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS328", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505046324749003, 38.577774071631602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS329", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504843913697002, 38.577773725890303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS330", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505070011830995, 38.5777192533902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS331", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504869179088004, 38.577715253199301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS332", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505093697722998, 38.577664436039903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS333", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504894444431002, 38.577656781403597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS334", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505117384727001, 38.5776096186896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS335", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504919710880003, 38.577598309607197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS336", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505141070546003, 38.577554801329498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS349", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505164116122998, 38.577063171079203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS351", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505189607087999, 38.577004532618197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS355", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505240588887006, 38.576887256580001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS357", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505266079726994, 38.576828618101999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS359", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505291570517997, 38.576769980519202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS361", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505317061273999, 38.576711342029803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS363", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505342551981997, 38.576652704435602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS365", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505368042653998, 38.576594065934898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS368", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505562429647995, 38.576563255958902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS369", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505419023867006, 38.5764767898172 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS370", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505586325877005, 38.576508282652497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS372", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505610223215996, 38.576453309345901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS472", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506913465414002, 38.573035764594003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS473", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507053582623996, 38.573095022269399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS475", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507076509510995, 38.573041985964501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS480", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507198034560005, 38.5727761562339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS481", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507041393239007, 38.572740566068397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS482", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507226063039994, 38.5727117065477 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS483", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507069421847007, 38.572676116419998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS484", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507254091470003, 38.572647256854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS485", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507097450404004, 38.5726116667648 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505890855510998, 38.575804062501803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505914850194998, 38.575748885045797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS391", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505770138656004, 38.575696517170698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505962837141993, 38.575638531910698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS395", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505821324698005, 38.575578807522298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505986830561, 38.575583355335503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS397", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505846918233004, 38.575519952241599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS399", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505872511725002, 38.575461096955102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS401", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505898105176001, 38.5754022416629 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506058810599001, 38.575417824679199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS403", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505923697436003, 38.575343386360103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506082805017002, 38.575362648088898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS405", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505949290801993, 38.575284531056496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506106798248993, 38.5753074714886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS415", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506149578773005, 38.574854317825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS417", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506175385269003, 38.5747934678975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS418", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506345684013993, 38.574771322288598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS419", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506201191714993, 38.5747326188649 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS420", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506371490313001, 38.5747104723173 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS422", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506397295412995, 38.574649623236098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS428", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506470837503997, 38.574481473779002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS430", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506495533844998, 38.574425767667996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS432", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506520230147004, 38.574370061551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS434", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506544926410001, 38.574314355430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS436", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.506569621481006, 38.574258650199098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS446", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506731636360996, 38.5738582744696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS447", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506610205263996, 38.573793233024297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS448", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506758852816006, 38.5737957043062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS449", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506637421801997, 38.573730662889297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS450", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506786069217995, 38.573733135037102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS451", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506659282016997, 38.573663841116399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS452", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506813285578005, 38.573670564860798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS453", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506691854726995, 38.573605523500902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS454", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506840501891006, 38.573607994677999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS455", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506719071120997, 38.573542953346497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS456", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506859501644001, 38.573565473156798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS457", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506746287466996, 38.573480383185696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS458", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506881598288999, 38.573523016175599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS460", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506899943670007, 38.573483013467801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS465", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506834856430004, 38.573217602572001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS467", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506861059466999, 38.573156990218898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS469", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507007727605995, 38.573201093959597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS470", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506887262459998, 38.573096377859898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS471", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507030654561007, 38.5731480576639 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS486", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507282119842003, 38.5725828080555 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS487", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507125477762997, 38.572547217097899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS488", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507310147023006, 38.5725183583438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS489", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507153506212006, 38.572482768329898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS490", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507338175301001, 38.572453908630202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS491", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507182388356995, 38.572423975409798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS493", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507366203527994, 38.572389458909697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS495", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507414029467, 38.572279334229101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS497", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507437310327006, 38.572225647111999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS498", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507267617596, 38.5722088322362 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS499", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507460592300006, 38.572171959995103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS500", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507294225536995, 38.572147475569103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS589", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508591007546997, 38.569474771607901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS591", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50859478241, 38.569420032990998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS593", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508596183093999, 38.5693652851959 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS595", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508595221308994, 38.5693086625174 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS597", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508599098874996, 38.5692390109079 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS599", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508602975293002, 38.5691693583925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508606852843997, 38.569099706782602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS501", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507483873089996, 38.572118272868501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS502", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507320832285998, 38.572086118890901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS503", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507507153839001, 38.572064586638099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS504", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507347440136002, 38.572024762211299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS505", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507530435706002, 38.572010899506999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS506", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507374047933993, 38.571963406426498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS508", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507400654544995, 38.571902049729701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS517", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507715332035005, 38.5715723902603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS519", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507742342753005, 38.571510446920101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS521", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507769353423996, 38.5714485035735 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS523", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507796364049, 38.571386560220503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS525", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507823374620997, 38.571324617762102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS528", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507716784435999, 38.571179632906897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS529", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507869463744001, 38.571198730647801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS530", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507729110187995, 38.571139076545897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS531", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507893454075997, 38.5711435707899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS532", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507746051561, 38.571095835322303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS533", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507917444371998, 38.571088410926997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS535", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507941434635995, 38.571033250158301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS536", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507776405057001, 38.571021062118398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS537", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507965424858, 38.570978090285301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS538", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507803822433004, 38.570958021400699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS539", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507989413893995, 38.570922930402503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS542", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507845902344002, 38.570849024359802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS544", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507863484183005, 38.570798590387803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS545", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508050164668006, 38.570793723571398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS547", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508066502106999, 38.570756813032503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS551", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508154856155002, 38.5705967506535 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS552", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507975810657996, 38.570550060292902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS553", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508181868015996, 38.570534532444597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS554", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507988717654996, 38.570512543295202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS555", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508208878683007, 38.570472314224503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS556", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508001582307998, 38.570475839624898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS557", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508235890443999, 38.5704100969037 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS559", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508262902164006, 38.570347878675697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS560", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508042718230996, 38.570377011416902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS561", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508289913837999, 38.5702856604413 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS563", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508316925456995, 38.570223443101497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS564", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508096740788005, 38.570252575039802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS565", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508337592893, 38.570164633024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS566", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508116659167996, 38.570204902295004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS568", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508361405494, 38.570109849791798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS570", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50838521691, 38.5700550665496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS571", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508174150212, 38.570068519427998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS572", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508409029437999, 38.570000283307401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS573", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508201364230004, 38.570005909283303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS574", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508432841928993, 38.5699455000603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS575", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508228578193993, 38.569943300033103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS576", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508456654384005, 38.569890716808203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS578", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508480465654003, 38.569835933546301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS579", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508283005978996, 38.569818081513098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS581", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508309008997003, 38.569764485967902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS583", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508329905414001, 38.569721885781199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS693", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503331567201002, 38.578326913799501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503184082201997, 38.578202643820603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503209868339994, 38.578143277328998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS603", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508609592314002, 38.569035680939699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS609", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501585030905005, 38.582305947141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS611", "timelimit": 5.0, "pkgtype": "Passenger Loading Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501607608653003, 38.582250993288902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS612", "timelimit": 5.0, "pkgtype": "Passenger Loading Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501639322507998, 38.582185172512801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS614", "timelimit": 5.0, "pkgtype": "Passenger Loading Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501667909321995, 38.582119267097802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS615", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501698162978002, 38.582049527429703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS638", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502550418024001, 38.5800878447793 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS639", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502404697963996, 38.580047189952097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS640", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502574860622005, 38.580031554618103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS641", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502430770166995, 38.579987148287103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS642", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502599303175003, 38.579975265352502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS643", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502456842331995, 38.579927105715299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS644", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502623745690002, 38.5799189760817 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS645", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502482914454006, 38.579867063137598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS646", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502648188172003, 38.5798626859047 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS647", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502508986525996, 38.579807021454798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS648", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502672630609993, 38.579806396623397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS649", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502535058559005, 38.579746978865103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS650", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502697073015, 38.579750106436101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS652", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502721515375995, 38.579693817144303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS654", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502745957697996, 38.579637527847403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS656", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502770399987, 38.579581237644398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS657", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502639346250007, 38.579506809348104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS658", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502794842232007, 38.579524948337003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS659", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502665418058001, 38.579446767629697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS660", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502819284444996, 38.579468658123602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS661", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502691489829004, 38.579386725004397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS662", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502843726611999, 38.579412368805798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS663", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502717561555002, 38.5793266823732 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502874823642003, 38.578889105239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "11:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502900610286005, 38.578829738817497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS673", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503113993602, 38.578827817932698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS675", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503138168090004, 38.578772161635797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS677", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503162343686995, 38.578716505338797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS679", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503176423135002, 38.578691827159602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503373964413996, 38.577810281431603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS706", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503533118180002, 38.5778231072374 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS712", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503590242144, 38.577687853849099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS714", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503609421972001, 38.577637206641697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS799", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505468025829003, 38.572948086532499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS801", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505494431293002, 38.572887396970799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS803", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505670028758999, 38.572918902636502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS804", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505520835571005, 38.572826706497302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS805", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505693132673997, 38.5728657979883 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS806", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505547239804002, 38.572766016017603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS807", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505716236547997, 38.572812694236298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS808", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505573643985997, 38.572705326432803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS809", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505739340388999, 38.572759590479599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS716", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503633438384, 38.577582053166601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS720", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503684407568002, 38.577464213787302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503708423863003, 38.577409060296503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503578907157006, 38.577339637807597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS724", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503725649776996, 38.577362930794898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS726", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503737717446, 38.577328938570901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS728", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503630142418004, 38.577221977069399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS730", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503655758837994, 38.5771631466868 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS732", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503681316260995, 38.577104377306803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS733", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503811991386996, 38.577156529969102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS738", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503856734767993, 38.577077847397199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS739", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503838426244997, 38.577046169106801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS745", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503987536989001, 38.576731936854699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS746", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503812562749999, 38.576745542808602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS747", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504011179250995, 38.576677360075003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS748", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503837779777996, 38.576687327788399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS749", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504034820328997, 38.576622783285501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS751", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504058461377994, 38.576568205590199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS752", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503883290442005, 38.576553717268901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS753", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504083942001003, 38.576520900595 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS755", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503908508492003, 38.576495502238103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS759", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503958943333004, 38.576379070353198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS760", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504164960167003, 38.576326191056502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS762", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504188601012004, 38.576271614235303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS764", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504212242967, 38.576217037413997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS766", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504235883744997, 38.576162459682202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS767", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504059812508004, 38.576146208318498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS769", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504085030276002, 38.576087992348 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS771", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504110246848995, 38.576029777267799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS780", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505251568272001, 38.573495305411399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS781", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505395987506006, 38.5735252431042 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS782", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505278785881998, 38.5734327364964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS783", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505413677511001, 38.573477429763699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS784", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505306003448993, 38.573370166674202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS785", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505432678079998, 38.5734349084766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS786", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505333220969007, 38.573307596845297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS787", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505459894365998, 38.573372338613197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS788", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505360438435005, 38.573245027911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS789", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505487111750995, 38.573309768748302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS790", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505387655858996, 38.573182458069297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS791", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505514329082999, 38.573247199777697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS792", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505407641871997, 38.573126568098502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS794", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505543371469003, 38.573193178188198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS897", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50221935722, 38.577041126806201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50236297827, 38.5770507730426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS900", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502386903764005, 38.5769956014135 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502410828080002, 38.576940428873499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502434752357999, 38.576885256328602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502458676592994, 38.5768300846796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS907", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502346956203993, 38.576746874297903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS909", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502372474954996, 38.576688023955398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS810", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505600049275998, 38.572644635945998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS811", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505762444194005, 38.572706486718197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS863", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501423678351003, 38.5793504055409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS866", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448032857994, 38.579294166585697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS868", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501472388466993, 38.579237928531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS870", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501496744037993, 38.579181690471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS872", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521099577005, 38.579125451505597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS874", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501545453923001, 38.5790692134306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502171799972004, 38.577492182006502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS883", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502040914410998, 38.577453158946199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS885", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502066399306997, 38.577394298614301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS887", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502091883008006, 38.5773354391726 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS888", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502243475285994, 38.577326638857897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS889", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502117367820006, 38.577276578829299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502267366599, 38.577271458097101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS891", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502142852584001, 38.577217719381203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502291257875001, 38.577216277331203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS893", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502168337306998, 38.577158859927501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS895", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502193838216996, 38.577099977114599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS896", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502339053881002, 38.577105945572399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS911", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502397994811005, 38.576629173612098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS917", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502518633074999, 38.576351371089203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS919", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502543945254004, 38.5762931378367 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS921", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502559161362996, 38.576265881748199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1022", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504135597241998, 38.572963555064497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1023", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504024926514006, 38.572886107500302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502777016484998, 38.576179790202502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS927", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502800746827006, 38.576125196927599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS928", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502645192412999, 38.576060204765703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502813472135998, 38.576094031030699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS931", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502670504386003, 38.576001971485198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS933", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502695816317996, 38.575943738199001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS935", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502721128209004, 38.575885504907397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS937", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502746438911004, 38.575827271605199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502903087752003, 38.575847630739297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502926817887001, 38.575793037438203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS942", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502950546845, 38.575738443226399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS944", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502974276908006, 38.575683849915499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS954", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503195899820994, 38.575199600277003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503019255739005, 38.575198904235101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS956", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503219808021001, 38.575144422999799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS957", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503044757346004, 38.575140049169498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS958", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503243716178005, 38.575089246618496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS959", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503070258906007, 38.5750811949991 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS961", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503095761577001, 38.575022339927102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS963", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503121263059001, 38.574963484844503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS965", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503146765645994, 38.5749046297611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503339347294997, 38.574868540137501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS967", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503172267042999, 38.574845774667097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS968", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503363255267999, 38.574813363731302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS969", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503197768399005, 38.574786919567501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS970", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503387163203001, 38.574758187320001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS971", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503223270860005, 38.574728064467003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS972", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503411071100999, 38.574703010903796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS973", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503248772125005, 38.5746692102569 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503434978962005, 38.574647834482498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS976", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503458885639006, 38.574592658051401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS987", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503635169602006, 38.574160633543102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS989", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503661376248999, 38.5740999435397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS991", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503687582858007, 38.574039252629397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS993", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503713789415997, 38.573978562614101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS997", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503766203552004, 38.573857181669297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503893901119, 38.573540413623597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1111", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498423031618998, 38.5823940847351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1113", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498450050089005, 38.5823327714809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498539537388993, 38.582150988010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498567166114995, 38.582088226029299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1122", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498716691178998, 38.582084869954102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1024", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504162614812003, 38.572900984650303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1026", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504189633482, 38.572838414234603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1028", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504206557272994, 38.572806822028497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1034", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504286455368003, 38.572614930121901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1035", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504157346645002, 38.572571856688498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1036", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504309560446004, 38.572561792417403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1037", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504183753361005, 38.572511127787202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1038", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504332666638007, 38.572508654713097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1039", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504210158882998, 38.5724503988748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1040", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504355771652996, 38.572455516098401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1041", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504236565509004, 38.572389669961296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1042", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504378876627996, 38.572402378379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1043", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504262970941994, 38.572328941036901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1044", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504401981569004, 38.572349240656798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1050", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504550556932998, 38.572052327841703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1051", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504411603104003, 38.571979986585198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1053", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504439433298003, 38.571915654731903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1054", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504594003688993, 38.571937352258402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1055", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504467262294, 38.571851322866898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1057", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504495092387003, 38.571786991000103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1058", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504649662516002, 38.5718086884523 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1059", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504512063603997, 38.571735296361503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1061", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504529799083002, 38.571701941827499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1063", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504705321149004, 38.571680023718301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1066", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504605653821002, 38.571537746661299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1067", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504747515833003, 38.571579538137001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1069", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504770800095002, 38.571525783094401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1070", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504658873677002, 38.571414877787099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1071", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504794083172996, 38.571472028042201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1075", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504840650372998, 38.571364517928501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1077", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504863933346002, 38.571310762862097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1103", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498314958416003, 38.582639338594397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498341977072002, 38.582578025365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1107", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498368995681005, 38.582516712130499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498594793650994, 38.582025463135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1124", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498740865016998, 38.5820299523904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1126", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498765039958002, 38.581975035727403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1127", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498650049713007, 38.581899939133997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1128", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498789213720997, 38.581920118153498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1136", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499892644433004, 38.579364023436298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1219", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502330974120994, 38.573359989754103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1221", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502357590792997, 38.573297888298399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1223", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502384208560002, 38.573235787742298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1225", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502410826280993, 38.573173687180102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1227", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502437442808002, 38.5731115866067 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1228", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502627485141005, 38.573084853887003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499727298668006, 38.579326769615598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1138", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499916913836998, 38.579307818664397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499753186302996, 38.579266818737203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1140", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499941182049, 38.579251614783303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499779072747003, 38.579206867847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804960296004, 38.579146916957797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499830846652998, 38.579086966056799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499856734114005, 38.5790270151549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499882620384994, 38.5789670642422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1150", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500062527131007, 38.578970594419502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1152", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500086795113006, 38.578914390507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1154", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500111064205001, 38.578858186595397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499960281230003, 38.578787211479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1156", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500135333258996, 38.578801982678101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499986168473995, 38.578727260547801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500012054525996, 38.578667309605898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1170", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50167978991, 38.574883775713602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1172", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501705199688999, 38.574824901624403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501874331588994, 38.574779100034498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1174", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501730609418999, 38.574766028430503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501898152421006, 38.574723906434002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1176", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501756019107006, 38.574707155230797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1177", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501921974362006, 38.5746687128335 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1178", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501781429900007, 38.574648282030502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1179", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501945796274001, 38.574613518327098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1180", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501806839504994, 38.574589408819598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1181", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501969616994003, 38.574558324711802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1183", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501993438824996, 38.5745031310963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1184", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501857658592996, 38.574471661480104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1185", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502016859815001, 38.574466885199001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1187", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501883068072004, 38.574412788252303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1189", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501908477507996, 38.574353915018797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1191", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502074598139998, 38.574325519910403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501933886903004, 38.574295041779799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502098419812, 38.574270326273201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501959296254995, 38.574236168535101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1202", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502304612101995, 38.573839598150101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1204", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502331632757006, 38.573777028169097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1205", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502153003776996, 38.573791243798098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1206", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502358653363999, 38.573714458181797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1207", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502180023392, 38.573728674748402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1208", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502385672770998, 38.573651889083898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1209", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502207044114996, 38.573666104796402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1210", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502412693283006, 38.573589319083801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1211", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502234064788993, 38.573603534838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1234", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502727819420997, 38.572798128832503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1235", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502595306917001, 38.572762884035399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1236", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502754839580007, 38.572735520014199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1237", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502622327180006, 38.572700275248103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1238", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502781859698004, 38.572672910288802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1239", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502649347393998, 38.572637666454398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1240", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502808879762995, 38.5726103014578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1241", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502676367562003, 38.572575057654298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1242", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502835899779996, 38.572547692620397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1243", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502703386540006, 38.572512447942103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1245", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502730406612997, 38.572449839129199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1246", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502889939670993, 38.572422474926597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1247", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502747332382, 38.572418207502999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1251", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502955282043004, 38.572280263488899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1252", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502821929969002, 38.572245899121398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1254", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502848137426994, 38.5721850912863 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1256", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502863397279, 38.572149603861 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1258", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503051194099996, 38.572093278091003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1259", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502888258604003, 38.572088790236002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1260", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503067342989993, 38.572047441358897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1261", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502909037525995, 38.572034299581503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1262", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503090273696003, 38.571994234677497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1263", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502940659676, 38.571969287072399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1277", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494873884089998, 38.587212515910998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1278", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494904699554993, 38.587144919165702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1280", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494954611428, 38.587038701409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1281", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494983387633994, 38.5869859407156 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496896531301999, 38.582871209334002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496920182238, 38.582816461942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496943831989995, 38.582761714542102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1438", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498763799968998, 38.578476102087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1440", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498789044815993, 38.578418032412202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1442", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498814289628996, 38.5783599618306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1344", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496967481704999, 38.582706967136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1353", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497140039521994, 38.5823467907138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1354", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496992441174001, 38.582289393985398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1355", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497154753141999, 38.582301256660998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1356", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497019061399001, 38.582227921672697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1358", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497045682717996, 38.582166450259599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1360", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497072302844003, 38.582104978835403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1362", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497098924072006, 38.582043507409999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1370", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497209483432002, 38.581805533896102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1371", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497340389729004, 38.5818400976408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1372", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497225635922007, 38.581752541257401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1374", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497249043422997, 38.581692510789303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1376", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497276073422995, 38.581629667232399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1378", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497303102222006, 38.581566824565002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1380", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497322778634995, 38.581525157064497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49745350149, 38.581239019769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497482559654998, 38.581171869676297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1391", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497511618906003, 38.581104720481697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1393", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497540678102993, 38.581037571279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569736098001, 38.580970422065299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598795184999, 38.580903272848502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1398", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760346589999, 38.580871450536897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800792575006, 38.580813989355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497823375096004, 38.580761639839203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1531", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500570974029998, 38.574422716014297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1532", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500424781446995, 38.574335977562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1533", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500594796778003, 38.574367539803099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500526423135, 38.574100558845601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500551834600998, 38.574041703931996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1545", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500737730205003, 38.574036481521198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500602655112999, 38.573923994077902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1452", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499525019320998, 38.576786990821503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1454", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499548843788006, 38.576731797711403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1456", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499572667069998, 38.576676604591299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1458", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499596491469006, 38.576621410570297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1460", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499620315824998, 38.576566217445297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1462", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499644138996999, 38.5765110243103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1466", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499691787524995, 38.576400638035402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1468", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499715610593, 38.5763454439847 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1490", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499875223309004, 38.5756341779541 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1493", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499902245119998, 38.575571844569701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1495", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499929266883001, 38.575509511179 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1497", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499956288606, 38.575447176880999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500115766872, 38.575420227942203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1499", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499983310274999, 38.575384843477501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500142788397994, 38.575357893600597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500166898767006, 38.575302052054298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500202254276999, 38.575215961015701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1509", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500220045232993, 38.575173297510602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500243689678996, 38.575118583660903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500267334087994, 38.575063869806399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500290979609005, 38.575009155951903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1516", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500160285476994, 38.574955563174697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1525", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500499506706007, 38.574588245523998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500348549736998, 38.574512542217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1527", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500523329564999, 38.5745330693277 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373960348995, 38.5744536873379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1529", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500547152392997, 38.574477892225502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500399370918998, 38.574394832453102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500761552694996, 38.573981305275403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500628065306003, 38.573865139142399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1557", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500955612059997, 38.573532332698399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1558", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500797512936998, 38.573500108856997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1559", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500982633503995, 38.573469802670203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1560", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500824534507998, 38.5734375788657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1643", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501977133295995, 38.570769040457499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1644", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502050065277004, 38.570955413575803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1645", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502003745197001, 38.570707528248903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1647", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502030358198994, 38.570646016038999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1648", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502095231642002, 38.570884740668703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1650", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502118517005002, 38.570830917688099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1652", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502141836099, 38.5707725849621 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1561", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501009654900997, 38.573407272635599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1562", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500851556030995, 38.573375048868002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1563", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501036676251005, 38.573344742594699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1564", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500878577506995, 38.573312518863901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1565", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501063696406007, 38.573282212542402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1567", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501090717661, 38.573219682488698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1568", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500934578409002, 38.573177572736299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1573", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501189483865005, 38.573020105572397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1574", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501007600164996, 38.5730088217542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1575", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501212950020005, 38.5729657349031 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1576", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501034418944997, 38.5729466836315 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501246092212995, 38.5728754682724 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1578", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501061237683999, 38.572884544601699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1579", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501269558282999, 38.572821096690603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1580", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501088056376005, 38.572822405565603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501293024318002, 38.572766725104103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1582", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501114823281995, 38.572767665359997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1584", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501139973972997, 38.572704445255397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1590", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501448295958994, 38.572435149751101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1592", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501475315684999, 38.572372579963599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501295624747002, 38.572346624130198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1595", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501322644572994, 38.572284054378301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501349665500001, 38.572221484624897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1598", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501556376869004, 38.572184871473503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501365796225997, 38.572175780478801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1600", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501583396399994, 38.572122302561397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501388748191005, 38.572117421094802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1602", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501610417037, 38.572059732747 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1603", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501408499288004, 38.572066815446 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1609", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501663932789, 38.571912384649501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1610", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501507998628, 38.571843419927902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1611", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501686865885006, 38.5718591440179 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1612", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501534207334998, 38.571782572751601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1613", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501709798953001, 38.571805902480797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1614", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501560417145001, 38.571721725574299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1615", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501732731980994, 38.571752661840002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1616", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501586625756005, 38.571660879287002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1617", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501755664979996, 38.571699420293797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1618", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501612835477005, 38.571600032097699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1625", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501872736867995, 38.5713803159287 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1627", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501884275899002, 38.571345756758397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1628", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501763734624006, 38.571261842046802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1630", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501791565229993, 38.571197589199997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1631", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501923582456001, 38.571255964209101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1632", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501819396933996, 38.571133336351402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1634", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501848752490005, 38.5710690909549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1635", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501979244468004, 38.571127459337603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1636", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501873174826002, 38.571016818853302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1640", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502025574296994, 38.571027077207098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1641", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501950520201007, 38.570830552655003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2954", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494158071374997, 38.5789174140846 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2956", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494184082309999, 38.5788575478525 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2958", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494210093194994, 38.5787976825154 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2959", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494130046072002, 38.578722239450997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2960", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494236102887996, 38.578737817167301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2965", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494286687590005, 38.578632164801199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489146962419994, 38.586681453392501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489174202, 38.586618495501902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489275184567006, 38.5863846646442 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489301815215001, 38.586322880608897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489328446965004, 38.586261096572699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496395447428, 38.576860678022101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496421162988995, 38.576800987488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496578840263993, 38.576748687951202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496602947853006, 38.576692727303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496627056544995, 38.576636767555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496524025954997, 38.576562224399296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2751", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499332197875006, 38.570398907564098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499199667015006, 38.570363714628499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2753", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499359830993001, 38.570334771555402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499227300233002, 38.570299579552199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2755", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499387464055999, 38.570270636440902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499240849483002, 38.570259005043198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2760", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499432269639996, 38.570156347011903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499278828130002, 38.570119598881298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499305443813, 38.570058008921798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2967", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494310693607005, 38.578576629401098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2969", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494334700728004, 38.578521094901902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2971", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494358706664002, 38.578465560392701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2972", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494301352389002, 38.578352928455701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2973", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494382712562, 38.578410025878398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2975", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494407586188004, 38.578362894205902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489355077514006, 38.586199313426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489381709170999, 38.586137529377297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489408339635006, 38.586075745317302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489434970052002, 38.586013961251098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3200", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489478123056998, 38.585910627713197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2564", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496651164051997, 38.5765808077985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496549741300996, 38.576502533836504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2566", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675272676001, 38.576524847140199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496575456610003, 38.5764428423672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496699380107003, 38.576468887372698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496601171869003, 38.576383151792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496723488648001, 38.576412927605098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499332058302002, 38.569996418951 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2766", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499502132385004, 38.569994673361897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499358673892999, 38.5699348289791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2768", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499525421041994, 38.569940782441002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2770", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499548708521999, 38.569886890609602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499411902641995, 38.569811649006802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499438518095005, 38.5697500590164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491699413231004, 38.584588875021097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491566925130996, 38.5845535213913 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2985", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494620217740007, 38.577850213485902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2987", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494644471890993, 38.577794246671097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2989", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49466872715, 38.577738279856099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3204", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489532600996, 38.585784711767801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3207", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489559839893005, 38.5857217537853 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3209", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489587078742005, 38.585658795796299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3211", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489614317543001, 38.585595837800902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3213", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489641556295993, 38.585532879798897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2576", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496750151604004, 38.576044969721401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2578", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496776568919003, 38.575983653340501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2580", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496802986182004, 38.575922337854301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2582", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496829403399005, 38.575861022361998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2584", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496855820571, 38.575799706863599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2586", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496872140416997, 38.575769368038003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2780", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491726649200004, 38.584525994902798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491594161204006, 38.584490641304299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491621397228997, 38.584427761210698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491781120989003, 38.584400235547903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491648633205997, 38.584364881110602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491808356820002, 38.584337354509302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491675869133999, 38.584302001004097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491835591444001, 38.584274475261097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491703105015006, 38.584239120891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491862827172994, 38.584211595110403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491720240134995, 38.584207216995999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2996", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494741492700996, 38.577570379380496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2998", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494765746661002, 38.577514412539998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3000", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494790001729996, 38.5774584456993 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3002", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494814256761003, 38.5774024788536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3004", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494838511753997, 38.577346512002698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3006", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49486276671, 38.577290545146603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3217", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490861517455997, 38.583093561991703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3218", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490720023096998, 38.583055420938301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3219", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490888145529993, 38.583031934343701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3222", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490773278261003, 38.582932166596898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3223", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490941400386006, 38.582908679924898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3224", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490799905196994, 38.582870539864899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3225", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490968027167995, 38.582847053154097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3226", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490826533241005, 38.582808912230803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3227", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490994655058998, 38.582785425481397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3228", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490853161233005, 38.582747285491301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497103542369999, 38.575555081812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497125411368003, 38.575504479774203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2596", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496979248063994, 38.575510053736799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497147280334005, 38.575453877731803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2598", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497004242597995, 38.575452222996802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2600", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497029235943003, 38.575394392246402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2795", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491910966915, 38.584098472706998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2797", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491794392974995, 38.584018715517502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2798", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491934796050998, 38.584043795567297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2799", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491821625851003, 38.583956227253999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2800", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491958625150005, 38.5839891184227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2801", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491848858674004, 38.5838937398848 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2802", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491986604546, 38.583924446921102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2803", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491876091454003, 38.583831251608203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2804", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492010433565994, 38.583869769765698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2805", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491903325335002, 38.583768763330298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3008", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494887020478998, 38.577234578280397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3010", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494911275358007, 38.577178611414098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495105290303997, 38.576730842866297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3323", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492291549054002, 38.579760403347301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3324", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492301648888997, 38.579729427070198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2602", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497054229246999, 38.575336561490403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2612", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497250113161002, 38.574883147112402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2614", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497275242452005, 38.574824859245098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497426620233995, 38.574816354414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2806", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492034262548998, 38.583815092605299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2807", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491927833030999, 38.583710493692401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2808", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492058090349005, 38.583760415434902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2814", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492042643253001, 38.5834220214157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2815", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492201498569003, 38.583432954244799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2816", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492069269588995, 38.5833605115102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2817", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492228123624002, 38.583371444297697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2818", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492095894730994, 38.583299001593502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495129472637004, 38.576674862125401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495153656078998, 38.576618881384398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3026", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495177838329994, 38.576562901534203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3028", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495202021696002, 38.576506920782997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495226203870999, 38.576450940922598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495250387160993, 38.576394960161203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495274569260005, 38.576338980290501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3340", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494175812227994, 38.575418272964399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3341", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494043435593994, 38.575382702761701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3342", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494202632270998, 38.575356763426697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3343", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494070255737, 38.575321193254602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3344", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494229453415002, 38.575295253887703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3345", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494097076982001, 38.575259683746197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494256273364996, 38.575233744337297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494283094416005, 38.575172234785803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2616", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497300371701002, 38.574766571372201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497450179005, 38.574761709222997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497473737739995, 38.5747070640261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497497297579997, 38.574652419730299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492254749782006, 38.583309934349501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2820", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492122519828001, 38.583237491670602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492281374745005, 38.583248424390099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2822", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492149146025994, 38.5831759817465 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492308000809999, 38.583186914429497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2824", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492167176175002, 38.583123247581803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2826", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492334625682005, 38.583125404457597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495298752474, 38.576282999518902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495322934502994, 38.5762270187371 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495347116488006, 38.5761710388512 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491250498376004, 38.581818191668297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491277732841993, 38.581755429666103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3262", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491464658522005, 38.581665317087001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3264", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491512162933006, 38.581555674022901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3266", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491535815928998, 38.581500996191401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3268", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491406696805001, 38.581457869797198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491559468882997, 38.581446319255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497591532010006, 38.5744338397758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497615090522004, 38.574379195450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497638649004003, 38.574324550219998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2832", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492405915964994, 38.582961043076601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2834", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492429924332995, 38.582905749508903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2835", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492289956107996, 38.582851632461299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2836", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492453931521993, 38.582850455030197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2837", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492317392833002, 38.582788438674697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2838", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492477938668003, 38.5827951614474 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2839", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492344830651007, 38.582725245787401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492501945781996, 38.582739866958597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2841", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492372267272003, 38.582662052888402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492525952853001, 38.582684573365697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495571158456997, 38.575653135919303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495597777143004, 38.575591704464998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495624396937998, 38.575530272108601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3058", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495651015538002, 38.5754688397409 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3060", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495677635240995, 38.575407407372097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494404718731005, 38.574909042117497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494262195646996, 38.574861013493198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3359", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494428544585006, 38.574854124824199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3361", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494452369254006, 38.574799207521004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3363", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494476195035006, 38.574744290217801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3364", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494343882989995, 38.574672724416899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3365", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494500020784997, 38.574689372008798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2644", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497673195212002, 38.573882416814897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2646", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497698607806996, 38.573823562522399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2647", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497868659768002, 38.573799198593001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2648", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497724020359996, 38.573764708224203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2650", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497749432863998, 38.573705854821299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2652", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497774845332998, 38.573647000511897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497940132400004, 38.573633671606302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2654", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497800257760005, 38.573588146196897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2843", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492399703851007, 38.582598859082097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2851", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492563254079997, 38.582256920968497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2853", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492588483806003, 38.582198487692402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2857", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492638944277004, 38.582081622029399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495597103441, 38.575241118607899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3068", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495795172914001, 38.575165944000602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3070", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495819174158001, 38.575110752416201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495843175372002, 38.5750555599259 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3380", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494567480292005, 38.574144897185299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3381", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494742839303001, 38.574114079961802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3382", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494596948297001, 38.5740830486709 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3383", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494768441413001, 38.574055232534398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3385", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494794042333993, 38.573996385096301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3388", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494819644358998, 38.5739375376575 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2656", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497825670145005, 38.573529291876198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497987780260999, 38.5735233193544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2658", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49784946634, 38.573461191847997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498011604705994, 38.573468143673999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2660", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497874878638996, 38.573402337516399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498035429115006, 38.573412967988602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2662", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497900290896993, 38.573343483179201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498059252339999, 38.573357792293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2664", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497925704254001, 38.573284629742197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498079872090003, 38.5733098657293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2859", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492664175019996, 38.582023189642499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2861", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492689404575003, 38.581964757244997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2863", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492714635241995, 38.5819063239461 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2865", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492739864713997, 38.5818478915375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2867", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492765095299006, 38.581789458227497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2869", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492790325835998, 38.5817310258128 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2870", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492929157478997, 38.581751672588403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3085", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496058911356997, 38.574527978504797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3087", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496084308937, 38.574469521790498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3089", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496109707615005, 38.574411065976399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3091", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496125007695994, 38.574383586766103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3270", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491433729338993, 38.5813953816454 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3271", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491583121806002, 38.581391641414598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3272", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491460761832002, 38.581332892586197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3274", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491487793123994, 38.5812704044166 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3276", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491514825522998, 38.581207915344699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2667", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497951116427004, 38.573225775393702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2669", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497976528558993, 38.573166921039501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498164951491006, 38.572736047450299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2871", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492815555191001, 38.581672592486598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2872", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492952810177002, 38.581696892669498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2883", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493169664562998, 38.581193816786701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496254188513007, 38.574078676639203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496278011699005, 38.574023895896602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496301834847998, 38.573969115148998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3366", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494371112007002, 38.574609961678803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3367", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494523845344006, 38.574634454690703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3368", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494393793811994, 38.574553073639798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3379", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494717237157005, 38.574172926482603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498186865207003, 38.572682773351602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2684", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498364638745002, 38.572643217931997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498247729143998, 38.5725446243747 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2686", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498391661845005, 38.572580728146001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498266160906994, 38.572508494540301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2688", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498412135492003, 38.572522832473901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498283171379001, 38.5724651027245 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2694", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498499631626999, 38.572337370176498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2885", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493196288538002, 38.581132384995001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2887", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493222911314007, 38.581070954092802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2889", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493249535198004, 38.581009522288603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2892", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493276159036, 38.580948090478302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2894", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493300863089004, 38.580891289876199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496540113855005, 38.5734194932108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3231", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491045502201004, 38.582655328031301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3233", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490903192082996, 38.582621597104001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3234", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491069335676997, 38.582600068206403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3235", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490924488054006, 38.5825706720752 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3236", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491093167974995, 38.582544807470697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3237", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490951724742004, 38.582507518267697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3239", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490978962537, 38.582444363557997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3240", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491140833600994, 38.582434286890198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2695", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498345110444006, 38.572321862888003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2696", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498523100094005, 38.572282930684999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2697", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498371930694006, 38.572259646100001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2698", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498546567378995, 38.572228491183701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2699", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498398752045006, 38.572197429310698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2700", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498570035775003, 38.572174051682602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2701", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498425573348996, 38.5721352125151 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2702", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498593504135002, 38.572119612176699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2703", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498452393451998, 38.572072996609201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2704", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498616972459004, 38.572065172666001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2705", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498479214663007, 38.572010779801097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2706", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498640440748005, 38.5720107331504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2899", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493222601843996, 38.580732447217798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2900", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493375480729995, 38.580720785747197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2901", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493249834159997, 38.580669684750397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2902", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493399309317994, 38.580665868671502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2903", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493277065281006, 38.5806069222714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2904", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493423137868007, 38.580610951590899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2905", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493304297506995, 38.580544158890099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493446965239997, 38.5805560335994 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2907", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493331529680006, 38.580481396403201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493470793718004, 38.580501116508799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2909", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493358761804004, 38.580418633909801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496563939023005, 38.573364369177703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3122", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496437798399, 38.573314379343202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496587764154, 38.573309245139697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3124", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496463211421997, 38.573255580274399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496611588101004, 38.573254121091701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3126", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496488624403995, 38.573196781199897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3129", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496659237033001, 38.573143872985902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3284", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491796221681994, 38.580943969321901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3285", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491664464159996, 38.5808608318249 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3286", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491822846746999, 38.580882537845703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3287", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491691089308006, 38.580799400378801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3288", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491849470619002, 38.580821106358201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3289", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491717714409006, 38.580737968926599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3290", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491876095592005, 38.580759674869597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3294", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491770963321002, 38.580615106899401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3296", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491797587137995, 38.580553675423602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2707", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498506034678996, 38.571948562981802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2712", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498754709725006, 38.571739336609198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2714", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498781732698006, 38.571676767454697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2716", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498808755617006, 38.571614199194698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2718", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498835778495007, 38.5715516300274 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2720", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498862801319007, 38.571489061754598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2917", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493521149241005, 38.580139540420099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2919", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493548989649994, 38.580075603973299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2921", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493576828868001, 38.5800116666138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2923", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493604669183995, 38.579947729252503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3135", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496590275911998, 38.572961584845501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3136", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496742655768998, 38.572953475372202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3137", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496615688684997, 38.572902785742798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3138", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496768208340001, 38.572891758841102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3139", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496641101414994, 38.572843986634503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3140", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496793703860007, 38.5728379618362 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3141", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496666514104007, 38.572785187520502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3142", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496816014409006, 38.572788775282497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3326", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492319189019994, 38.579696544690499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3327", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492329289988007, 38.5796655675152 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2722", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498889822954993, 38.5714264925696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2727", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498813520012007, 38.571202592215798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2728", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498982175456007, 38.571227767223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2729", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498839731603994, 38.571141628535997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2730", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499005109913, 38.571174423517199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2731", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498865942009999, 38.5710806639444 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2732", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499028044336001, 38.571121079806801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2733", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498892153512998, 38.571019700252599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2734", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499050979871996, 38.5710677360969 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2925", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493632508296002, 38.5798837927804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2932", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493816629131999, 38.579722029390297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2933", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493739379934993, 38.579633259620799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2934", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493840281461004, 38.579667110554198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2935", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493766411690004, 38.579570495256398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2936", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493863933745999, 38.5796121926141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488803259199003, 38.587457574093598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488830295170999, 38.587395242407297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488857331088994, 38.587332911615597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488884366967, 38.587270579916499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488938437418994, 38.587145918295903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3242", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491164666928995, 38.582379027045498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3255", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491223263863006, 38.581880953664097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2735", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498918364977001, 38.570958735654102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2736", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499073914226003, 38.5710143923773 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2738", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499096849693998, 38.570961048658098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499133236839, 38.570511799418398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2747", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499276932642999, 38.570527178665699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499160869025999, 38.570447664353203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2749", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499304565860001, 38.570463042670298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2937", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493793443391993, 38.579507731786499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2939", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493820475045993, 38.579444968310199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2941", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493847506652997, 38.579382204827603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2951", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494026002107006, 38.5789617015934 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489010763793004, 38.586996243648898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489038003619996, 38.586933284889902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489065243392005, 38.586870327025302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489119722791997, 38.586744411276598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3302", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492026474968, 38.580431486842002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3304", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492039231825004, 38.580389246625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3306", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492062885742996, 38.580334328152802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3308", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492093825216003, 38.580268131784003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3309", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491957267749001, 38.580184833918302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1657", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502211611038007, 38.570632568668401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1658", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502234909801999, 38.570586669103399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493898543623004, 38.586388585265901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493745009246993, 38.586342283648399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493925374189004, 38.586326369529502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493771839922005, 38.586280068848303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493967638089998, 38.586217389948999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493992979379001, 38.5861662406043 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2332", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493375257268994, 38.584181871890003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2334", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493399748759998, 38.584138339638102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493852330538999, 38.586093421702699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494019809779005, 38.586104024845703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493879159886006, 38.586031205971501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494038075271007, 38.586055076990199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493905990334, 38.585968990239202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494098673535007, 38.585907771372597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493951934191003, 38.585886985170099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494122680192007, 38.585852511685097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493979370323004, 38.585823831532601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494146686817999, 38.585797251091599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494006806412997, 38.585760676987597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1898", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497107594015006, 38.5786252286454 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1900", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497134418819002, 38.578562855399902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1902", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497161244723998, 38.578500482152997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497214895238997, 38.578375736536202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1908", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497241721002993, 38.578313363270503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2129", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500580251965005, 38.5709572923761 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2131", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500608082691997, 38.5708931578273 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2132", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500477010268995, 38.570855629421899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2133", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500635914523002, 38.570829022375896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2134", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500504842197003, 38.570791494902799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2135", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500663745150007, 38.570764887813603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2136", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500532672934, 38.570727359471199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2137", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500688833021002, 38.570708140474302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493595921226998, 38.583686530763103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493622545174006, 38.583625020495802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2349", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493473561170006, 38.583635089457403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2350", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493649170216997, 38.583563511127998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2351", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493500186351, 38.583573579223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2352", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493675794072999, 38.583502000848199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2354", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493702419030996, 38.583440490567298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493733091297997, 38.583376663755899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494170693399994, 38.585741991394102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494194699944998, 38.585686731691503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494061678441, 38.585634368778699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494218706460003, 38.585631471082998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494089115533001, 38.585571214219001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494242712930003, 38.585576211370302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494116551421996, 38.585508060548499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2138", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500560504762007, 38.570663224938599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2139", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500709312514999, 38.570667594789001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2141", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500588335391996, 38.570599090394303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2144", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500781768292995, 38.570518102669901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2146", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500805055919997, 38.570464244824201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2147", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500664423592994, 38.570419393457101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2148", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500828342359, 38.5704103878697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2149", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500691036773006, 38.570357841911701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493756922277996, 38.583321334006698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2360", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493589625365004, 38.5833275230586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2361", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493780754362007, 38.5832660051584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2362", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493616861693994, 38.583264289353799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2363", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493804586414996, 38.583210675404302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2364", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493644097973998, 38.583201055642498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2365", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493828417284007, 38.583155345640201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2366", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493671334200002, 38.583137822825599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2367", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493852249257003, 38.583100016777102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1701", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494406160291007, 38.585197168622202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1703", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494429989216002, 38.585142302688702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497724893295, 38.577186270033401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497750645192994, 38.577126655942699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1942", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497776397048, 38.577067041846298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2151", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500717651048006, 38.570296291265898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2153", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500744264136003, 38.570234739708098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2154", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500898202618004, 38.5702488160819 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2156", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500913823977996, 38.570207006177696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2378", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494042168275996, 38.5826596130984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2380", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494065820426997, 38.582604832052198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1716", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494572959714006, 38.584813105171797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1718", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494596788381997, 38.584758239203602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1720", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494620615873004, 38.584703372324498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494644444467994, 38.584648506346298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1724", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494668273025994, 38.584593640363302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2165", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501079870848002, 38.569867522865998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500915414890002, 38.569824403338799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2167", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501093022551999, 38.569836867099703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500943092270006, 38.569760594174703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2169", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501113069683001, 38.569801303238499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500970769600997, 38.569696785004098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2171", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501121589823995, 38.569769182470303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500998316887006, 38.569633022113003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2173", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501135224668005, 38.569734907179097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501010730421001, 38.569599783908103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2175", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501143687848, 38.569704201471701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501025544456994, 38.569552124594097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2178", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501161274246002, 38.569654245992297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2426", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494560374890995, 38.581117169102001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2428", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494585413533002, 38.581059175102403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2430", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494610452139995, 38.581001180196601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2432", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494635489559002, 38.580943185280198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2434", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494660528085006, 38.580885190363297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1726", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494692100406994, 38.584538773469298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1739", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494777935529996, 38.584000281458302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498076072150994, 38.576389309007801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498102687027995, 38.5763281508424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498129301858995, 38.576266992670803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501039180557001, 38.569509958369999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2180", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501174577650005, 38.569626501666299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2182", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501184616497994, 38.569602013523998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501084292881004, 38.569396976836003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2184", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501228579678994, 38.569483492777898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501110905632999, 38.569335544112803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2186", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501238995725004, 38.569458226981197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501137518345999, 38.569274110482503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2188", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501247172296999, 38.569438140696299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501164129865003, 38.569212676840998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2190", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501258076556994, 38.569415261673598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501190742486997, 38.569151243198299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2192", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501271120295996, 38.569387880179903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2527", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495924776744999, 38.577911521522999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2529", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495953022066004, 38.5778462124049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2531", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495981268481998, 38.577780903284697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2532", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496143278549994, 38.5778200605655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2533", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496009514839997, 38.5777155950584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2534", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496167994291, 38.577762915271599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2535", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496037761153005, 38.5776502859243 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2536", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496192708845001, 38.577705769967302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2537", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496066007414996, 38.5775849767832 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1741", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494803163388994, 38.583942104454103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1743", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494828390058004, 38.583883927439302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501208038700995, 38.569107808949902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2194", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501279866866, 38.569364882850401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501226684019997, 38.569070007509403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501246559920006, 38.569020486204799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501373456240998, 38.5687819494716 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2204", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501523281057999, 38.568772244369498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501400878414003, 38.568718910268402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2206", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501551905712006, 38.5687326903656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2482", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495307229429997, 38.579314784217502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1993", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498687907429002, 38.575318333277004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498555459903002, 38.575282927394198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1995", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498714929886006, 38.575256038906801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498582482461003, 38.575220633054897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1997", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498731855898001, 38.575224721371399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1998", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498741952295006, 38.575193744530203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498609504973004, 38.575158338709102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498636527437, 38.575096044357103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2002", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498785900615999, 38.5751001326039 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501428300531998, 38.5686558719595 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2208", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501584910996996, 38.568674326487603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2210", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501604637124004, 38.568626153119297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2212", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501626705714997, 38.568569050240797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2215", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501654852754996, 38.5685107834436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2217", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501736785543002, 38.568318836269199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2219", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501707091354007, 38.568394582819899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2484", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495389984971993, 38.579206042804302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2486", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495413836739999, 38.579156319089797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2495", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495651158032999, 38.578932579579103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2496", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495544917851007, 38.578868842247502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2497", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495675164472004, 38.5788770105693 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2498", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495565858180001, 38.578824897678402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1769", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495225694211001, 38.582966846114097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1771", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495250922894002, 38.582908449199302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1773", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495276150387994, 38.582850052273798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1775", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495301378988003, 38.582791655347897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1781", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495377062239001, 38.5826164654274 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2003", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498795996972007, 38.575069155757902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498663549854001, 38.575033749998703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498690571075997, 38.574971455628798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498738061932002, 38.574862177161101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498765285502998, 38.574799648516603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2221", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501752221876998, 38.568277920948901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501631381267003, 38.5681935966781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2223", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501764316955999, 38.568239425466402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2225", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501800483436995, 38.568167063497199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2227", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501835151373001, 38.568070024927898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501711222891004, 38.568008236880303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2229", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501872796959006, 38.567992878336703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501737835911001, 38.567946449965099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496318300126006, 38.5770398009385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496344016178, 38.576980059072397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496369731824998, 38.576920368550198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1783", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495402290673994, 38.582558068479202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1785", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495427519068002, 38.582499671525397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1787", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495452746273003, 38.582441274561099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1789", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495477974577994, 38.582382878497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2019", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499003284221999, 38.574600401427098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499180514303006, 38.574184583992299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499051247354998, 38.574141845619401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2236", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501992377297995, 38.567733651906103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2238", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502019797697997, 38.567670730569098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2239", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501873701351997, 38.567626998577197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2240", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502047218043003, 38.567607810126503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2241", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501901121808999, 38.567564078169198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2242", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502074638346002, 38.567544888776403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2243", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501928542223993, 38.567501156853602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2244", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502102058594005, 38.5674819683206 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2246", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502129478800001, 38.567419046957397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2248", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502156898958006, 38.5673561255877 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2386", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494136777810994, 38.582440488889297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2388", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494160429817001, 38.582385707823498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2392", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494207734867004, 38.5822761456824 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2394", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494231386764, 38.582221364601899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2396", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494255038624999, 38.582166583516603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494139857720995, 38.5820911563683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1801", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495665642077995, 38.581886678893298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495718884493002, 38.581763893428601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495745505065003, 38.581702499783702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499204425141997, 38.574129425560798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499076751732005, 38.574083009444301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499228335945006, 38.574074267124402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499102257215, 38.574024173268398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499127761501001, 38.573965337982798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499153265752, 38.573906501790702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499178771101995, 38.573847666498601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499204275268994, 38.573788830295101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2250", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502182708646998, 38.567290642343899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2252", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502204574763994, 38.567232171827698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502054221720002, 38.567208045974297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2254", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502236932816999, 38.567169855455703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502080428534995, 38.567147159031698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2256", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502259864205996, 38.567116579572698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2258", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502282794406995, 38.567063304581097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502109621033, 38.567060462540098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2260", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502305725727993, 38.567010028688998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2262", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502328657007993, 38.566956753693198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2499", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495699169733001, 38.578821440648603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2500", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495591471576006, 38.578766382549396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2501", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495723174949006, 38.578765871623801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2502", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495614583676002, 38.5787058222935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2503", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495747180128006, 38.578710302593798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1814", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495990274220006, 38.581535812421301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1815", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495853719031004, 38.5814710218012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1817", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495880949593996, 38.581408219077503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495900946109003, 38.581349626269301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495928176584002, 38.581286823534398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499366705436003, 38.573752360988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2045", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499229779393005, 38.573729994085902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499390614844998, 38.5736972016118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499414525359001, 38.573642043136502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499438435835003, 38.573586884656201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499306292656001, 38.573553486329999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499462346274996, 38.573531726170899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499486256677002, 38.573476567680601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502168920868002, 38.566939622741302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2264", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502351587112997, 38.566903477786902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502195127481002, 38.566878736673402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2271", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492434524065999, 38.586000670402001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2273", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492461354615003, 38.585938454999301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2274", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492636383177995, 38.5859132808068 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2275", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492488186258001, 38.585876240496198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2276", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492663214659004, 38.585851066263103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2444", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494978319229006, 38.580499457397401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2445", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494845087968002, 38.580474110503701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2446", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495005958472007, 38.580435400809897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2447", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494871788959998, 38.580406260683901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2448", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495033598806998, 38.580371345121598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2449", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494899428262997, 38.580342204121699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2450", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495061237944, 38.580307289421498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2451", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494927067510005, 38.580278148453701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2452", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495095170442994, 38.580248831403701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2454", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494954707860998, 38.5802140918831 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496140092058994, 38.580819471844002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496167930346004, 38.5807553780121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1836", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496195769737, 38.580691283277602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2060", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499613762555995, 38.573184837549697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2061", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499474611709999, 38.573139989361103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2063", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499501634032001, 38.5730774984155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2068", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499721851128001, 38.572934875401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2069", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499582699553997, 38.572890027337401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2070", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499748873155994, 38.572872384397698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2278", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492690044951999, 38.585788850807297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2280", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492541848263002, 38.585751810565199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492716876339003, 38.585726636250897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2282", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492568679772006, 38.585689595142298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2284", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492595510081003, 38.585627380608997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2288", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492816075592003, 38.585522580879903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492650776616998, 38.585497745073901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494165087244994, 38.582032722753503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2401", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494190315574002, 38.581974290028903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2410", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494360064247005, 38.581581127207201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1838", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496223607923, 38.5806271894321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2071", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499604974972996, 38.572814981679301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2076", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499673004426995, 38.572665490926099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2078", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499846485955004, 38.572646442504499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2079", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499699824239997, 38.572603353112299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2080", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499869951869002, 38.572592071201299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2081", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499715790473999, 38.572552794452001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2082", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499893418894004, 38.572537699898298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2083", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499737158086006, 38.572500144728501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2290", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492839907749996, 38.585467286455703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2292", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492863741025005, 38.585411991130698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2293", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492705251984006, 38.585371357381398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492887574256997, 38.585356696701602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2295", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492732489602005, 38.5853081626246 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492904705613, 38.585316889953901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2297", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492759727164, 38.585244968762098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492918510828005, 38.585282227168904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2300", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492777917265002, 38.585188797384397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2517", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495794987048995, 38.578227027691398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2519", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495822016456998, 38.578164263746302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2521", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495849045824002, 38.578101498894 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2523", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495876075137005, 38.578038734936101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2525", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495903103255003, 38.577975970966897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2084", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499916885877994, 38.572483329491298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2085", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499763977786998, 38.572438005998798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2086", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499940352831999, 38.572428958178698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2087", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499790796293993, 38.572375867257797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2088", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499963819751002, 38.572374586861201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2089", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499817615894997, 38.5723137294164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2094", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500101456709999, 38.572080614393101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2096", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500128678302005, 38.572018045786699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2306", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493060553979006, 38.584912215921698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2308", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493087588608006, 38.584849412985001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2310", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493114623189001, 38.584786610041803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492978491968003, 38.584760645638703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493141657723001, 38.584723807092203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493005526611, 38.5846978427208 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2315", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493032561207002, 38.584635039796602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2459", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495179248393995, 38.580025269461302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2461", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495039395516997, 38.580026378464197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2462", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495202900015997, 38.579970316114199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2463", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495062743974003, 38.579974869751403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2464", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495226552743006, 38.5799153636681 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2465", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495089774969003, 38.579912066341102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2466", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495250204292006, 38.579860410311099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2468", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495273855798999, 38.579805457850199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1882", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496868203537005, 38.579177472139101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2098", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500155899839996, 38.571955478074798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2100", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500183121337002, 38.571892909455499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2102", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500210342779994, 38.571830341730603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2103", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500064509734003, 38.571790554552301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2104", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500237564181006, 38.571767773098401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2105", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500080392404001, 38.571744161225901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2109", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500317251753998, 38.571578135218601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2317", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493203778088002, 38.584588213044597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2318", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493059595749003, 38.584572237766899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2319", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493230821371, 38.584524156965998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493253008246, 38.584446225641798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493271222510003, 38.584397071375697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493130524641998, 38.5844189670999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493290214856003, 38.584367640232202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493157557634007, 38.584356359634597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2412", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494385103221006, 38.581523132350597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2414", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494410142153995, 38.5814651374885 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2416", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494435181046995, 38.581407142621003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2418", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494460219892005, 38.581349148648897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1884", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496895836695003, 38.579113964628696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1886", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496923470945006, 38.579050458017498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS1888", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496951104005007, 38.5789869504938 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2111", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500340361564994, 38.571524860477503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2112", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500189451403003, 38.571514515348497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2113", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500363470188006, 38.571471586627602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2114", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500215861054997, 38.571453630595201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2116", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500242270662, 38.571392745835702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2118", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500268681370997, 38.571331861075201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2119", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500423275022001, 38.571325462628003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2120", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500295090888002, 38.571270976303602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2121", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500446383519005, 38.571272188761398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS2122", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500321501507003, 38.571210091530801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4701", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483619406898001, 38.578633135177199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4702", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483445224275002, 38.578616565398001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4703", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483455327789002, 38.578585589892199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4704", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483646037561996, 38.5785716271984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4705", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483471856229997, 38.5785550574643 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4706", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483481959724003, 38.578524081956203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4708", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483498486992005, 38.578493549519401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4709", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483508590466002, 38.578462574008903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4710", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483699299899001, 38.578448611227202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4711", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483525118854999, 38.578432041573301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4712", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483530617984002, 38.578401045519897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482215284343994, 38.5783967926236 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4907", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482096562921001, 38.578330893385299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4908", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482106666980997, 38.5782999179971 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4909", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482241917278003, 38.578335284972603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4910", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482123194785004, 38.5782693857564 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4911", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482133298823996, 38.578238410365799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4912", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482268549018002, 38.578273777310301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4913", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482149826603006, 38.578207878121297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4914", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482159931769999, 38.578176902733503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4915", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482295180712001, 38.578212269641803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4299", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490537908741004, 38.569480309217802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4301", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490565137445003, 38.569417782496302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4302", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490400406202994, 38.569387393574502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4303", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490592366100998, 38.569355255768301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4304", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490427634992002, 38.569324866885303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4305", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490619594709997, 38.569292729033897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486342989831002, 38.575705886220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486367430981005, 38.575649774194503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4501", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486239927388993, 38.5756030149225 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486391872092995, 38.575593662163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4503", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486265997611994, 38.5755431624167 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486416313166998, 38.575537550127599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4505", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486292068938994, 38.575483309910098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4713", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483700045758994, 38.578381712141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4714", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483541250355998, 38.578373895772899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4718", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483774596440995, 38.578273073895502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4719", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483612412501998, 38.578237469660998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4720", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483630948599, 38.578197668728698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4721", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483798255021995, 38.578218294942602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4722", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483644744453997, 38.578170757405999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4723", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483658816957004, 38.578136701400503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4724", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483821913566999, 38.578163515984897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4916", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482176459523004, 38.5781463704852 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4917", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482186563520997, 38.578115395089903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4918", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482321813507994, 38.578150761972203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4919", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482203091249005, 38.578084862837699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4920", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482213195227004, 38.578053887440099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482348445111001, 38.578089254291299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4306", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490454863734001, 38.569262340189603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4307", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490646823271007, 38.569230202292999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4308", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490482093574997, 38.569199813492403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4310", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490509322220007, 38.5691372867838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490718511064998, 38.569058588782603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4319", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490788386285004, 38.5688979491864 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486318139082002, 38.575423456491599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4509", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486344209174007, 38.575363603967901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486370118002, 38.575303828200198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486513938192999, 38.575312945460098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486396029944999, 38.575243932621397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486538232461996, 38.575256794009299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486421942985004, 38.575184037942599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4516", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486562525544997, 38.575200642548097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486447855980998, 38.575124143258002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4518", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486586818595995, 38.575144490180897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4725", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483675752530999, 38.578105072566501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4726", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483685855873006, 38.5780740970403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4727", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483845572076007, 38.578108737022298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4728", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483702790273, 38.578042468197303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4729", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483712894741998, 38.578011492673802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4731", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483729829116001, 38.577979863826798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4732", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483739932423006, 38.577948887394903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4735", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483756849231995, 38.577919840436401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482445711764996, 38.5778644099492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4932", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482333523109006, 38.577789712265002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4933", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482343628137002, 38.577758736860901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4934", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482493031312003, 38.577754921052097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4935", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482360562769003, 38.577727147852102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4936", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482370667783002, 38.577696171544801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4937", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482516690457999, 38.577700176593602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482387602388997, 38.577664582532101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4939", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482397706227999, 38.577633607118102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482540349567003, 38.577645432130197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4320", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490635445886994, 38.568859188176802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490811677568004, 38.568844403243801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490662064616004, 38.568797992076298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490834968816003, 38.5687908572963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490688683292007, 38.568736796870603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4326", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490715301929995, 38.5686756007578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486473768940996, 38.575064247666702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486860114389003, 38.574549728014198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486882319575002, 38.574490211391598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486904455757994, 38.574440124146598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4741", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484010985967998, 38.577662548417401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483879355837004, 38.577643992365701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4743", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483889459026003, 38.577613016821502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4744", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484038224936, 38.577599826850701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4745", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483890302874002, 38.577592509861802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4746", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483905788615999, 38.577564385326902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4747", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484065465003994, 38.577537105282701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4748", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483922924479003, 38.577532640233798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4941", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482414641961, 38.577602017205599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4943", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482564009786998, 38.577590687667097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482686221031003, 38.577308808914196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4950", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482545858598002, 38.577257607054101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482555962310997, 38.577226631625997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4952", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482713574136, 38.577245999876297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4953", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482573210658998, 38.577194798044196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4337", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483869044250994, 38.5810733989574 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4341", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483944668202994, 38.580913373715198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484145709648004, 38.580792662101402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4347", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484024090494998, 38.5807154610157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484169546855995, 38.580737540626899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486926626962003, 38.574385322659303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486957824694997, 38.574328201723397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487048273035995, 38.574099875636797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487071925661994, 38.5740455419458 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4749", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483933027638997, 38.577501663784801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4750", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484092703876001, 38.577474383702999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4751", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483950163475001, 38.577469918687697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4752", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483960266607994, 38.577438943137203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4753", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484119942700005, 38.577411662116901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4754", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483977402422994, 38.577407197135102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4755", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483987506682993, 38.577376221587301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4757", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484004641322997, 38.577344475575998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4758", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484014745562007, 38.577313500025902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4760", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484031880176005, 38.5772817540105 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483655316763006, 38.575109654697897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483515049774994, 38.575054966147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483524698799997, 38.575024238156303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5037", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483682353681004, 38.575047168348902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483532900891007, 38.574996808199998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5039", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483547969284004, 38.574969523289496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483709390551994, 38.574984681993499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5041", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483565853361, 38.574934231152497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4349", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484051332598, 38.580652465585601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4350", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484200663625998, 38.580675640799498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4351", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484078574658994, 38.580589469248203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487095577103005, 38.573991208244799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4550", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487142879871996, 38.573882541729098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4559", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488227892210006, 38.571351239696803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4764", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484229417489999, 38.5771764788567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4766", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484100247488001, 38.577130646744003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4767", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484253198084005, 38.577121075134102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4768", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484117544935003, 38.577097955500001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4769", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484127649089999, 38.577066979939801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4770", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484277281271005, 38.577065561043398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4771", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484145068849998, 38.577034510857501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4772", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484155171837003, 38.577003535289798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5057", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48385807711, 38.574628302406197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5058", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483708234372003, 38.574591333476803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5059", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483727047925996, 38.574552065297802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5060", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483874711935997, 38.5745913217769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5061", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483737089616994, 38.574523510202901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5062", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483748770453005, 38.574493160623 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5063", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483895463354997, 38.574546392865599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5064", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483765256230001, 38.574460445992898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5065", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483780582441, 38.574427954116601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5066", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483920332493994, 38.574493516576297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4366", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484283066507999, 38.5801121509284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4368", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484310507, 38.580049273439101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4370", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484337947442, 38.579986395943102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4372", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484365388984997, 38.579923518445703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4374", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484392829331, 38.579860640936602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488085561239998, 38.5713438905685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4561", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488244911316002, 38.571316897074901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488271741136998, 38.571254683532302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488298569769995, 38.571192469077403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488325399504006, 38.571130254621401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488352229184997, 38.571068041059902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488219708353995, 38.571032819363801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4573", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488414211700999, 38.5709453633078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4773", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484301363271996, 38.577010046942597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4774", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484172591567997, 38.576971066203399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4775", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484182694533999, 38.576940090633201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4776", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484325446384005, 38.576954532841903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4777", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484200114238007, 38.576907621542503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4778", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484210218330006, 38.576876645974998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4779", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484349528311, 38.576899018730899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4781", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484373611348005, 38.576843504620001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4979", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482847039953995, 38.576619697039 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482993384658002, 38.576599869703401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4981", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482864379735005, 38.576587402563902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4982", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482874483214999, 38.576556427107597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4983", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483017397536003, 38.576544508709198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4984", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482891822962003, 38.576524133529098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4985", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482901926419999, 38.576493158070498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4986", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483041410376003, 38.576489147709999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4381", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484642711114006, 38.579660762549203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4383", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484666368747, 38.579606086119298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4385", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484690026343003, 38.579551409684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4387", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484716997579994, 38.579490338112002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4389", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.484740655094001, 38.579435662567697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4575", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488438395353, 38.570889658724099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488278338045006, 38.570867245972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488462580114003, 38.570833954140298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488333616557, 38.5707399224314 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488510948370006, 38.5707225458534 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488535133018004, 38.570666841254301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4584", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488388894878, 38.570612597963098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488550614179999, 38.570634727819098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4586", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488416534538004, 38.570548935721497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484512622636998, 38.576543510590398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4791", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484539658781003, 38.576481102418299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4792", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484375696602996, 38.576457993065098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4793", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484385535610997, 38.576428582961803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4794", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484566694885004, 38.576418693338901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4795", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484405518947, 38.5763954766133 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4796", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484416922961003, 38.576361669893103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4797", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484593730933994, 38.576356285153999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4798", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484433875546998, 38.576327105903999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5067", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483793921070998, 38.574398462371498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5068", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483810637212002, 38.5743711766671 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5069", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483945235031996, 38.574435859370098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5070", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483822598087002, 38.574342085079898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5071", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483838044110001, 38.574307618964099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5072", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483970137523002, 38.574378203059297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5073", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483849805008006, 38.574279199452697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5078", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484017981481003, 38.574253320461096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4399", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484947241224006, 38.579000063946701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4400", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484781318879996, 38.578943707882999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4401", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484973871741005, 38.578938595306099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4402", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484807949518995, 38.578882239280603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4403", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485000501070999, 38.578877125753401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4589", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488444173001, 38.570485273468101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488693614249996, 38.570285928695299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488707067912998, 38.5702393531962 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4596", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488589600105996, 38.5701797309477 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488721844864997, 38.570195953796201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488616629994993, 38.5701173605542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488643659830004, 38.570054991055102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488775904370002, 38.570071213841899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488802934055002, 38.5700088434048 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4799", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484443323283998, 38.576293550828197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4800", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484620765795995, 38.576293876056702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4801", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484455582902001, 38.576259337105697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4802", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484463882423, 38.576234434534797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4803", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484647801750995, 38.576231467859003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4804", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484474312154006, 38.576202358598003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4805", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484480825535996, 38.5761768760024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4806", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484674837664997, 38.576169058754097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484713593351998, 38.576074059609802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5094", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480891011054993, 38.577699926320399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5096", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480917644870999, 38.577638418973301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5100", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480967866910007, 38.577516763573897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5102", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480994907383007, 38.577454238217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5105", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481167961468998, 38.577395758305002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5106", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481048988186004, 38.577329187484203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4404", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484834578965007, 38.578820770666802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485027131497006, 38.5788156571004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485053760727993, 38.5787541884361 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4409", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485080391061999, 38.5786927197708 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4411", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485118451825997, 38.578621130810298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4412", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484944727872005, 38.578592812227399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4414", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484971765839006, 38.578530206666599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4415", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485172773787994, 38.578490090091996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488829962544997, 38.569946472956303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488856022313001, 38.569895976548601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489003018774, 38.569606747582199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4614", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488861679319001, 38.569547331032297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489022934068004, 38.569560944712499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4616", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488884439252004, 38.569494984019897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489042849341999, 38.5695151409384 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484580719880995, 38.576009882791297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484737605459998, 38.576018595559397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484594016862005, 38.575983291657799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4815", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484605613648995, 38.575956456918497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4817", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484614374336005, 38.5759264843403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484626694173002, 38.575904089735602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4819", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484785629569004, 38.575907666542598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484641842030001, 38.575881341954997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4821", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484657533737007, 38.5758476488935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484809641563999, 38.575852202477101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4823", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484675716194999, 38.5758134236765 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4995", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483196643301, 38.576152164769503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483042497244995, 38.5761174478436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483046436164003, 38.576093186257197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483223481333994, 38.576089677637398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483065619040005, 38.576062605380997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483081799721006, 38.576032652534998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483250319326004, 38.5760271895982 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483094869202006, 38.576003958762598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5003", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483104921457993, 38.575977810064401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484998802605006, 38.578467601995101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4417", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485196431367996, 38.5784353108536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485025840470996, 38.578404997322401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4419", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485220088911007, 38.578380531610399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485052877141996, 38.578342392638099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4421", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485243746418007, 38.578325752362304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4422", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485079914913001, 38.578279787952603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4618", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488907200298996, 38.569442637008002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4620", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488929960164995, 38.569390289986501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489082678667003, 38.569423533374902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4824", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484687241927006, 38.575786885008 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4826", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484707360933001, 38.575740036029103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485008732712998, 38.575413653306697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4835", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484853887754994, 38.575383010436902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4836", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485033762629996, 38.575347970345398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5082", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480890322332996, 38.578042810994603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5084", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480916955129999, 38.5779813036429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5085", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480784477629996, 38.577945955657199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5087", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480811110481, 38.577884448329698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5089", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480837744434993, 38.577822941001202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5092", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480864378342005, 38.577761433666403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4430", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485390637639, 38.577968531320202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4432", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485227119151006, 38.5779343189051 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4433", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485417874660001, 38.577905927442998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4434", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485239790387993, 38.5778942619121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4436", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485267028666001, 38.577831657174499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4438", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485294265742994, 38.5777690533262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4440", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485321502771995, 38.5777064494714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4632", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489250069760999, 38.568997517260101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4634", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489277299416003, 38.568934989940203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4636", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489304529017005, 38.568872463514701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4638", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489331757421994, 38.568809937077702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4640", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489378769740995, 38.5687014539728 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4642", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489401888097007, 38.568647838177398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4644", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489425007565998, 38.568594222382501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4837", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484880923733002, 38.575320522907397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4838", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485052633243996, 38.575291820299498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4839", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484907959664, 38.575258035371498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4840", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485087890543994, 38.5752150297157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4841", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484924777266002, 38.5752050626837 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4843", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484943591559997, 38.575156879036498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4845", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484960696393003, 38.575101469794397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4954", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482583315498999, 38.5771638226188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482740926044997, 38.577183190826801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4956", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48260056382, 38.5771319890329 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4957", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482610667491002, 38.5771010136 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4958", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482768279053005, 38.577120381775799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4959", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482627916926006, 38.577069180915899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4960", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482638020582002, 38.577038204579701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482655166277993, 38.577006588544201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482822733543003, 38.576994453523596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4442", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485348739759999, 38.5776438447093 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4447", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485598646607997, 38.577475964266 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4449", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485622681992993, 38.5774202659046 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4450", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485449339701006, 38.577422627103303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4451", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485646717340003, 38.577364567538197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4452", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485476808984998, 38.577358971997498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4453", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485670753798004, 38.577308869171702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4454", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485504278226003, 38.577295315984202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4646", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489448125845996, 38.568540607478603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4648", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489471244097999, 38.568486991669197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4650", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489494362315, 38.5684333758552 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4652", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489517480497994, 38.5683797600365 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483066449014999, 38.579845401833303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482926740322, 38.579812852848796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4850", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485044071686005, 38.574935572961998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4851", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485188896481006, 38.574967405250597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4852", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485072530295994, 38.574869757497403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4853", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485213797658005, 38.574909817138803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4854", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485100988854001, 38.574803942025802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4855", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485238698795996, 38.574852229021502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4856", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485129448506001, 38.574738126552198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4857", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485263599899, 38.574794639998103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4859", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485288500956003, 38.574737051870002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4860", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485186365352007, 38.574606496474502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4862", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485214823698996, 38.574540680974501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483277156116003, 38.575964702448303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483114324282994, 38.5759500584726 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483131683183998, 38.575925856801902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483303994013994, 38.5759022143964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5009", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483330831859007, 38.575839727239199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5013", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483372298347007, 38.575720850646697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483228103301997, 38.575724445776203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483244939358002, 38.575689392251597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4455", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485694789076007, 38.577253169894298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4457", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485718824310993, 38.577197471512797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4466", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485846311052995, 38.576851223112797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483093689916004, 38.579782484997899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482944874314995, 38.579764034050797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483120931924006, 38.579719567260298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482972116447002, 38.579701116348197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483148173876003, 38.5796566504171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482992071552005, 38.579649477760299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483175415787002, 38.579593732666503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483019313598007, 38.579586560046501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483200744303005, 38.579546359454099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483219795720998, 38.579498873532401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4865", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485243281994002, 38.574474865467501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4869", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485480896964006, 38.574301638790402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4871", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485501509253993, 38.574255003579701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4873", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485526770250999, 38.574188348572598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4875", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485564052463999, 38.574120567707503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5042", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483587517941004, 38.574898427050897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483736427381999, 38.574922194730803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483612202584993, 38.5748672823429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5045", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483622466463004, 38.5748372165436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483763464158002, 38.574859708362702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5047", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483630247638004, 38.5748129135185 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483638568998998, 38.574787388583204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483644924412999, 38.5747618737972 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483652346184002, 38.574738071868097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5053", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483652714068995, 38.574719272688498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4468", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485873345304, 38.576788931742399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4469", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485740901407993, 38.576753511199897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4470", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485900379507001, 38.5767266403656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4471", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485767935707003, 38.576691220754803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4472", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485927413656, 38.576664349883302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4473", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485794969964999, 38.576628929402602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4474", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485954447764996, 38.576602058493698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4476", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485981481826002, 38.576539767097799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4479", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485896682179003, 38.576394392992597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483286284730994, 38.579355679938402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483309943296007, 38.579301004686201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4678", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483154186651007, 38.5793157661248 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483333601831006, 38.579246328528299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4680", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483181225601996, 38.5792532798976 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4682", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483208263365, 38.579190792757998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483379037359001, 38.579148279464697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4684", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483236823881995, 38.579143697928103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483402695791, 38.579093603292499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4686", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483262220311005, 38.579082485426198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483426355334004, 38.5790389271205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4877", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485578708131001, 38.574066832169798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4879", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485601450941999, 38.5740205775787 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4885", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485671386717001, 38.573825480170697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4887", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485694864476002, 38.573771180213797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485539811622004, 38.5737822335361 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485566643604997, 38.573720176473202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4971", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482921345801998, 38.576765952655599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4972", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482782049750995, 38.576777211430198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4973", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482792153293005, 38.576746235981297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482945358791994, 38.576710591676601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4975", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482809493130006, 38.576713941514299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4976", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482819596650998, 38.576682966062997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4977", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482969371744005, 38.576655230692502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4978", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482836936454007, 38.576650672492804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4481", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485924124925006, 38.576330965592099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4483", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485951566468998, 38.576267539080803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4485", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485979007970002, 38.576204111662001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483446689122999, 38.5790032324187 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4690", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483316487953005, 38.578961207440699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4695", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483566143138006, 38.578756151106099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4696", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483391961373997, 38.578739581251902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4697", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483402064928995, 38.578708605750798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4698", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483592775041004, 38.578694643144701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4699", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483418592272997, 38.578678073325499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4700", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483428696955997, 38.578647097827201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4891", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485769026848999, 38.573637946299399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485593474393994, 38.5736581193989 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4893", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485792504464996, 38.573583647223401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4895", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485815982052003, 38.573529347241603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485636524482999, 38.573548104867498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4897", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485839459603, 38.573475047255002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485663356288001, 38.573486048682803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485685546773993, 38.573442831248101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485697763369004, 38.573414593756397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483257170787994, 38.575653114572603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483271684398005, 38.575614363305803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483420323876004, 38.575609991562501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483290183812997, 38.575577499189102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483307108836001, 38.575530153312499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483444336584995, 38.575554562012897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483468349256, 38.575499132458297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5026", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483492361890001, 38.575443702898603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5028", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483516374486996, 38.5753882733338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494913520081994, 38.573721698810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3397", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494937344177998, 38.5736669183432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3399", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494961167089997, 38.573612137866199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3400", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494842371374006, 38.573545346886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3402", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494869599560005, 38.5734827407856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3404", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494896826550004, 38.573420134673803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486719111520998, 38.578334147139699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4066", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486550360093005, 38.578312584513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4067", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486746346667005, 38.578271660963999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4068", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486563968675, 38.5782756648548 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4069", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486773581763998, 38.578209174781897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4070", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486584341199006, 38.578232744588597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486606411658002, 38.578182412062397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3410", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495153345956993, 38.573181756652701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3412", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495180368708006, 38.573119581114099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3415", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495052590602995, 38.573061825003897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495234416369001, 38.572995229127002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3417", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495079614543997, 38.572999649493703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495261440126001, 38.572933053574197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3419", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495106638436994, 38.572937473977099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495288463836005, 38.572870878015202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3626", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487917075043001, 38.582015525306197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3629", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488109026020993, 38.581935147512503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3631", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488133035489, 38.581879957528599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3632", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488000444302997, 38.581836563331699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3633", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488157044920001, 38.5818247675397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3634", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488027884738003, 38.581773488579202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3635", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488181054321004, 38.581769576644902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3636", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488055323970997, 38.5817104147159 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3638", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488082763161003, 38.581647339945199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3640", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488110202303005, 38.581584265167798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3845", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488433425189996, 38.5774597256707 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3846", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488594946527996, 38.577425189015599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3847", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488450354829993, 38.5774286060294 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3848", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488460456002997, 38.577397630086203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3849", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488621977188004, 38.577363093393203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3850", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488477431313001, 38.577360137699202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3851", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488497851095005, 38.577305307455802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3852", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488649007800007, 38.577300997764603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4076", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486855285635997, 38.578021714389898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4083", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486752303054004, 38.5778454442571 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4084", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486951039044001, 38.577778847988498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4085", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486779946957, 38.577781625657998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4086", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486958921842003, 38.577720673276502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4087", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486807591957998, 38.577717807057198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3421", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495120905101999, 38.572874575251497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3425", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495341069240993, 38.572738487298601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3427", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495365424145007, 38.572682714469799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3428", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495229772311006, 38.572646643939798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3429", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495389779015994, 38.572626940734899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3430", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495257606875995, 38.5725829034631 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3431", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495414133850005, 38.572571166994898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3432", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495285440250001, 38.572519162073597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3433", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495438487498006, 38.5725153932447 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3642", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488137641395994, 38.581521190383903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3644", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488165081581997, 38.581458116499398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3650", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488403929938997, 38.5812470281423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3651", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488257168043006, 38.581212067971002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3653", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488284604607998, 38.581149307554902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3654", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488454966909003, 38.581120735333798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4089", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486835235762001, 38.577653988444801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4091", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486862880665001, 38.5775901698307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3434", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495313274720999, 38.572455420682402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3435", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495462842256003, 38.572459619494403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3436", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495341107995998, 38.572391679279498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3438", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495368942360997, 38.5723279387757 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495632864029005, 38.572072652424801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3446", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495505544474, 38.572021506880198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495641199394996, 38.572037837563997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3656", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488482403264996, 38.581057974870603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488548874174995, 38.580921954761799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3661", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488394351538005, 38.5808982649284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3666", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488607096872002, 38.580781360365599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3667", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488491371381997, 38.580697548617003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3668", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488630752739994, 38.580726717364897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3876", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489931565988002, 38.574297620320102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3877", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489803195221, 38.574252101685097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489953116446998, 38.574268635227902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489964043135004, 38.574243390695003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489830022267995, 38.574190240023803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489976330022998, 38.5742190683658 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489983259335006, 38.574187436880003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3883", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489856849269003, 38.574128378356399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490006025324007, 38.574132889685004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490028426907003, 38.574074410268103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489883676223002, 38.5740665166825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490032852151003, 38.5740710279767 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4103", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487040158739006, 38.577180006884198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4105", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487067177483993, 38.577117828683797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4106", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487235745985998, 38.5770825602876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4107", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487094196174993, 38.577055651377798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4108", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487262784974007, 38.577020410960699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4109", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487121253929004, 38.576993461626202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4110", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289835533005, 38.576958241859103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4111", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487146503272001, 38.576936812480596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4112", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487177279614002, 38.576853349196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3448", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495532569568994, 38.571959056498301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495673379753001, 38.571959571851799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3450", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495559593468997, 38.571896606105 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3452", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495586618475002, 38.571834154809402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495723935531998, 38.571853133167799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49574406792, 38.571814409349301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495769135282004, 38.5717713998378 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3669", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488518405904003, 38.580635099882301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3670", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488654407425003, 38.580672074354197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3671", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488545440378999, 38.580572651141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488678062073006, 38.580617431338602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488572474806006, 38.580510202393697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3674", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488701716677994, 38.580562789219002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488599509192994, 38.580447752738998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3676", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488725372402001, 38.580508146198703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488626543525996, 38.580385303978701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490055253692006, 38.574012548554499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489910503130005, 38.574004655002497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490079832280998, 38.573969149818602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490097418546995, 38.573922532906003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490137394947993, 38.573829930138103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490148185487996, 38.573796419261399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490164851938005, 38.573760791929999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490183348, 38.573737159084402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490202959604005, 38.573696972667399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490213606056997, 38.573659368376497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487990212160994, 38.575006463114001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488018465021, 38.574941117196303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488046717827999, 38.5748757712716 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488074970591001, 38.574810424439001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495855939801999, 38.571577797799598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495737564546999, 38.571466007076999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495764787235998, 38.571403792636801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495903580228003, 38.571468922930698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495792009870996, 38.571341579090998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495927399238994, 38.571414485483899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495819232464996, 38.571279364637903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495949463640002, 38.571370598898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495835095819999, 38.571232344774103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488866793306997, 38.580172710971702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488893620300999, 38.580111281049902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488920446101005, 38.580049851116698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488947272996, 38.579988422083197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3903", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490043388485006, 38.573678635680402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490229682476993, 38.573631785246903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490246081888003, 38.5735924035925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3906", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490071231453996, 38.573614425297698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490264518949999, 38.573555817381703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490276293586007, 38.573520922544901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3909", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490099074379003, 38.573550214007398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490289022721996, 38.573479804010802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490308867037996, 38.573440437515899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4266", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489887603360003, 38.570597102289803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4268", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489914631402002, 38.570534692851297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489941660550002, 38.570472282510501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489968689644996, 38.5704098730642 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489995717545, 38.570347463606502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490022746544994, 38.570285054147497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3482", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491464820325007, 38.578278365782303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3483", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491332412903006, 38.578242853624602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3485", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491359441490005, 38.578180757364102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3487", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491386470029994, 38.578118661097101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3488", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491545905639001, 38.578092076889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3699", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488969895175998, 38.579597378735301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3701", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488997129961007, 38.579534734379699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3703", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489024365846007, 38.579472090022797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3705", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489051600536001, 38.5794094456542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490281939819994, 38.573148278875202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3922", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490308968228007, 38.573086065741599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490471089601002, 38.573056461565201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490486581729996, 38.573022441624701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490504169142994, 38.572983949844001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3928", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490363023767003, 38.572961637648298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490513630023003, 38.572957412328499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490522841621996, 38.572919821514603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3931", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490390052039999, 38.572899423594599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4207", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488534828734004, 38.573702754955697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4206", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488712179306006, 38.5736847420877 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4209", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488561856912, 38.573640816094503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4208", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488739207322993, 38.573622803185003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4211", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488588885043001, 38.573578877226801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4213", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488814277157005, 38.573450514775203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4215", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488838639619999, 38.573394434322502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488659729733001, 38.573408512583299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4217", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488863002051005, 38.573338352963802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3498", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491670670771995, 38.5778057649107 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3500", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491694678303006, 38.577750264285299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3501", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491597890604993, 38.577631019131701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3503", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491625328758005, 38.5775675903812 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3717", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491152110917994, 38.5745426825358 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3719", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491179135465003, 38.574480978191097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3721", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491342938496004, 38.574451065760499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491206159965003, 38.57441927384 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3723", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491356703540006, 38.574424263307101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490531126842995, 38.572890463521396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3933", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490539048841995, 38.572866007509802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3934", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490409030921001, 38.572850087554002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490552090229002, 38.572840424483303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490567710251, 38.572808088871 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490482944883993, 38.572664943503398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3941", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490646349996993, 38.572671416639501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3942", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490656776272999, 38.572644023004102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490510175693998, 38.572602298784297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3944", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490677214377996, 38.572600990608798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3945", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490689829725994, 38.572571897601001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490537406456994, 38.572539654058602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3947", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490702773674997, 38.572519278219602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4219", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488887364443997, 38.573282271599901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4221", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488911726797994, 38.573226190230798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488737157857003, 38.573229175212902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4223", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488936087967005, 38.573170108851599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488771100208993, 38.573152141684197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489558992213006, 38.571736370105498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4233", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489430533743999, 38.5716858236432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492713227311995, 38.575027739819497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492872433277, 38.575001743797301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492740049892006, 38.574966191887803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49289925571, 38.574940195828702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492766871284005, 38.574904643044 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3516", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492926076955001, 38.574878646948001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492793693772001, 38.574843095099801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3518", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492952899295005, 38.574817098966903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3724", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491368605725995, 38.574396533752598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3725", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491233184419002, 38.574357569482501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3726", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491381122148994, 38.574361522245603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3727", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491395687367003, 38.574326626044503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3730", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491413482137006, 38.574284458479099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3736", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491488524958001, 38.574112573647298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3948", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490712116992, 38.572491024863801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490564637172, 38.572477009326597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3950", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490720053030003, 38.572466998629601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3951", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490734807487001, 38.572443041130001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490591867831995, 38.572414365488903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3953", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490743830241001, 38.572419018773999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3954", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490751016076999, 38.572388193773698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490619098451006, 38.572351720743903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3956", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490760082652002, 38.572358191457099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3957", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490768651208995, 38.5723395986074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490646329022994, 38.572289075992401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490049774357004, 38.570222643776198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4286", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490187444716, 38.569907625511902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4288", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490210204351996, 38.569855199863603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490379987943996, 38.569843514191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4290", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490232963953005, 38.5698027742107 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4292", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490246262490999, 38.569755592451401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492820516218998, 38.574781546248502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3520", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492979720448005, 38.574755550073597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3521", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492847337466003, 38.574719998286703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3522", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493006542695994, 38.574694002079902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3524", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493034718909001, 38.5746284411102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493059256231007, 38.574572051541502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493083792373994, 38.574515661061703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3529", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492937184146996, 38.5744910668502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3737", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491341822223006, 38.574082111256203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3738", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491506254591997, 38.5740779192597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3739", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491515565569003, 38.574047102647398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3740", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491368120554, 38.574023709066999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3741", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491528054528004, 38.574014476578398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3742", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491550457491002, 38.573979614784299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3744", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491562962187999, 38.573944937439201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3745", "timelimit": 30.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491577541845004, 38.5739079908384 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3746", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491432889471994, 38.573884560956003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485141342372003, 38.581562259111301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485166670853005, 38.581503992729203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3968", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485191999286002, 38.581445727242503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3970", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485217327683998, 38.5813874608492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3972", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485242656040995, 38.581329194450397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485267983201993, 38.581270928941699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4119", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487380308666005, 38.5767272606803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4121", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487404494995999, 38.576671728388902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4123", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487428680140994, 38.576616196087301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4125", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487452865248002, 38.576560663780697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493108328478002, 38.574459270576597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3531", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492959118092003, 38.5744407397437 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493132864543, 38.574402880086303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3533", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492987160089001, 38.574376293507598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493157401716999, 38.574346489595698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3535", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493015202036005, 38.574311847264603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493043243925001, 38.574247401915599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3539", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493060663975001, 38.574198234296198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491772972061995, 38.573452371888401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491785919055005, 38.5734159892625 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491796702545003, 38.573378195342201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491806257061, 38.5733431248415 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3765", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491674831712004, 38.573291034540098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485343967893996, 38.581096130595597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.485369296037007, 38.581037865069597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3984", "timelimit": 15.0, "pkgtype": "White Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485394622998001, 38.580979598631998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3988", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485445279084004, 38.580863066651098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485470607069004, 38.580804800201797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489586020439006, 38.571674195876497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4235", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489453609860007, 38.571638721133297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489613048617997, 38.571612021641101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4237", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489480638141004, 38.571576546928704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489640076750007, 38.571549847399297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4239", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489507665226995, 38.571514372712798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489667104834993, 38.571487673151204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4241", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489534693414001, 38.571452198495599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489694131725003, 38.5714254988916 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4243", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489561721559994, 38.571390023371102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489721159715003, 38.571363324630802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489593728684, 38.571269174968101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3545", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493247171397002, 38.573802005066 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3547", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493266675205007, 38.5737575275963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3549", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493286180135996, 38.573713050128298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3551", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493305683895997, 38.573668572651997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3553", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493325187623995, 38.573624096073203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491835689712005, 38.573298774078999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491858830607995, 38.573255799288098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3768", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491701858965996, 38.573228820180397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491878069231007, 38.573218041573497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491894473612007, 38.573171053441399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3771", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491728886166001, 38.573166606715297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3777", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491970878833996, 38.5730025175111 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3778", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491985197977002, 38.572975507507401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485667256992997, 38.580351533706398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4003", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485694496383005, 38.580288693739398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485721735718002, 38.5802258546668 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488159727400998, 38.574614386597197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488208138429997, 38.574502718260099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488235168881005, 38.5744405443494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488262198138003, 38.574378370427198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3555", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493344692483006, 38.573579618595303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3557", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493354097671997, 38.573566117482002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493392686964995, 38.573459106707197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493419916113993, 38.573396539685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3566", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493593925422999, 38.573339201313097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493447144068, 38.573333972651398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3568", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493614976703995, 38.573296057575902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3780", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491997188493997, 38.572947714313699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3781", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492009198744, 38.572920694174698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3783", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492020028352997, 38.5728938021863 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3785", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491878867023004, 38.572850810787401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3784", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492028581732995, 38.572865860573998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3786", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492040546403999, 38.572841692470398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3788", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491906297493998, 38.572788167522397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3787", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492051382827, 38.572817386082399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3789", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492061070876005, 38.572788676477202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3791", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491933726773993, 38.572725523344999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3790", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492074287134002, 38.572754410306601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485739886806996, 38.580175686872899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485859658387, 38.579968586438198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485877867561001, 38.579910336935498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486027667917, 38.579882893191503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485897937320004, 38.579843620054802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4136", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487527539336995, 38.576065068696998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4138", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487553407934996, 38.576005198797098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4140", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487579277630999, 38.575945329797399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4142", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487605146142997, 38.575885459885797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3570", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493648275911994, 38.573232906245799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3572", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493670281693994, 38.573179608164899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493519368126996, 38.573152566129799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493545198494999, 38.573097384814801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493674288155006, 38.572813338283297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3582", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493829557189997, 38.572805620054403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493697141254003, 38.5727701501607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3792", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492086342095007, 38.572717555267701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3793", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491961156006994, 38.572662879160902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3799", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487399731983999, 38.579768172415001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3800", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487409833944994, 38.5797371965648 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3802", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487426560374004, 38.579706703194397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3803", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487436662313996, 38.5796757273419 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486072998330997, 38.579791169618197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485916115891001, 38.579789608229099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486096830256002, 38.579736527908601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4023", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485927066933002, 38.579739800324703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485947900137006, 38.579694220964498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486231960916996, 38.5794465460976 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486097677079997, 38.579375394560302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4862585905, 38.579385076261303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489760138932994, 38.571249403281399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489621366375999, 38.571205512434403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489784322784004, 38.571193698421801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4251", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489649005166001, 38.571141849899099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489808505450995, 38.571137993552099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4253", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489676642758994, 38.5710781873521 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489832689219995, 38.571082289583202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4255", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489704281450997, 38.571014524803502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489862655427999, 38.571024347138803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489726120279002, 38.570955364589203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489891669607005, 38.570964891489503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489738900996997, 38.570916320206202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3584", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493856580951999, 38.572743444824397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493724166264997, 38.572707974966697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3586", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493883605814005, 38.572681269593097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493751191228995, 38.5726457997662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3588", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493910630635995, 38.572619093454598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493774225186996, 38.572577271101601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3590", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493937655403997, 38.572556918210502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493792624180998, 38.572528128376199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493873582465994, 38.572347936403098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3805", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487453387564003, 38.579645234863399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3806", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487463490631001, 38.579614259013503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3808", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487480215855001, 38.579583766531201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486124306746007, 38.579313925655597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486286861226006, 38.5793223326258 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486150935224998, 38.579252455838699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4037", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486313490716, 38.5792608627766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4039", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486340119005007, 38.579199393816999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4041", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486371693874005, 38.579131536015701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4201", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488453743918001, 38.5738885715012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488631094973002, 38.573870558757399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4203", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488480772236997, 38.573826632659099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4202", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488658123131003, 38.573808619873901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4205", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488507800508998, 38.573764693810602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4204", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488685151241995, 38.573746680984002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3598", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494037004172995, 38.572328867114301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493898720806996, 38.572285239409197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3600", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494061359956007, 38.572273094559499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493923865446007, 38.572221486586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493949011187993, 38.572157733764101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493979544023006, 38.572092949534799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494011398108995, 38.572031337724198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494023886750995, 38.571990616835002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3819", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487631289044998, 38.579273469098197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487641391989001, 38.579242492331701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3822", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487658525751996, 38.579210863799602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3823", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487668627521003, 38.5791798879265 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3824", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487806863122003, 38.579231346202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3825", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487685761256003, 38.579148259390202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3826", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487695863005001, 38.579117283514698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3827", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487830694514997, 38.579176567203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487712996713, 38.579085654974399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3829", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487723098440995, 38.579054679096501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487854525871995, 38.579121788198997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486455401970005, 38.578936506447498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486479234303005, 38.578881727726397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486503066598999, 38.578826949000302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486526897711002, 38.578772170264202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486385874741998, 38.578697960350603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486550729933995, 38.578717391528102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486413111174002, 38.578635355339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS4144", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487631015759007, 38.575825589973398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3615", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487915352691005, 38.582359524186103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487782923121003, 38.582324045736897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3617", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487942183298998, 38.582297819722498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487809753830007, 38.582262341304002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3619", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487969013853998, 38.582236116153602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487836584486999, 38.582200637765702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3621", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487995844368996, 38.5821744116774 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487863415103007, 38.582138933320302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3623", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488022673684, 38.582112708090797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3624", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487890245667003, 38.582077229769297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3625", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488049504106002, 38.582051003602103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3831", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487740232121993, 38.579023050552102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3832", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487878356045002, 38.579067009185003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS3844", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488423323996003, 38.577490701611502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6404", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467507666794006, 38.570754947579097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6406", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467534918218007, 38.570692151513597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6408", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467562169594004, 38.570629355441703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6410", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467589420921996, 38.5705665593633 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483876404102006, 38.586241315934998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483809711009002, 38.586223564642502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468908077109006, 38.574395878092901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5970", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469100518958996, 38.574328957430801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5972", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469124185455001, 38.574274456238101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468951199339998, 38.574295265444597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5975", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469147851914002, 38.574219955040498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5976", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468976363874006, 38.574244269340198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5977", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469171518343998, 38.574165452937102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5978", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469003410718003, 38.5741819819022 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6178", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467701023415998, 38.574140867388799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467697586263, 38.570314229686502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467726464506001, 38.570247596926102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6422", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467755343842995, 38.570180964163598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5985", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469084554404006, 38.573995120466499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469374377988999, 38.573738017742002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5991", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469227459039004, 38.5736529715169 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469402037281, 38.573674164556998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5993", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469255014712999, 38.573602905232597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469429695382999, 38.573610310459102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5995", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469276763389004, 38.573546683510799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467873924611993, 38.5737214195196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6195", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467897767164999, 38.573666953617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6204", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468044335727996, 38.5733187553965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6206", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468064431307994, 38.573272421764898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6437", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464468926150005, 38.574738506348403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6438", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464296926987004, 38.574727189851501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6439", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464501362015994, 38.574665174637197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6440", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464325606393999, 38.574661105648303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6441", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464526350038, 38.574597620160802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469304421553005, 38.573482829442703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469512671678999, 38.573418749036797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469422938872995, 38.573216760091199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469578263382004, 38.573259038424297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469449580908005, 38.5731552544772 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6009", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469601574050003, 38.573205221990001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6208", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468088187635004, 38.573217629302903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6220", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468230728275003, 38.572888874442697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6442", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464354285748996, 38.574595021437801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6443", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464562565354001, 38.574514132973199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6446", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464413560783996, 38.574454143870597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6447", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464627534775005, 38.574354390703299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6448", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464453445494996, 38.574375034040401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469476221742994, 38.573093749752601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469502862531996, 38.573032245021899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6013", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469648196435998, 38.573097588211702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469529504422994, 38.572970740290202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469671506999006, 38.573043771763203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469694818674, 38.572989955315201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469718129173003, 38.572936137956397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6222", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468254484346005, 38.572834081946098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6224", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468278241529006, 38.572779289449898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6226", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468301997528002, 38.572724496943501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6456", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464560947799001, 38.574170940954801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6458", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464582306954995, 38.574121416473702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6459", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464762796417006, 38.574081874667797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6460", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464603667223003, 38.574071892894899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6461", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464777696265003, 38.574050149060298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6462", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464625026319993, 38.574022368405899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6464", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464646385386999, 38.573972843912898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469836702606997, 38.572603351554598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6026", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469705884483005, 38.572564210141799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6027", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469860545965005, 38.5725485249 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6028", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469731316959994, 38.572505727742303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469884389287003, 38.5724936982404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469756749389006, 38.5724472462379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469908231424995, 38.572438871570498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469782182922998, 38.572388764733198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469932074672997, 38.5723840449009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6790", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473593542044, 38.583622792484 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6793", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473494931093001, 38.583472114930501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6794", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473451274739006, 38.583584874522799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6795", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473428244448002, 38.583454340545998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6798", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473309007591993, 38.583546955485801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6799", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473294868959997, 38.583418791651297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6802", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473166740590003, 38.583509037174899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6803", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473161493605005, 38.583383242602999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469807615275002, 38.572330282316798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469955917891994, 38.572329217325503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469833047579002, 38.572271800795498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6037", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469979759918999, 38.5722743906408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.469858479847005, 38.572213318367702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469873803571005, 38.572185811159599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6042", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470027446160003, 38.572164737266903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469909344252997, 38.572096354396102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6044", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470051288077002, 38.572109910567299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6485", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465947020493999, 38.570953606876401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6487", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465966464028, 38.570907091317103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6489", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465992091662002, 38.570847857475599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6491", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466017719245997, 38.5707886245292 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6700", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477456377869999, 38.584650679813997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6702", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477374127906003, 38.584628478028101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6710", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476962232049004, 38.584519586012398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6712", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476901976765006, 38.584503544485997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6046", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470075131106, 38.572055083868001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6047", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469960208491003, 38.5719793904019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470098972957004, 38.572000256257603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469985640545005, 38.571920908846799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470122815913001, 38.5719454295484 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470011073704001, 38.5718624272913 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470146658830998, 38.571890602834202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6053", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470036505680994, 38.571803944823998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6275", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469008902233995, 38.571070675963298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6277", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469036153039994, 38.571007801169301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6279", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469063403798998, 38.570944926368803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6503", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466350749095994, 38.570421131717701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6505", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466378001410007, 38.570358335924197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6507", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466403315804996, 38.570307156380402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6508", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466253564005001, 38.5702257662306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6509", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466430568030006, 38.570244360574499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6510", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466280816329999, 38.570162970459798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6806", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473024474894004, 38.5834711177936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6807", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473028119524997, 38.583347694307001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6808", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472953341527997, 38.583452158034703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6811", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472894744436005, 38.5833121449513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6812", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472811074904001, 38.583414239286697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6813", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472828058088993, 38.583294370220997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6814", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472739941651994, 38.583395279396697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6060", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470301833280004, 38.571545184436999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6062", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470320400595995, 38.571490354267901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6064", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470347651842005, 38.571427440433503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6066", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470374901899007, 38.571364525686498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6070", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470429403004005, 38.571238697980199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470456652916994, 38.571175783213697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469090654509003, 38.570882051561902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6283", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469117905171998, 38.570819176748401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469146445885997, 38.570758581711203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6287", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469192277310995, 38.570687728151597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469217720065004, 38.5706295278924 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6291", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469243161630004, 38.570571327622297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6293", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469268603154006, 38.570513127346601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6511", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466457820206998, 38.570181564762102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6512", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466308068608001, 38.570100174682601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6513", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466485072328993, 38.570118769844001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6074", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470493143761999, 38.571119868346003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6076", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470518410037997, 38.571061666998297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470402192961004, 38.570960621282403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6078", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470543675125995, 38.571003465639699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6079", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470431068070994, 38.570894104960701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6080", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470568941319996, 38.570945264280802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6081", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470459944267006, 38.570827589537799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6082", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470594206325003, 38.570887062911098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6083", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470488819268994, 38.570761073201503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6084", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470619472435999, 38.570828861541003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6085", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470517694210002, 38.570694557758799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6086", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470644737358995, 38.5707706601602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6087", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470541274398002, 38.570644264883597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6088", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470670003387994, 38.570712458778999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6295", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469294045783002, 38.5704549270705 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6302", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465609633143998, 38.575122560316501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6304", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465639074270996, 38.575067406302097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6306", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465666531601002, 38.575004219725599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488518832965994, 38.587593109213302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488305686421995, 38.587536369508101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6718", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476694374234, 38.584451924563098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6095", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470786519160001, 38.570415717753903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6097", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470814987663005, 38.570350102179198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6099", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470843457260997, 38.570284486602603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470871925652006, 38.570218871914697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465743115947006, 38.574833956610398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6314", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465762769316996, 38.574786397910302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488234638795007, 38.587517456491199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488163590056999, 38.587498543425603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488092541358, 38.587479630316402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22271", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488021492702003, 38.587460716262697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487950445226005, 38.5874418030714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487879396639997, 38.587422889831402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487808348090994, 38.587403976547698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470900393996999, 38.570153256318797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6105", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470928862289995, 38.570087640715798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6115", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471081243724996, 38.5697824975855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6117", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471108142998006, 38.569734996330197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487595203824995, 38.587347235539497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6531", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487293912027994, 38.587156045920402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6533", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487214385262007, 38.587134858702001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6537", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487055330717993, 38.587092484997001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6539", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486975804094001, 38.5870712976146 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6541", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486896276368995, 38.587050110172598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6120", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471141558702001, 38.569650239382199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6339", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466085590643999, 38.574038140062399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466166258147993, 38.573835860471803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466193103186995, 38.573774317791496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6551", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486498643038999, 38.586944173063998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6555", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486339589344993, 38.5869017983756 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6557", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486260063146005, 38.586880610501602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6354", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466275909453998, 38.573593634407104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466296724182996, 38.573529723367102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466323658272998, 38.573467445033998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6360", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466350593463005, 38.573405166699999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6787", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473694994674005, 38.583525437869199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6788", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473664675749006, 38.583641751849399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6789", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47362830678, 38.583507663594702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6374", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466570893517002, 38.572912110643699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6376", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466591940043003, 38.572859190675402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6378", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466612962545994, 38.572809479591598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6382", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466667465529994, 38.572684437413699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6692", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477730725325998, 38.584718995792102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6694", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477675276265998, 38.5847053502142 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6696", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477613380384, 38.584691674621503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6698", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477546155192996, 38.584672072268702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467577913770995, 38.574417806646302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6170", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467604558424, 38.5743562239836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6172", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467631201882995, 38.5742946413094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6176", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467684489811006, 38.5741714759478 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6388", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466744086429998, 38.5724991117062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6390", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466771338021005, 38.572436472573003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466853092492997, 38.5722485569366 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484320988251994, 38.5863590504336 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484254294937998, 38.586341299397198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484120908410006, 38.5863057972091 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5107", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481191621256002, 38.577341049250798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5108", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481076028516995, 38.577266662108102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5109", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481215282161997, 38.577286339296101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5110", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481103067652001, 38.577204136720603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5111", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481238941883007, 38.577231629331202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5117", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481228629715005, 38.576919534872502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5118", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481388215522998, 38.576910343626601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5119", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481255872274005, 38.5768566175704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474189157544998, 38.572516144203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5759", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474392875334004, 38.572425760684901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474269682994006, 38.5723296286411 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5763", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474446558210005, 38.572301416586498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474296523955999, 38.5722674561706 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5765", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474473400148, 38.572239244980999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474313259436002, 38.5722362593119 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5120", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481415457931007, 38.5768474271879 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5121", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481283114777995, 38.576793701162799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5122", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481442700296995, 38.576784509841801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5123", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481310357241, 38.5767307838478 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5125", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481337599648995, 38.576667867427197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5127", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481364842016006, 38.576604950099302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5128", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481524468193001, 38.576590104819203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5129", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481392084327993, 38.576542033665703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5131", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481410664877998, 38.5764670217184 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5341", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478220379286995, 38.576986900606897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5342", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478379445433006, 38.576960491412699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5343", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478241582327001, 38.576939806267497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5347", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478437872892002, 38.576845053318202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5348", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478299420490998, 38.576801873783602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5349", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478466272649001, 38.5767794364805 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5351", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478494721055995, 38.5767101405905 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5352", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478353507920005, 38.576676967561902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5549", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481166903873003, 38.570181681395802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5550", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481334977432994, 38.570147458164001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5551", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481194143343004, 38.570118842476703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5552", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481358945636003, 38.570074127114303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5553", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481221382759003, 38.570056004451999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5555", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481248622126998, 38.569993166420801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5556", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481406707375001, 38.569951316373398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481430526447994, 38.569898167442197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5770", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474527495865999, 38.572119263965597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474367724982002, 38.5720837198078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5772", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474544726439007, 38.572080659438498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474396396871001, 38.5720173988867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5774", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474572609556006, 38.572017017767301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474425067566997, 38.571951077052397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5776", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474602756394006, 38.571945170177699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474453738208993, 38.571884755211002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5780", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474665201720995, 38.571816417117901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474511080474997, 38.571752112412597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5133", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481437908524995, 38.5764039088847 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5134", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481597908406997, 38.5764130632773 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5135", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481465152122993, 38.576340796044597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5136", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481621745720005, 38.5763578396189 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5137", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481492395673001, 38.576277683197901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5138", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481645584149007, 38.576302615059902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5139", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481519639181002, 38.576214569443898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5140", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481669422535006, 38.576247391396798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5141", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481546882635001, 38.576151456584299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5142", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481693259737, 38.576192167723597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5143", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481574126040002, 38.576088343718197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5353", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478520792636999, 38.5766463384697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5354", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478380555518001, 38.576614523017902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5355", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478553889474, 38.576580732859298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5356", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478407629895997, 38.576548409233503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5357", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478584646277994, 38.576515116700101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5566", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481589839709997, 38.5695656697755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481449883208001, 38.5695105539276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481470059610999, 38.569468646282502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5570", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481635144910001, 38.569461507324597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5571", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481497110635004, 38.569406399240002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5572", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481662195786996, 38.5693992602436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5789", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472527273655004, 38.573317213154198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5790", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472377940125, 38.573262664334301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5791", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472391397018995, 38.5732370320653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5793", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472407142692006, 38.573205592228703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5794", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472418529322994, 38.573174216307201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5796", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472431057182007, 38.5731449410737 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5153", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481764106631005, 38.575637080011802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5154", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891566003, 38.575727619520698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5155", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481791144827, 38.575574515724398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481918605275993, 38.575665054307898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5367", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478571629146003, 38.576143073066604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5369", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478595206666, 38.576089315511801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5370", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478787516565006, 38.576061182524398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5371", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478614579804997, 38.5760353191977 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5372", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478814762667, 38.575998030669503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5373", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478637834641006, 38.575984406115701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5374", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478842008713997, 38.575934879708903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5375", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478667009372003, 38.575924326932501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5376", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478869254719001, 38.575871727840898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5573", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481524161606004, 38.569344153091997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5574", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481689221614999, 38.569336979710997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5576", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481716235750994, 38.569274722543199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481579064450003, 38.5692302318892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481787691676999, 38.569093448604498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481647873469996, 38.569076580302799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481811705602993, 38.569037882460798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481675316600004, 38.569013075521198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481835718343007, 38.568982316306901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5797", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472446151368004, 38.573117794643998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5799", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472454073462004, 38.573092306512898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5800", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472467286873993, 38.573064209170397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5802", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472480472048005, 38.573033876570598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5803", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472496116463006, 38.573001685812898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5804", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472652308801997, 38.573042711722103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5805", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472507865032, 38.572972878189603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5806", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472522626867004, 38.572941626646703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5807", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472676240027994, 38.572987523637401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5808", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472536784789, 38.5729118083811 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5157", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481818184130006, 38.575511950534903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481945643353995, 38.5756024890836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5159", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481845223386003, 38.575449385339098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5161", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481872262587004, 38.575386821037696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5162", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481999721657004, 38.575477359527 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5163", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891495849993, 38.575324220893798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482047372891003, 38.575367269595397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482071387483998, 38.575311874568399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5167", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481950633015998, 38.575204271637197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482095400892007, 38.575256479531298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5383", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478756969035004, 38.575711823857603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5384", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478946755482994, 38.575672360374703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5385", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478786588869994, 38.575643571906902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5386", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478970685001002, 38.575604602583503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5387", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478820910760007, 38.5755716699611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5388", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478994524114995, 38.575549688473302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5389", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478850531635999, 38.5755034161973 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5587", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481702759675997, 38.568949571633901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481859731054001, 38.568926749247197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5589", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481730202709002, 38.568886066839198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481883743720005, 38.568871183083203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481907756347994, 38.5688156169143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473110998568998, 38.571952172744197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473138040631994, 38.571890080732203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5858", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473183825980001, 38.571781979585701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5859", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473036286278997, 38.571754341471099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5860", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473049780845002, 38.571724470575198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5862", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47306202563, 38.571696162451403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5863", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473075602487995, 38.571665245984903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5169", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481978076809, 38.575140963179301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5171", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482005520553002, 38.575077654715002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5173", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482032964241, 38.575014347144901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479105023475, 38.578753826852598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478950522499005, 38.578722260544097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478977768031996, 38.578659305943802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5390", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479027790716998, 38.5754838078199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5391", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478877787998002, 38.575438822938501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5392", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479050707572995, 38.575429608463999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5394", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478909705044998, 38.575376084879601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5401", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479198969449001, 38.575078444534803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5602", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482568430548, 38.567286174758003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5603", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482456487708006, 38.567205491742897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5604", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482595465453997, 38.567223688654998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5605", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482487575926001, 38.567140908481001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5606", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482622500312004, 38.567161202545599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482514610847005, 38.567078422396698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5608", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482649535128999, 38.567098715528999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482541644579996, 38.5670159354001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5616", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482744161818005, 38.566872724937603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5940", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471766944075, 38.571297722574599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5943", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471958356779993, 38.571170669298297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5945", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471983620477999, 38.5711125018586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5946", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471853566101998, 38.571098291487097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5947", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472008885283003, 38.571054334418498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5948", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471882440767999, 38.571031814446897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479183394299994, 38.578550222618603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479235825919005, 38.5784243031393 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479086748561002, 38.578407483869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479113993859997, 38.5783445283354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5193", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479292126397993, 38.578294263217202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5195", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479315963017001, 38.578239622902103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479170693591996, 38.578210284879503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5403", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479226211371994, 38.575015763735699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5404", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479105718197005, 38.574926624682298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5405", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479253453246997, 38.574953082930101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5406", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479132960144, 38.574863943905001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5407", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479280695080007, 38.574890401217203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5408", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479160094888002, 38.574815940057903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5410", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479182052205999, 38.574764073287298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5412", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479325126240994, 38.574788676248403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5620", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482790760735, 38.566765017390701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473403466443997, 38.570905248760802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5891", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473418536246996, 38.570871807524099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473572634441993, 38.570866685012803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5893", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473431804328996, 38.570843969781301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473443567036995, 38.570816256720498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5895", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473601100562007, 38.570801068753397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5896", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473454370240006, 38.570788562717297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473469235151995, 38.570755510630903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473629566623003, 38.570735453387798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473481583002993, 38.570732473184101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5198", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479339798452003, 38.578184982576801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479197935025994, 38.578147838316198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5200", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479363634997995, 38.578130342251697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5202", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479387470353998, 38.578075702817401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479252417737001, 38.578022946971799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5204", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479411306827004, 38.578021062482399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479275457559993, 38.577971800363898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5206", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479435143263004, 38.577966422142502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479296390146999, 38.5779271118151 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479238615065995, 38.574632294042203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5417", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479376162150999, 38.574652936958998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479265880553996, 38.574569029558901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5419", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479411866362994, 38.574575616755702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479293145987, 38.574505765969803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5421", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479442841722999, 38.574505614887698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5423", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479471406944, 38.5744447480836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5424", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479347631859, 38.574379251183103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5425", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479497637044005, 38.574380220337503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5426", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479374861644004, 38.574315977505101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5903", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473679697275998, 38.570623170022003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5905", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473703004494993, 38.570569284293697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5907", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473726312832, 38.570515397664998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473594201801006, 38.570476594397597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5909", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473608088161996, 38.570449237823397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5911", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473621639124005, 38.570420367115197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5912", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473637875343996, 38.570388850967603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5913", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473772928247001, 38.570407625289 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5214", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480060660556006, 38.576523285914803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5215", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479932527933997, 38.576454062897596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5216", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480087905993997, 38.576460251779601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5217", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479966034669999, 38.576379738946699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5218", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480115150236998, 38.576397217632703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5220", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480142394431994, 38.576334183479297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5221", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480020523269005, 38.576253669802703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5222", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480169638579, 38.576271149319403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5223", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480047767491996, 38.576190635671502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5225", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480068058857, 38.576128918049498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5427", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479526190165998, 38.5743175381578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5433", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479664943854999, 38.574019271224302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5435", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479692030817006, 38.573956955385903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5437", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479719117738995, 38.573894638640198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5439", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479746233815007, 38.573832251749401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5954", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468906826668999, 38.574803400724299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468746879064, 38.574786525429502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5956", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468933669709003, 38.574741857409499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468763293869003, 38.574735765792198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5958", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468960512696, 38.574680314989202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5960", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468987354494999, 38.574618771656603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468816978945, 38.574612680118399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5962", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469014197389996, 38.574557229223799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468843821983995, 38.574551137725003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5964", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469041039096993, 38.574495685878603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468870663835006, 38.574489594419298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468897506782, 38.574428052013403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5968", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469076851278999, 38.574383458613397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5226", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480215970207993, 38.576164488422798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5229", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480257909911998, 38.5760670906351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5231", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480279640988996, 38.576018496503998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5232", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480138772550006, 38.575971012841798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5233", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480301382668998, 38.575968285306097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5236", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480187157627995, 38.575864128746602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5238", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480208127791997, 38.575814119506298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5440", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479592337574999, 38.573817375385403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5441", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773212975005, 38.573769906579201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5442", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479619316864003, 38.5737550302511 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5443", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479797258684997, 38.573716550887397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5445", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479646294958002, 38.5736926851053 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5449", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479859137510999, 38.573553453918599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5451", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479884282567994, 38.5734956788421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5452", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479716153772998, 38.573511119651201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476903446999003, 38.576921543336702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476758372451997, 38.5769396741373 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476910558392007, 38.576896740431003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476926754399997, 38.576869458762403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476785043052004, 38.576878137261097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476944663137999, 38.576842585729302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476953844990007, 38.576816827314502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476811713605997, 38.576816600378599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5809", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472549269124997, 38.572880801411401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5811", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472566016624995, 38.5728524480894 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5812", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472576085187995, 38.572823314788103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472722316867006, 38.572875730316298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5814", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472588939109997, 38.572794002284901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5815", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472603877755006, 38.572769249712501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472746266534003, 38.572817721590702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5817", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472614766473995, 38.572741714733397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5818", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472630082975996, 38.572709777418098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472770197610998, 38.572762533486397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5820", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472643815786995, 38.572679859906103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5821", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472659441765003, 38.572650142907897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5240", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480233251992999, 38.575759277581597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5243", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480252578854007, 38.575709560053198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5247", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480984051448004, 38.5743970832618 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5248", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480857121156006, 38.574360642184203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480866523930004, 38.574334092567902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5251", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480878386014993, 38.574301866615201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5252", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480894591479, 38.5742674754622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5253", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481038127673003, 38.574272346029304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5453", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479911819807995, 38.573430575798596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5454", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479744891419003, 38.573445091415003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5455", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479939356996994, 38.573365472748499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5456", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773553954004, 38.573379126797903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5457", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479964431529993, 38.573307593735002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5459", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479989468756003, 38.5732497893231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5461", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480014507082004, 38.573191985811697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476964716027993, 38.576789836895998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476967393492004, 38.576757435605501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476865053422003, 38.576693527490796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476891723837994, 38.576631990589803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477050856730997, 38.5766058303698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476908288141004, 38.576601428618801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477126490806, 38.5764505663047 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5914", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473652098906996, 38.570359180614503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5915", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473667217859003, 38.5703280674892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5916", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473799877738003, 38.570352947994103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5918", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473682327456999, 38.570297131796401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5924", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471718733328004, 38.571723664151101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5925", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471580187987001, 38.571686703995397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5257", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481092203708002, 38.574147608771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5258", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480948433408997, 38.574148607466697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5259", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481119240506999, 38.574085240127602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5262", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480971817308003, 38.5740791675521 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480996290383004, 38.574028006314897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5264", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481195001575998, 38.573910610134298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5266", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481220081033996, 38.5738528867304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5268", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481245161605997, 38.573795162425299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5269", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481036687965002, 38.573878982630703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5468", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480007629978005, 38.572864128310798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5469", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480161288410002, 38.572844750949599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5470", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480028740283004, 38.572809588219997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5471", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480189490312995, 38.572779234611801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5472", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480056942293999, 38.572744071914499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5473", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480217691023995, 38.572713717361097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5474", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480085143105001, 38.572678555596802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5476", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480113508331002, 38.572612989560703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5478", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480144261964995, 38.572536509963101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5479", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480295523454004, 38.572533837811598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5687", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476963269367999, 38.576450254203699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477135080254001, 38.5764190286462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477140798394998, 38.576395149160099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5690", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476970500057007, 38.576390543861002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477147520326, 38.576362867933703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477160770807004, 38.5763331441104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477167449643005, 38.576306741043801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477185363877993, 38.576279242776302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5697", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477033601578995, 38.576262868171298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477200536107006, 38.576243325849703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5699", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477214701446997, 38.576216545779999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5864", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473213633827001, 38.571723114546401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5866", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473259615757996, 38.571607786363103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473284878938998, 38.571549721343899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5869", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473133128464994, 38.571522812837003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5870", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473148233201997, 38.571485452888602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5871", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473324870214995, 38.571457418947801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5873", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473163106361, 38.571452099978302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5270", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481054278070999, 38.5738473201747 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5271", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481270242129995, 38.573737439015503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5272", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481062737160002, 38.573818749203603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5273", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481077652525997, 38.573788459432798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5274", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481295321472999, 38.5736797146943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5275", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481090409892005, 38.573759973492798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5276", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481102328676002, 38.573731600909198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5277", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481320401917003, 38.573621991273498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5278", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481114314688995, 38.573701872775501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5279", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481127935515005, 38.573676474472897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5280", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481345481179005, 38.573564266941297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481141198228002, 38.573643667386897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5282", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481155008081998, 38.573613577155001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5483", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480350686164002, 38.572397608524099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5484", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480223935856998, 38.5723544792803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5489", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480444710867999, 38.572205978187299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5490", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480318648503996, 38.572143278338402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5491", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480463583703994, 38.572142656840903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5493", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480494168587001, 38.572075718698997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5700", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477060644450006, 38.576200422107497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5701", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477233585972996, 38.5761850537043 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5703", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477075009519993, 38.5761492187276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5710", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477383711301002, 38.5757968321481 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477229405475995, 38.575851742431396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5712", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477392493709999, 38.575764933181397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5713", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477400393446004, 38.575736029316701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472794128645006, 38.572707346277902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5823", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472671072089, 38.572623808594997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5824", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472683515244995, 38.572598358160697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472818070065998, 38.572650748306202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5826", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472697203753, 38.572574428707703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5827", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472705941148007, 38.5725494712988 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5828", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472831209424001, 38.572596922749298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472845031945994, 38.572572710106598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5284", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481166964036007, 38.573587187606201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481179253880001, 38.573555755429197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481474076487004, 38.573268365866099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5291", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481320712276002, 38.573221314130897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5292", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481333678791003, 38.573192919191598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481344683827999, 38.573168502833703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5295", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481362446090998, 38.573131901483798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481530993779003, 38.573137442961801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5501", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480501002184994, 38.571707132835499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5502", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480657415761996, 38.571687101428502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5503", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480523446980996, 38.571661022035002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5504", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480684654537995, 38.571624498658203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5505", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480550685864003, 38.571598419296201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5506", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480711892117995, 38.571561895876201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477256653450993, 38.575788512567399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5715", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477410889235003, 38.575709146171903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5716", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477422345524005, 38.575689321388502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477283901378001, 38.575725282697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5718", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47744311724, 38.5756647819153 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5719", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477452624212006, 38.575634858279102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5721", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477463865488005, 38.575598634386999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5722", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477477789439007, 38.575572345987098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477338397086996, 38.575598822936598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5724", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477500774807993, 38.575541235440099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5725", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477514988416004, 38.575514881676703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5927", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471626923307994, 38.571583426692797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5929", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471646852090004, 38.571537386283197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5930", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471799251175995, 38.571526683614898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5931", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471656673224004, 38.571522319449798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5935", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471843295865, 38.571417093971299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5938", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471726566973004, 38.571353222808398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5939", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471899638628003, 38.571296526221197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5297", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481375030151995, 38.573097387734499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481386150646003, 38.573073976390397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481559452346005, 38.573071981499197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481587910860995, 38.573006520029402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481616369316995, 38.572941059453399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5304", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481455496346996, 38.572915103911797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5305", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481463282646004, 38.5728938001388 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481644827728005, 38.572875597969499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481706067553006, 38.572727586299102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5507", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480577941871005, 38.571533458078903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5508", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480739130798995, 38.571499293092998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5509", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480605180664995, 38.571470854426202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5510", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480766369430995, 38.571436690303202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5516", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480853396878999, 38.5712452850114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5517", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480689784448003, 38.571273683449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477365644876002, 38.575535592145798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477613371973007, 38.575376707295099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477623626915005, 38.575344299642801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477630979327998, 38.575310034755503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477646302758998, 38.575275665294903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477663834563003, 38.575231529258303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477471312266005, 38.575292036763798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477676595812994, 38.5752021076731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477696560173001, 38.5751708753495 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477498554929994, 38.575229473484299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473458769437997, 38.571129149979697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5881", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473326660124002, 38.571087803185399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473342610146005, 38.571054832628199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5883", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473487235766996, 38.5710635337486 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473357612639006, 38.571020257763699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5885", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473372175286997, 38.570988057464298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473515702043997, 38.570997917510397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5887", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473382873578998, 38.570960902628102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5888", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473392338522999, 38.570936507935997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473544168269001, 38.570932301265103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481729546967003, 38.572673424978099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5313", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481540445354995, 38.572698133047197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481753026345999, 38.5726192636523 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5318", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481605905934003, 38.572561824068401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481799984996002, 38.572510940986298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481834103037997, 38.572439144458102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5322", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481638370129005, 38.572484081476297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5323", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481651043141994, 38.572460034719697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5325", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481655558184997, 38.572432962255697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5522", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480925492110003, 38.571071350465402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5523", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480770972721999, 38.5710809150914 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5524", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480951856824007, 38.571013994143399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5527", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480818174339007, 38.5709739632725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477706793268993, 38.5751414423546 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477705375770995, 38.575107138796099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477525797547003, 38.575166910198298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477713008435003, 38.575077693167401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47772013897, 38.575053347054499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477553040116007, 38.575104346905903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477580282630996, 38.575041784507803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5753", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474312350098003, 38.572612276332201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474162315255001, 38.572578315742398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5755", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474339192271003, 38.572550104758001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5839", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472839113858996, 38.572209609672797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5841", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472848884320996, 38.572187711901996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5842", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472857757119002, 38.5721683334571 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473029872099005, 38.572138448741903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5844", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472867236916002, 38.572147565888599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5845", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472880189578007, 38.572122873607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473056914303001, 38.572076356749001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5847", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472892033408996, 38.572095732139303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473083956460002, 38.572014264749797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5331", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478101189978005, 38.577272535179098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5332", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478255609377001, 38.577249969152497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5333", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478118383866004, 38.577223790361998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5334", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478272761756998, 38.577206727707498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5335", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478140278827993, 38.577171396478398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5336", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478299397935999, 38.577145181323999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5337", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478166913953004, 38.577109851021099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5338", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478326121335002, 38.577083785777504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5339", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478193736668004, 38.577048228025298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5534", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480958553454002, 38.570663895857102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5536", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480985388818993, 38.570601761477398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5537", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481144721845993, 38.5705748965947 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5539", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481183322177998, 38.570501805938903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5540", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481039059403997, 38.570477493600102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5541", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481212628178994, 38.570421334907401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5542", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481065894628998, 38.570415359201597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS5544", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481082625286007, 38.570384200095603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491943893602993, 38.586066585763298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491913863245003, 38.585921315071801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491871541915003, 38.586047284570299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491846034608002, 38.585903221091897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491799191414003, 38.586027983336997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491778204865, 38.585885126166403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491726839798005, 38.5860086829544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491710376303004, 38.585867031206199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491654488226999, 38.585989381625602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491642546622003, 38.585848937102099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491582137842997, 38.5859700802567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491509786343997, 38.585950779738397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491506888521997, 38.585812746977901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8005", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480671063445996, 38.584162483855998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8007", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480595306322996, 38.584142284646497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8009", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480519549242004, 38.584122085387399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8011", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480443792204994, 38.584101886078798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8013", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480349650413004, 38.5840767844062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8015", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480283430100997, 38.584059127784897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8017", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480217210963005, 38.5840414720317 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8019", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480150991863994, 38.584023815339798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8021", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480084771650994, 38.584006158604801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491437434890997, 38.585931478273999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491439058951002, 38.585794651853703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491365084625002, 38.585912176769398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491371230555004, 38.585776557595601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491292733250006, 38.585892875214597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490928109997995, 38.5856795781568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490860892494993, 38.585661640337896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490793675033004, 38.585643701579201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489114430255995, 38.586413009348497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7807", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489035965900996, 38.586520268887803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489047909792006, 38.586395313192597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488981390502005, 38.586377617904397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8023", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480018552618006, 38.583988501837098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490735184117, 38.585744103285499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490726457597006, 38.585625763682302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490663486127005, 38.585724969073802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490659240203001, 38.585607824845503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490591787027, 38.5857058348127 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490580911777002, 38.585584002877802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490520087966999, 38.585686700507203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490513694458002, 38.585566063956499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490448388944003, 38.585667566157298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490446477166998, 38.585548125896999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490376689960001, 38.585648431762998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490364412765004, 38.585527203542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490304992163004, 38.585629297329298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488914870103997, 38.586359921671999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488848349739001, 38.586342225401403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488811934954995, 38.586461485679301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488781830554004, 38.586324529097702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488726439767007, 38.586438720901803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488715310249006, 38.586306833651498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488697230203996, 38.586428666737099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7820", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488648791130004, 38.586289137271301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7821", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488604243438999, 38.586406053469403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7822", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488582270896998, 38.586271440847803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7823", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488516451289001, 38.586387177471202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488515751845, 38.5862537443912 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488461951329, 38.586373087215399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8045", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479089385536, 38.583740861214899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490297195547996, 38.585509265395899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490233293255997, 38.585610162846201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490229977222995, 38.585491326304798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490161594387004, 38.585591028318703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490162760073005, 38.585473388080601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490089895558, 38.585571893746803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490095542963005, 38.585455448916498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490018196766002, 38.585552759130401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490028325880999, 38.585437510614298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489586368979005, 38.585321534843601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488449231670998, 38.586236048792202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488347603486005, 38.586340478510202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488316192583, 38.586200655682703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7832", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488249673663006, 38.586182959073199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487681899533996, 38.5861677545237 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485839759046996, 38.584448620912703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485841196194997, 38.5843197837427 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485768899934996, 38.584429707202197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485753044817997, 38.584298016664398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485299895804999, 38.584294705772997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485302358018004, 38.584180463185596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485228758616998, 38.584275717521699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487597072008995, 38.586145137808501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487506483836995, 38.585984962849899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487426958436004, 38.585963758660498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487342589776006, 38.586077284587397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7850", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487260573445994, 38.586056899881399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487267907770999, 38.585921351018598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487172934068994, 38.586032049691703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487188381365002, 38.585900146660201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487088106873003, 38.586009431702699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8075", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477810013398994, 38.583408190311197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484639874167001, 38.5841188362933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484562368379997, 38.5839800837864 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484568737336005, 38.584099846735597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484488994692995, 38.583960938275297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484497600536002, 38.584080858035001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484413966640005, 38.583939159236003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484426463781006, 38.584061868389803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484361586307998, 38.584044876839002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484006624483001, 38.583832140508001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483940283411997, 38.583814425983803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487108856153, 38.585878942252201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7856", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486984933673995, 38.585981181939701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7857", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487029330989003, 38.585857737789603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7858", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486900106598, 38.585958563812902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7859", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486949804717995, 38.585836534168102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7861", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486870279648997, 38.585815329596301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486790754626995, 38.585794124969802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486645624540003, 38.5858907099555 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486711228504006, 38.585772920283603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486560797679005, 38.585868091580103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486461502367007, 38.585842042319001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487909295178994, 38.584873994563097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487834920509997, 38.584854135045099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487760547031002, 38.584834275484397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486193836178003, 38.585634959362999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486144392387004, 38.585737776393401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486113143980006, 38.5856107653197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486073532931002, 38.585718880892301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486046713508998, 38.585593050714998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7876", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486002673512999, 38.585699985347802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485931814124996, 38.585681090660799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485889382986997, 38.585549491155199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485860954781998, 38.585662195029499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485790094329005, 38.585643299349798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483873942380001, 38.583796710520602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483807601381997, 38.5837789950195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483741259268996, 38.583761279475198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483674918336007, 38.583743563897997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483608577430005, 38.583725849183601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483542236564006, 38.583708133530401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483475895729995, 38.5836904178392 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485756521149, 38.5855140625468 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485719235060998, 38.585624403631897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485690090857005, 38.585496347737397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485648375829996, 38.585605507870497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485623660597994, 38.585478632890002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485557229223005, 38.585460917999299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485506657482006, 38.585567716217703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485490799030003, 38.585443203075599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485435797209007, 38.585548821221998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48542436887, 38.585425488113799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485357937588006, 38.585407774009703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485294079086003, 38.585511029308897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8707", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482567025516005, 38.583555931251901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8709", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482496262134006, 38.583537034876997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8711", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482425498796005, 38.583518137558002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8713", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482354735496003, 38.583499240195799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8717", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482211341409993, 38.583462895541302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485291507493002, 38.585390058971697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485223220080996, 38.585492133287303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484864419546994, 38.585280501482103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484814995839997, 38.585383325249502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484797727230003, 38.585262733641898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484743857433998, 38.585364372735398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484731034945995, 38.585244965763202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484672719067007, 38.585345420177603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484664342695993, 38.585227197846102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484601580735998, 38.585326467576103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484597650477994, 38.585209429890497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487730554677995, 38.584951867456397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487611799047997, 38.584794556214703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487651223041993, 38.584930684092797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487537424544001, 38.584774696505598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487571890311003, 38.584909499768798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487463051229994, 38.584754836753802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487492557620996, 38.584888316291398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487388676802993, 38.584734977849998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487413226125, 38.5848671327646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487314302423997, 38.584715117997597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487213619613996, 38.584689231698597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484530442443997, 38.585307514930903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484530958288005, 38.585191662797399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484459304183005, 38.585288563142797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484464266136996, 38.585173894764999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484388165965996, 38.585269610410101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484397574019994, 38.585156126694201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484317027787995, 38.585250657633701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484330883083004, 38.5851383585901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484245889646999, 38.585231704813701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484264191031997, 38.5851205904425 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484174751542994, 38.585212751949904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484197499014002, 38.585102822256403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484103612324006, 38.585193799938097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484130807029004, 38.5850850540319 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494924659017997, 38.586746150654598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483409554928997, 38.583672702109901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483343214160996, 38.583654986342601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484064115077999, 38.585067285769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483961336305995, 38.585155893991903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483997423160005, 38.585049517467702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483890198354004, 38.585136940953298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7935", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483509287573995, 38.5849092136379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483509209668995, 38.5850458315998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483430681876996, 38.584891460329501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483438444434995, 38.585026952917801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483364339847, 38.584873761691199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483367679232003, 38.585008075093498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494858050177001, 38.586728371873903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494791441369003, 38.586710593054796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494724832594997, 38.586692814197399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494662015833001, 38.586792060253998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494658225001004, 38.586675035306698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494590966504006, 38.586773096179101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494591616292993, 38.586657256372703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494519917212003, 38.586754132060598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494525007617995, 38.586639477400297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494458400124003, 38.586621698394602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8544", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489536923428005, 38.585424350590301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489520025022003, 38.585303839732603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8546", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489466156218, 38.585405476493399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489453681097004, 38.585286144583698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8548", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489395389050998, 38.585386601452498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489387337197996, 38.585268450297598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8550", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489324621915003, 38.585367727269102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489320992192006, 38.585250755067598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489254648366, 38.585233059804501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8554", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489183087762001, 38.585329977871801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489188304573005, 38.585215364503497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8556", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489112320744994, 38.585311102657698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483297997848993, 38.584856063014897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483296914074003, 38.584989196324898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483226148946002, 38.584970318414101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483165313946003, 38.584820666449197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483098972047003, 38.584802967658902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483073472765994, 38.5849287532563 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483032629034, 38.584785268825399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483002707764001, 38.584909874308003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482966287194003, 38.584767570859903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482931942793002, 38.584890996217297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482893837427994, 38.584746635680901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482861179013995, 38.584872117187601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494377819890005, 38.586716203697897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494391791515994, 38.586603919345599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494325182940997, 38.586586140258298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494208980455994, 38.586669300730101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494245586258003, 38.586565386396501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494137932517006, 38.586650336382199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494149260867999, 38.586544560295003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494066883467994, 38.586631371985703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494060359298999, 38.586525224203498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493995834464002, 38.586612406644797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493993750879, 38.586507444925502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493924785491004, 38.586593442161004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487204581553996, 38.584811113619899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487097885617004, 38.5846622939562 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487077139535003, 38.584779615914698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8610", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486581951486997, 38.584516188079 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486515522041998, 38.584498456626399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8614", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486449092629996, 38.584480725135698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486406625257999, 38.584599929900499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482821374924001, 38.584727304897001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482790414123997, 38.584853238109503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482719649264993, 38.584834359889001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482562175064004, 38.5847940248645 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493535427639003, 38.5863642372247 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493477360854001, 38.586475846602902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493470130109003, 38.5863468066199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493407708687002, 38.586457253675299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493404831462996, 38.586329375973101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493338057703994, 38.586438660710698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493339532849006, 38.586311945289502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493268405603004, 38.586420068600098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493274234267005, 38.586294514569097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493198754692997, 38.586401475551703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485157621471998, 38.584256728325798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485139312898994, 38.584134515934402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485076473584002, 38.5842337558433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485005336515002, 38.584214767454696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485005930799005, 38.5840989120654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484934199490993, 38.584195778121497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484863062497993, 38.584176789645497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484862528614002, 38.584060636444697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484787490862004, 38.584040170211999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48478214795, 38.584156814376797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484712453152994, 38.5840197039307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484711011043004, 38.584137824906499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484637405997006, 38.584000551065998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7977", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481873793145994, 38.5844831602925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7979", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481807538861005, 38.584465495385302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7981", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481741284601995, 38.584447831341201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7983", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481675030381993, 38.584430166358203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7985", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481608776195003, 38.584412501337397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493208936863994, 38.586277083816903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493129102671006, 38.586382882456398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493143638345998, 38.5862596530229 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493059450684996, 38.586364289319199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493078339858997, 38.586242222191899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492989799884, 38.586345696145102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492920147971006, 38.586327102924102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492872243063005, 38.586184908244597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492850497234997, 38.5863085105671 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492806944712001, 38.586167477260602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492780845395004, 38.586289917262199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492711194738007, 38.586271323920599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8558", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489041553766, 38.585292227400501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488977531586997, 38.58514977886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488911187940005, 38.585132083400197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488844844325996, 38.585114387902301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488778500737993, 38.585096693267303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488712157189994, 38.585078997693401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7987", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481542522034999, 38.584394837179502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7989", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481476267914005, 38.584377172082803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7991", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481410014966997, 38.584359507854103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7999", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480887657725006, 38.584223033314103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8001", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480822577821002, 38.584202882126199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8003", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480746820611998, 38.584182683015896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492185180413998, 38.585993693306499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492117351638996, 38.5859755994856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492088595956005, 38.586105187107897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492049521756996, 38.585957504719097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492016245331001, 38.586085886911199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8487", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491981693057994, 38.585939409917799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486382663244996, 38.584462994507803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486335766992994, 38.584581016542103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486316232752003, 38.584445262935702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486264908772, 38.584562102239403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486249803438994, 38.584427531330697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486194050582, 38.5845431887942 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486123191282005, 38.584524275300602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486052333166995, 38.584505361768699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486050514544004, 38.584374337182503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485981475089005, 38.584486448193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485984085363995, 38.584356605425 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485910617049996, 38.584467534574699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7561", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471709237829003, 38.570857285080699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471637651430996, 38.570838176437299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471566066226003, 38.5708190668539 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471494479905004, 38.570799958121903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7570", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471427667187001, 38.570666111177097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471360555691007, 38.570648196664202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7115", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501150399416005, 38.578820515882001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7117", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501078797782, 38.578801498424099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7352", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480572683402002, 38.573106672263599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7354", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480498632532004, 38.573087645450101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7355", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480411459416004, 38.573179648430703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7356", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480424597790005, 38.5730664096615 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7357", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480339962325004, 38.573160563609299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7358", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480351961937998, 38.573046285505697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7360", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480273716916003, 38.573023928022003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479837189452994, 38.572910378601101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7367", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479787745327002, 38.573013192040101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471293444235002, 38.5706302812114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471226332805998, 38.570612366620701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471136552332993, 38.5707044120117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7578", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471152224481997, 38.570590004724799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7579", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471064966247994, 38.570685302113198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7580", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471062660529995, 38.5705664676589 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470993381344002, 38.570666193076498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7582", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470982936536998, 38.570542976394101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47092179533, 38.570647083990302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479770772367004, 38.572892660391503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7369", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479716900186006, 38.572994293545101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479704354166003, 38.572874942138597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7371", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479646055090001, 38.572975394106003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479637937145, 38.5728572238528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479571520156995, 38.572839505528798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7375", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479504363863001, 38.572937595092398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479505102055001, 38.572821787161601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7377", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479433518880001, 38.5729186955232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7379", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479362673934006, 38.572899795910601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479354014267003, 38.572782957427698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7381", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479291829025001, 38.572880896254603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479276380239995, 38.5727607731856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7383", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479220983006996, 38.572861996550202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7385", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479150138167, 38.572843097708301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479119693900003, 38.572718607162898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479043458841005, 38.572697533558902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7389", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478992999227998, 38.572803021361999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478967224982, 38.572676459008903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7391", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478905291329994, 38.572782941972299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7393", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478834445510998, 38.572764042031203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS6917", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468321905313005, 38.582095768659499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478440691035999, 38.572537804653301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478386746219002, 38.572639417949802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478355608658006, 38.572513259214197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478315436860001, 38.572620387673602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478244126391999, 38.572601357348397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478200844919002, 38.572473068166403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478172815961003, 38.572582326979202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478125580951001, 38.572451877612501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478101506716001, 38.572563296571303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478046089434997, 38.572431772447899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478030196367996, 38.572544265213402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7662", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494489441907007, 38.587541697627202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7663", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494545802516996, 38.5876241036148 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7664", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494416753883996, 38.587576178269202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7665", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494483702994998, 38.587649854892199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7666", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494334149196007, 38.587602156141699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7667", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494415650250005, 38.587672771146799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7668", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494261212794996, 38.58762632034 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7669", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494340580686, 38.587696676532403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7670", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494168836528004, 38.587648095975098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7671", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494259953807997, 38.587721158493402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7672", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494094168051006, 38.587655093130898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7673", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494163999574994, 38.587735337455001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477975027762, 38.572412808842998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477958886051994, 38.572525234712401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477908175265, 38.572394967777498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477887576921006, 38.572506204172598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477841321653997, 38.5723771266684 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477774469222993, 38.5723592855257 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477744957626001, 38.572468142956097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477707616833001, 38.572341443443598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477673647461003, 38.5724491122795 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477640763322, 38.572323602218503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491196464184, 38.586972567554298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491108827722002, 38.5869492140544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491044577173, 38.5869308002016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490984002928997, 38.586915305163501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490932057695005, 38.586899847132301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490857938644993, 38.586882357348898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477027054201997, 38.572160543589703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476950114798001, 38.572140380731199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476905429781993, 38.572244091934401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476871784755005, 38.572118002536399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476833840607995, 38.572224985603903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476799054542994, 38.572098962198098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49310373486, 38.587482168498902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7700", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493069765203003, 38.587587130952102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493027024867999, 38.587469893063897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7702", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492981270336998, 38.587563885927601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492962195184006, 38.587454178630999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7704", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492903503567007, 38.587543476995997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492898848466993, 38.5874384706567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7706", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492828133540002, 38.587523061393497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492808990406999, 38.587399381771696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7708", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492752071480993, 38.587501830101502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492726419584002, 38.587377774204498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7710", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492681195813006, 38.587482950301002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492660091711002, 38.587364380053103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476762252613, 38.572205880135201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476724926738996, 38.572078810996103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476690663515001, 38.572186773716098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476650798970994, 38.5720586606474 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476619075597, 38.572167668158798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476572444807999, 38.572039594740197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476547486569999, 38.572148562552101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476505330734994, 38.572021682309398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476475898735004, 38.572129456005399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476438216687995, 38.5720037707407 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476404309784996, 38.572110350310098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476371102681995, 38.571985858232203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7712", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492601065669007, 38.587460147038399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492578968524995, 38.587347430051302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7714", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492518743732006, 38.587441953009197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492487520221999, 38.587323456392198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7716", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492436624381995, 38.587417877857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492403458374, 38.587303005115402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7718", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492357359875996, 38.587396037674402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492325308310001, 38.5872849058131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7720", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492275625933999, 38.587375400116102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492254650019007, 38.587255206937897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7722", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492199442227005, 38.587352598564699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7724", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492121153512002, 38.587331241776198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476303988704004, 38.571967946585602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475852653364001, 38.571848261056303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475777932664002, 38.571943227752399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475774315750002, 38.571827002798003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475706345103006, 38.571924139647997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475693174827995, 38.571804629991703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475634756432001, 38.571905051493999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485037741510993, 38.574413777711001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485025275720005, 38.574294445299699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484966986418996, 38.574394899959501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484896231357993, 38.574376023065597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484892609455002, 38.574259050701301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484825476341996, 38.574357145227602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484826276948993, 38.574241352897197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475626061064006, 38.5717867350685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475563168947005, 38.571885963301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475558948488001, 38.571768839210698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475491581499995, 38.571866875063698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475491834791001, 38.571750944209803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475419992943998, 38.571847786776999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475424721129002, 38.571733049169801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475348405573996, 38.571828698451199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475357607499006, 38.571715154091002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475276817093999, 38.571809610075903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475205229801006, 38.571790521661399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475223380347998, 38.571679362915603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484754721355998, 38.574338268247203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484759944469999, 38.574223655955997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484683966413996, 38.5743193903227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48469361203, 38.5742059580759 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484613211503003, 38.5743005132558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484627279622998, 38.574188260157698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484542457782993, 38.574281635250003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484560947248994, 38.574170562201601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484471702947005, 38.574262758096602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484489011928005, 38.574149896926897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484400948154999, 38.574243879999102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484411453563993, 38.574129205662501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484330193393006, 38.574225002759199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475133642545998, 38.571771433202798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475156266819994, 38.571661467719998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475062054180995, 38.571752344694602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474990467002996, 38.571733256147397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474999602867996, 38.571617848457201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7487", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474918878715002, 38.571714167550702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492065837368997, 38.587206070022702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491977378992999, 38.587178619003097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491917021158997, 38.587159434432003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491766164379996, 38.587128577901197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491716648622003, 38.587117969602097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484313325467994, 38.5741010641892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484259438676006, 38.574206124575198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7497", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474399989068004, 38.571586356408297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7499", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474329332406001, 38.571567491494697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474283064065006, 38.571417316155603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7501", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474258676928997, 38.571548626543098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474205593294002, 38.571397371574101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7503", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474188020341003, 38.571529761543097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474130925867001, 38.571378543275301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7505", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474099133850999, 38.571506032617499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474059069907, 38.5713597286028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474028478495001, 38.571487167525397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7674", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494016920665999, 38.587663508691101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7675", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494088051023994, 38.587747049711197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7676", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493916689789003, 38.587660522901103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7677", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494014582090998, 38.5877532124222 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7678", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493839461825004, 38.587655684442197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7679", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493928172444001, 38.587756318541601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7680", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493753120148995, 38.587645833136797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7681", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493848175766004, 38.587755046347397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7683", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493785318812002, 38.5877488661773 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7684", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493612687134004, 38.587614183158401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493528942040996, 38.5875928367944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483633356271994, 38.573923005059697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483567199720994, 38.573905341550201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483501042048005, 38.5738876788986 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7281", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483429528570994, 38.573984599930803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483434884415004, 38.573870015308501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483358959968001, 38.573965758961499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483288392551003, 38.573946917954302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483217824023001, 38.573928076899001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483221457971993, 38.573811071995699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483147256679999, 38.573909235805701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473984410694001, 38.571339796646797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7509", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473959827361, 38.571471497972802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473912554818995, 38.571320980982499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473889182674995, 38.571451040056701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473839293259005, 38.571302159784999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473794208753006, 38.571427284130003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473764634168006, 38.571282227687199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473699246644003, 38.571401935391698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473628579752997, 38.571384661888303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473624433571004, 38.571242662463298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473557923493999, 38.571365796503699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483140324280001, 38.573790399050402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483076689368005, 38.573890395570402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483061076427006, 38.5737682615026 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483006120952993, 38.573871554386002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482985588367995, 38.573744670428198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482935553722001, 38.573852713163703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482904477307002, 38.573721053286299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482864985380004, 38.5738338718932 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7303", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482490076692997, 38.573733857260599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473177621632999, 38.571134801402998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473098498642003, 38.571112572890698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7529", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473041778395995, 38.5712130738019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473029194678006, 38.571093698922397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7531", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472970843013002, 38.571194132913199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472962692867995, 38.571075942171099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7533", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472899908808998, 38.571175192887097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472896192237997, 38.571058185386804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491668434546995, 38.5870976913696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491606635356007, 38.587081223717703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491541158743004, 38.5870618371954 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491447311358002, 38.587045228715702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491383059493998, 38.587026814144998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491326205080995, 38.587008432938802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491270568461005, 38.586991992180799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7079", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502618897627997, 38.579195409704496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7081", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502548691531999, 38.579176783837198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7083", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502478484330993, 38.579158157021602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7304", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482443287992993, 38.573605394566798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7305", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482398309548003, 38.573709400236602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7306", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482351521029997, 38.573580937505703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7307", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482306542466006, 38.573684943139803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7308", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482259754129004, 38.573556480371799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7309", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482214775447005, 38.573660485970301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7310", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482167987292001, 38.5735320231651 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7311", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482123008491001, 38.573636028727996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7315", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481939474761006, 38.573587114926099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7535", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472828973494998, 38.571156252812401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7536", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472829690493, 38.571040428559101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472758039371996, 38.571137311798502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7538", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472763189928997, 38.571022671698401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7539", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472687104133001, 38.5711183716367 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472696688251006, 38.571004914794301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7541", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472616170086994, 38.571099430535902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4726301866, 38.5709871587528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7543", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472545234923004, 38.571080490287301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472563686135004, 38.570969401777397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7545", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472474300951006, 38.571061549099497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472497184556005, 38.570951644758601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7686", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493727337978996, 38.587739754156097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7688", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493683852984006, 38.587733237014199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7689", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493638754211005, 38.587726711897503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7690", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493592068609004, 38.587716383446001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7692", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493535709438007, 38.587706015364702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7693", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493479360444994, 38.587694377937602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493146393299995, 38.587489643497698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7085", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502408278307996, 38.579139531069103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7087", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502338072322004, 38.579120905074099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7089", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502267865231005, 38.579102278130598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7091", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502197659318, 38.5790836520505 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7093", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502127453442, 38.579065025927697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7095", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502057246461007, 38.579046398856498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7097", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501987040657994, 38.579027772648601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7099", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501916834897997, 38.579009145497103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7322", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481693271791002, 38.573405565848702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7324", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481640556846003, 38.573391531671497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7326", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481587840781003, 38.573377496564298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472403365863002, 38.571042608763896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472332431967004, 38.5710236674892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472261496954005, 38.571004727066601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7656", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494700262042002, 38.587421513092004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7658", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494632582329004, 38.587461481462803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7660", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494565384815999, 38.587512437427797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7661", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494608560179003, 38.587594882222199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7101", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501846628020999, 38.578990519199102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7113", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501222002236005, 38.578839533300602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7336", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481111708596998, 38.5732520269015 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481054936096001, 38.573351409840797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7338", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481041885026002, 38.573231914885298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480983438660999, 38.573332325416899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7340", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480974855791999, 38.573214023454597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480911941265006, 38.573313240948899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7342", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480907826597999, 38.573196131084202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480840443906999, 38.573294156436603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7344", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480840798578996, 38.573178239580997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480768946588, 38.573275071880197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7346", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480773769446003, 38.573160348033703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7348", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480706740353, 38.5731424555469 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS7350", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480639711286997, 38.5731245639221 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10027", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506363298940002, 38.581144953707202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506373549594997, 38.581119356120197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506383796703005, 38.581094270225897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10242", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489151582630996, 38.582878847918998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10244", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489069737983002, 38.582857049928201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475639680384006, 38.5803786172809 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475532690635006, 38.580466093572703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475173684048997, 38.580254371079697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475106910727007, 38.580236563022197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466409691525001, 38.5779154400092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466239393348999, 38.577986023200602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466275457191003, 38.577879639363502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10048", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507613865649006, 38.578658575625198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10050", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507626719426, 38.5786203629482 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10051", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507657887573998, 38.578586840743597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10248", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488950090524, 38.582702542407603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10250", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488874887817005, 38.582804124361097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10251", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488873361054999, 38.582682106488697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10252", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488793043333004, 38.582782327075499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10254", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488711197757993, 38.5827605288261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10255", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488719902243005, 38.5826412353994 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10256", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488629353381, 38.582738730523999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10257", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488643172905995, 38.582620799328097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10259", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488566443614005, 38.582600363205898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10260", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488465663629, 38.582695133740899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474906594402995, 38.580183138634197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474839822362, 38.580165330427903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47477305036, 38.5801475212821 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474706278385995, 38.580129712998797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474639506445001, 38.580111904676798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474572734537006, 38.580094096316401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474505962661993, 38.5800762879174 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10053", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507665253897997, 38.578561320867799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10054", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507678374777001, 38.5785347867307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10056", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507691130994004, 38.578510702378402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10057", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507707881255001, 38.578479944957699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10059", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507722466209003, 38.578451628763503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10060", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507739226191006, 38.578419458775301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10062", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507746572973005, 38.578396764020098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10063", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507756103394001, 38.578368802003297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10263", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488412985153005, 38.582559491709702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10264", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488286383791007, 38.582648404772399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488204539671997, 38.582626606169903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10267", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488259526869001, 38.582518620010099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10268", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488122694455996, 38.582604807504403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10269", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488182797796, 38.582498183633597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10271", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488106068760999, 38.582477748107102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10272", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487974597855001, 38.582564343815001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10273", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488029339774997, 38.582457311628801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10274", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487974597855001, 38.582564343815001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474439190821002, 38.580058479480002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474372417864998, 38.580040670998798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474305646090997, 38.580022862484299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473636378867994, 38.579844257358999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473569345277994, 38.579826361642503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10065", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507770679700002, 38.578341899271599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10066", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507785599997007, 38.578315372773297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10068", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507798365884, 38.578289875846203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10069", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507807915769007, 38.578259087798301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10071", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507818901641002, 38.578230757191598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10072", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507835670131996, 38.578197173720497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10074", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507837676866004, 38.578165978829503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10075", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507845445567, 38.578132357997497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10282", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487501755433001, 38.582436263085697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10283", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487489195867994, 38.582316913449603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10284", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487430898897003, 38.582417368413999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10285", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487422768122002, 38.582299199633297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10286", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487360042399004, 38.582398473699001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10287", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487356339262007, 38.582281485773699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10288", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289185931999, 38.582379579841501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10289", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289911583005, 38.582263771881202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473501945093005, 38.579924382706402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473502311722001, 38.579808465887098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4734352782, 38.579790570093003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473358941127998, 38.579886204489299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473368245865004, 38.579772673364403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473287439203006, 38.579867115314499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473301212409993, 38.579754777492603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473215937316994, 38.579848026095597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473234178989003, 38.579736881582001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473144434321, 38.579828936827198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473072932511002, 38.579809847519897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473100113401003, 38.579701088748699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483578505484004, 38.581390572216698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483507743852002, 38.581371694476601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483366220706003, 38.581333937965702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483295459193002, 38.581315059194999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47303308008, 38.579683192721703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472929929005005, 38.579771668772899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472966046793005, 38.579665296655797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472858427310001, 38.579752579333103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472496548877004, 38.579539966941702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472447031157998, 38.579642761651598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472429428770994, 38.579522052150303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472375435746997, 38.579623653467301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472362309838999, 38.579504138226099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472303841528003, 38.579604544343098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505442305551995, 38.583320715095098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505458472035002, 38.583291192429797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482765554758004, 38.581057678795403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482658608373001, 38.5811451528213 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482301146493995, 38.580933879263597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482234808176003, 38.5809162142098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482168469890993, 38.580898549117798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482110249010006, 38.580999030603202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482102131632004, 38.580880884888799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482039487893005, 38.580980188000296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482035792264, 38.580863219715802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472295189793002, 38.5794862242577 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472232246193002, 38.579585436070197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9706", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472228069788002, 38.5794683093496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472160652043996, 38.5795663277583 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472160949810004, 38.579450395303397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472089057941005, 38.579547218501197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472093829865997, 38.579432481218298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472017462720999, 38.579528110095502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472026709955003, 38.579414567094197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471945868687001, 38.579509001650699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471959590085007, 38.579396652030397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471874273550995, 38.579489892255602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471892470241002, 38.579378737828598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471802679594006, 38.5794707837223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505468566651999, 38.583260215006597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505593773159006, 38.583371746400402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9900", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505603867728993, 38.583340768965499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9901", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505484731962, 38.583230692332798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505494827706997, 38.583199714912098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9903", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505618391907007, 38.583315027531498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505628487604994, 38.583284050099302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9905", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505510992986999, 38.583170193135402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505521087564006, 38.583139215707497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9907", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505643011762004, 38.583258308662202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505653106295, 38.583227331222801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9909", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505537253973003, 38.583109693031197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10108", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494973639243995, 38.584426862816798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10110", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494902685913004, 38.584407954295799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10319", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486025315261003, 38.5819267059033 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10320", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485958095079994, 38.582024789900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10321", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485958538689005, 38.581908921226699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10322", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485886866892997, 38.5820058187565 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10323", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485891762150999, 38.5818911365117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10324", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485815638738003, 38.581986848469498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10325", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485824985644996, 38.581873351758098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10327", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485758209172999, 38.581855566965999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10328", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485673181392002, 38.5819489077589 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10330", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485601953349999, 38.581929937340298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10332", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485530725345996, 38.581910966877999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471825351579994, 38.579360823592999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471731085675998, 38.579451675144803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47175823181, 38.5793429084124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471691112068001, 38.579324994093803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471623992359994, 38.579307079736203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471105457983995, 38.5792847418004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9910", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505547348530996, 38.583078715600998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9913", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505563513767001, 38.583049192915901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9914", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505573609452, 38.583018215488302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9917", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505589774658006, 38.5829886937005 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9918", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505599869175995, 38.582957716265703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505729404167994, 38.583056730935901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9920", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505616034363001, 38.582928193573302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505629434159999, 38.582898074389199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9922", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505747008786003, 38.5830003469584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10119", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494416986133004, 38.584280153935602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10121", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494329718312002, 38.584259196351802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10123", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494251152702006, 38.584234870426499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10125", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494182652646998, 38.584218535228899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10126", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494124083464001, 38.584078667436103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10127", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494099740652999, 38.584195325341199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10128", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494058524024993, 38.584061218892302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494028364488997, 38.584176707226 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481968726814003, 38.580961345354098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481969454077998, 38.5808455545098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481897965772006, 38.580942502664698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481903115917007, 38.580827890166702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481827204767001, 38.580923659931997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481836777796005, 38.5808102248848 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481756444946996, 38.580904817161198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481770439708001, 38.580792559564799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481685684016995, 38.580885974342003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481704101646002, 38.580774895107702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481614923123999, 38.580867131479501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481637762475998, 38.580757229706499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481544162269003, 38.580848288573797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481571424487001, 38.580739564272498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471034142643006, 38.579265725053403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471021205634003, 38.579146275376601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470954348438994, 38.5791284474139 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470891513216998, 38.579227692333703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470887491276997, 38.579110619412702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470820197991003, 38.579208675454801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470820633002006, 38.5790927913676 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470748882801999, 38.579189658532101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470753775906999, 38.579074963289102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470677568799005, 38.579170641570698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470686917704001, 38.579057134266002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470606253680003, 38.579151625460902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470620060675998, 38.579039306110303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505645599321994, 38.582868551692599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9924", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505655693798005, 38.5828375742528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9927", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505664037279999, 38.582808019057403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9928", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505674175242007, 38.582777885940899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505795456252002, 38.582887051724299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9930", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505811744227998, 38.582857683582297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9931", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505682505782005, 38.582749864914298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9932", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505692857111001, 38.582724548895698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9933", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505821313151003, 38.582830655213598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9934", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505836362625004, 38.582800964666497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10130", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493992965767006, 38.584043770316399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493938236838005, 38.584151196330701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10132", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493927407539999, 38.584026321703398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493868306902002, 38.584132584437803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10134", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493861848197994, 38.584008873048298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493798378150004, 38.584113972507701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10136", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493796290036002, 38.583991424361002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493728448287001, 38.584095360530299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10138", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493730730758003, 38.583973975631601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493658519608005, 38.584076748515699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10140", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493665172660002, 38.583956526870097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480783467468001, 38.580645630831803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480775390220003, 38.580527482490901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480712707183002, 38.580626769400503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480709052782004, 38.580509799446197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480641946936004, 38.580607907925902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480642715377002, 38.580492116363402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480571186725996, 38.5805890464081 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480576377998005, 38.580474434143497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480500426552993, 38.580570184846998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480510040658999, 38.580456750984702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480429666418004, 38.580551323242702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480443703347007, 38.580439068688797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480358906326998, 38.580532460694201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480377366073, 38.580421385454002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470534938605994, 38.579132608406297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470463623569003, 38.579113591307802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470470739651006, 38.5790022161408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470392309719003, 38.579094574170597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470391747296006, 38.578982970188299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470317958413005, 38.578963747989199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470249679828996, 38.579056540654797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470235505776003, 38.578943123940498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470178366092995, 38.5790375233858 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9935", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505706209208, 38.582699812351002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9936", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505713987876007, 38.582672423196499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9937", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505845932670994, 38.582773937201402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505860982130002, 38.582744245750199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9939", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505720184435006, 38.582648255196503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505728676459995, 38.5826280645406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9941", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505875506086994, 38.582718505184602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9942", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505890231416998, 38.582693185293898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9943", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505735887173998, 38.582605947704302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9944", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505750611425995, 38.582587081843499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9945", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505900563891998, 38.582666768282103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9946", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505914361132994, 38.582638731830698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493588589818003, 38.584058136453798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10148", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493162264296004, 38.583828523440502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10150", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493094698527003, 38.583810499802901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10151", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493036156217002, 38.583910888015097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10152", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493027132799, 38.583792475225003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10153", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492964085940002, 38.583891662601303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10154", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492959567105004, 38.583774450607599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10334", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485459496231996, 38.581891996366799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10336", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485388268302998, 38.581873025816797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10338", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485317040412994, 38.581854055222998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10343", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484990044712006, 38.581641082220997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10344", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484908262694006, 38.581745128738 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10345", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484923531115996, 38.581623349466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10346", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484837313552006, 38.581726214042703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469818310669993, 38.578825473070196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469768830815994, 38.578928278536402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469751628262998, 38.5788076794448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.46969770298, 38.578909298758298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469618264697999, 38.578772092083902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469555447421001, 38.5788713390711 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469551582391006, 38.578754298343199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469484319697997, 38.5788523591619 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469413192019999, 38.578833378308197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469418217878001, 38.5787187107466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469342064372995, 38.5788143983116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9947", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505759406140001, 38.582567265448297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9948", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505763685074996, 38.582551009033899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505921395765995, 38.582614355686196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9950", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505931348738997, 38.582593180265 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505774844322005, 38.582530501834597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9952", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505777465875994, 38.582514416721999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492892016856004, 38.5838724362468 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492892001439003, 38.583756426851799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492819946656994, 38.5838532107433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492824436961001, 38.583738402160598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492747876503003, 38.583833984294102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10160", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492756871370005, 38.583720377424903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492675806387993, 38.583814757799999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10162", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492689305805996, 38.583702353550699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492603736305995, 38.583795532161901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492621740282999, 38.583684328736197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492531667416003, 38.5837763055831 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492554174793995, 38.583666303882197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481473401450998, 38.5808294456249 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481402640669998, 38.580810602632603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481438748599999, 38.580704234191202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481331879926998, 38.580791759597197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480974402737004, 38.5805805304961 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480924986995007, 38.580683354460298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480908065199998, 38.580562847565403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480854226635998, 38.580664493115599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480841727696998, 38.5805451645967 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469351535670995, 38.578700916890703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469270936764005, 38.578795418271298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469284853497001, 38.578683122996402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469199809192006, 38.578776438187397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9780", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469218171356999, 38.578665329063597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469128681659001, 38.578757458059599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469084808317007, 38.578629741988998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468986426705996, 38.578719497673099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469018126277007, 38.578611947940999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9964", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505919684315003, 38.582250000939702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9967", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505925822551006, 38.582229266894402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9968", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505935916815005, 38.582198289429797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9969", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506103585572006, 38.582220888477899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9970", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506113679758002, 38.582189910997798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9971", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505947889142007, 38.582180017202603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9972", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505957983396002, 38.582149038835098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9973", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506121563351996, 38.582162089834299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492459597410999, 38.583757079855303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492486609333, 38.583648279889701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492387527451001, 38.583737853181702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492315457524001, 38.5837186273641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492243387642006, 38.5836994006008 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10180", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491811966068994, 38.5834684377201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10290", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487218329507996, 38.582360685039703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10291", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487223483937001, 38.582246057950499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10292", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487147473123002, 38.582341790194498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10293", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487157056317002, 38.582228344882502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10294", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487076616774999, 38.582322895306099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10295", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487090627588998, 38.582210630870499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10296", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487005759316006, 38.582304000369099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10297", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487024200042001, 38.582192916825498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10298", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486934903042993, 38.582285105393801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10299", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486957772527006, 38.582175202742299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10300", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486864046807995, 38.582266210375202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10301", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486891345046004, 38.5821574886211 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10302", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486793190602995, 38.582247316214001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10303", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486824916442998, 38.582139775357398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468363670505994, 38.578553195052599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468292450868006, 38.5785341590313 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468251210662999, 38.5784103078703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468174042136994, 38.578391051658798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468150011714002, 38.578496085956402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468091688285995, 38.578369047256402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506131657522005, 38.582131112352599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9975", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505968507136998, 38.582126973959802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9976", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505973949514001, 38.5821087702613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9977", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506145379795001, 38.582107410664499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9978", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506155473953001, 38.582076432279798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9979", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505984667551004, 38.582085496310597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505990131182003, 38.582064222449702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9981", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506161998194003, 38.582056793556099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506172092330999, 38.582025816070797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9983", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506006696121005, 38.582044044598703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9984", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506013467071995, 38.582022264605897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10181", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491788344062996, 38.583579275826402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10182", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491744661932003, 38.583450517142097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10183", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491716553718007, 38.583560160771199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10184", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491677358982002, 38.583432595629198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10185", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491614458279003, 38.583531830667297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10186", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491610056059002, 38.583414674978002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10187", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491542668036004, 38.583512714603401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10188", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491542752021999, 38.583396754282603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10189", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491470877824, 38.583493599395801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10190", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491475449174004, 38.583378832652301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10191", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491399086509006, 38.583474483237801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491408146352995, 38.583360911883702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10347", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484857016405996, 38.581605616667701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10348", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484766365593998, 38.581707299309102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10349", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484804655611995, 38.581592157608398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484695416525994, 38.581688384526899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10353", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484624468649997, 38.581669468805401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484553519657993, 38.581650553936299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484573627960003, 38.581531884529902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10357", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484482570702994, 38.581631639023499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484507113421998, 38.581514151530499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10359", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484411622934005, 38.5816127240725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468078791042004, 38.578477049798302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468024919900003, 38.578351200886097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468007571556996, 38.578458013601697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467958151546995, 38.578333354477301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467936352109007, 38.578438977361301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467891383234004, 38.578315507129098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467865131552003, 38.5784199410718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467824614947006, 38.578297660643301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467793912180994, 38.578400904743802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467757846694994, 38.578279814119 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467722692847005, 38.578381868371899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467691078474999, 38.578261967556102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467651473551996, 38.578362831956298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9987", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506019651333006, 38.581994877637399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9988", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506038004660994, 38.581966045300497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506052751653996, 38.581940384042703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9991", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506061143907004, 38.581919824470901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9993", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506079309740002, 38.581884913885297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506085450027001, 38.581860060044498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506093956898994, 38.581837530700398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506095494963006, 38.581818286922697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491327296381002, 38.583455367040301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491340842423995, 38.583342990170003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10195", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491255506285, 38.583436251698998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10196", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491273539670999, 38.583325069323202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10197", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491183716234005, 38.583417135412503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10198", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491206236951001, 38.5833071484372 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10199", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491111926220995, 38.5833980190814 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491138933124006, 38.583289226606198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10201", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491040136240002, 38.5833789036067 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10202", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491071630472007, 38.583271305642 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10203", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490968346304001, 38.583359787186602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483229924940005, 38.581181569079199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483153937412993, 38.581277303330602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483163585262005, 38.5811638703195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483083176012002, 38.581258424430096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483097246764999, 38.581146171526903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483012414642005, 38.581239546387202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483030908293998, 38.581128473597097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482941653316004, 38.581220667400103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482964569862006, 38.581110774728501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482870892020998, 38.5812017892707 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482898231462997, 38.581093075821798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482800130770002, 38.581182910197199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482831893091003, 38.581075377778099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482729369549006, 38.581164031981302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467580253145996, 38.578343795491499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467557540989006, 38.5782262743096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467509033933993, 38.578324758087298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467026903426998, 38.578196053415397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467013747682003, 38.578076542790399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466946630194997, 38.578058642837298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466883719327996, 38.578157866337797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506112799128999, 38.581785319491601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506122843643993, 38.5817615066222 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506128346460997, 38.581738210411203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10003", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506133155745005, 38.581717444560198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506141873084005, 38.5817008160763 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506147984991998, 38.581680055781199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506160007839995, 38.581656786479499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10009", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506166785785993, 38.581633983991203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10204", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491004327854, 38.583253384638603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10205", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490896556400003, 38.5833406716228 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10211", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490487239011003, 38.5832316607396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10213", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490416660280999, 38.583212861016499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10215", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490346081588001, 38.583194061250303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490338115344997, 38.583075951079401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10217", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490275501791004, 38.583175260535199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10304", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486722334443002, 38.582228421108702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10305", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486758489028006, 38.5821220611599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10306", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486651478319999, 38.582209525960003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10317", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486092091865999, 38.581944490541296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10318", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486029324460006, 38.582043760105002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466879512749003, 38.578040741944299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466812127910003, 38.578138772735301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466812395329001, 38.578022841913302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466740535382996, 38.578119679083201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466745277943005, 38.578004941843403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466668944041999, 38.5781005853921 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466678160591002, 38.577987041734602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466597351591005, 38.578081491651403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466611043271996, 38.577969141586799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466525760327002, 38.578062397871697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466543925994003, 38.577951240499303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466476808742996, 38.577933340273702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10011", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506181423241003, 38.581609705125103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506190152168998, 38.581587419963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506195382133001, 38.581570872095597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506202780085999, 38.581552674925803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506211333237005, 38.581526931374803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506223994725005, 38.581501592730397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506235839183006, 38.581471256935302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490271947251998, 38.5830583256325 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10219", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490204923172001, 38.583156460683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490205779185999, 38.583040701048603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490139612307004, 38.583023075531102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490073444306006, 38.583005450871603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490007276344997, 38.5829878252733 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489941109556995, 38.582970200543201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489874941661, 38.582952574869402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489808773790998, 38.582934950058601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10360", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484421552243006, 38.581490885049703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10361", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484340674053996, 38.581593809072899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10362", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484355037781, 38.581473151963003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484269726359997, 38.581574894034901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10364", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484288524498993, 38.581455418843099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484198777562, 38.581555978047398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10366", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484222010102997, 38.581437685679902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484127829943006, 38.581537062922401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10368", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484155496881002, 38.581419953384497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10370", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484088982550006, 38.581402220144902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10371", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483985933670994, 38.581499232536899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8721", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482069815062999, 38.583425101412601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9404", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484967797907998, 38.582855762476797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9405", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484833752506006, 38.5829555701524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484482762818999, 38.582737543047102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484473123757994, 38.582866695944801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484416247178999, 38.582719809996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484349731571996, 38.5827020769066 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484331224656998, 38.582828865983501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484283217146, 38.582684343784102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484260275737, 38.582809950940103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493744062434999, 38.585207335760302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493672865429005, 38.585304346453199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9196", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493678677657996, 38.585189887769602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493603121514994, 38.585285735218697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9198", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493613292912997, 38.585172439742102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493533377638002, 38.585267123942302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4935479082, 38.585154991677598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493463633795997, 38.5852485126237 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9202", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493482523519006, 38.585137543576202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493393889990998, 38.585229901263197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9204", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493417138869006, 38.585120095437901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9206", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493351754252004, 38.585102647262602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493254402491004, 38.585192678416 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484216701605007, 38.582666610618297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484189325707007, 38.582791035848203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484150187238001, 38.5826488783202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484118375720996, 38.582772119811899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484083671763003, 38.582631145077997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484047426914003, 38.582753204638003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484017157468998, 38.582613411802598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483976476997, 38.582734289415697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483950642061004, 38.582595678483997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483905528264998, 38.582715374154901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483884127832994, 38.582577945132201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483834578423, 38.582696458845497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48381761249, 38.582560211736997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483763629772, 38.582677542596898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS8759", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480526423848005, 38.583018940736601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9208", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493286369667004, 38.585085199050397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493184658795002, 38.585174066929397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9216", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492720273158, 38.5849323623438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9218", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492652532126996, 38.584914319666801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9444", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483103550177006, 38.5824857992164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9446", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483032787583994, 38.582466921186402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9222", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492517050160998, 38.584878235094799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9232", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492162265561007, 38.584780434910499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9448", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482962025034993, 38.582448042212299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9450", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482891263664996, 38.582429164100901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482819790708007, 38.582295995879001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9452", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482820501190005, 38.582410285040197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9454", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482749738753995, 38.582391405936299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482687111811003, 38.5822605978626 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482620772404999, 38.582242899698201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9459", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482527566125995, 38.582339998933001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482554433038999, 38.582225200594898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9234", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492084133052998, 38.584759622009102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9242", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491794761682996, 38.584682073303199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480449875779001, 38.581785574525902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480379114589994, 38.581766693973002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480308353436996, 38.581747813376701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302168074999, 38.581622607758398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491380869105001, 38.584694150346301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9251", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491309170848993, 38.584675016528998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9253", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491237472631994, 38.584655882667299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491201324111998, 38.584529475791001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9255", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491165775601004, 38.5846367487663 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491134107624006, 38.5845115381303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9257", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491094077461, 38.584617614815897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491066891176004, 38.5844935995298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9259", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491022379358995, 38.584598480821001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490999673608997, 38.584475661786101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9261", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490950681295999, 38.584579346781702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476453774337003, 38.580711590420997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9608", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476382918813002, 38.580692714196203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9610", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476312063319995, 38.580673838828901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476303891456993, 38.580555672597697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476241197581999, 38.580654957065398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9613", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476237481769999, 38.580537970442997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476171058369999, 38.580520264584401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476099496122998, 38.580617184534702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490923799784994, 38.584454960730604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9263", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490871196472, 38.5845576820725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490847926, 38.584434260526201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9265", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490799498490006, 38.584538547939601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490770316888998, 38.584413551738599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490684051537997, 38.58439008141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490636470499993, 38.584494742748298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9271", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490564772644007, 38.5844756084701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490528534394002, 38.584349570350298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9273", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493074827, 38.584456474147402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490461318244996, 38.584331632298998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9275", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490421377049003, 38.584437339780301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478978797604, 38.581263477431897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478999410585004, 38.581401146206701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478882433524007, 38.581237742024797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478912317813993, 38.581378369652299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478786069519998, 38.581212005636601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478808519827993, 38.581352630454496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478734392394003, 38.581335748144198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478641735002, 38.581311486877503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489941414900002, 38.584309341360303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489870741396999, 38.584290503954598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489800069080005, 38.584271666510801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489729395652006, 38.584252829018801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478382004213003, 38.581110119575499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478332600491001, 38.581096956489397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478323476010999, 38.581226131066501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478283196787999, 38.581083793382199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478233791956001, 38.581070630248803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478184388282003, 38.581057468000303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9573", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477809212121997, 38.5809588002152 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489658722260998, 38.5842339914837 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489588050048994, 38.584215154811297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9294", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489573171841002, 38.5840948141242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489517376731996, 38.5841963171899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489446703454007, 38.584177479525401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9298", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489394481247999, 38.584045668780099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489376031359996, 38.584158641822697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489305358156003, 38.584139804071803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476104636151007, 38.580502558692899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476028644302005, 38.580598298199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476038213964003, 38.580484852763298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475957793660001, 38.580579412726202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475971791811006, 38.580467146795598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9622", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475886943061994, 38.580560526309 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475905368536004, 38.580449441685403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475816092502001, 38.580541639848498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475838946447993, 38.580431735641397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475674391493001, 38.580503866797301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475706102372001, 38.580396323439203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9630", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475603541045004, 38.580484980206698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9105", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466070531778001, 38.579042085262699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9107", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466003414894999, 38.579024167651802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9111", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465869178942, 38.578988331401902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9113", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465777005920998, 38.578965044918903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9305", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489164013006999, 38.5841021284457 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9307", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489093339907996, 38.5840832914663 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9309", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489013237105993, 38.584064411925297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9313", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488660071577996, 38.583988228732302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9315", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488579156187001, 38.583966654323 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9318", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488447098763999, 38.583795760918001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488410217676005, 38.583923473927499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9461", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482456803830004, 38.582321120550901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482488093705996, 38.582207501453702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9463", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482391817754007, 38.5823034021791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9465", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482321055529994, 38.582284523714002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482349655446995, 38.582168671914097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9467", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482250294498002, 38.582265644309899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482283316210996, 38.582150973556402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482216977014005, 38.582133274259697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9471", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482144445133997, 38.582237876426902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9473", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482062331365, 38.582217810096097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488330829885001, 38.5837640049456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488308029890007, 38.583894364824701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488254972538002, 38.583743778781198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488179115234004, 38.583723552567101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488101257807003, 38.583839857355599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488103257972995, 38.5837033263034 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488008561531004, 38.583808930501597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488027400755001, 38.583683099989898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487915799720994, 38.583787303239497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487951543579996, 38.5836628736267 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487823090236006, 38.583758236529498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487720929646997, 38.583725406323502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477817659989995, 38.581081941426497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477742525853998, 38.580940994076698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477746527996999, 38.5810629485769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477675839618996, 38.5809231878996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477609153417006, 38.580905381684303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477612733821005, 38.581027219873398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477541601943997, 38.581008225997003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477475781113995, 38.580869769138197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477470470097998, 38.580989232977799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477409095018004, 38.580851961906603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477399338297005, 38.580970239014 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477342408949994, 38.580834155537602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48779982936, 38.583622420751198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487723972314001, 38.5836021942389 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487544909950998, 38.583678473525801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487648115311003, 38.583581967676899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487516380857002, 38.583543694725101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487095960489, 38.583550736562003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480237592316001, 38.581728933637997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480235829861002, 38.581604907326401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480166831239003, 38.581710052955202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480169491679007, 38.581587206856398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480096070192999, 38.581691173130103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480103152376998, 38.581569507244097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480025309191006, 38.5816722923608 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480036814260998, 38.581551806698101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479970476179005, 38.581534106113999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479883787291996, 38.581634531593402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479904138129001, 38.581516405492003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479813026394993, 38.5816156515952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479837800105997, 38.581498705732699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9348", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487078972679001, 38.583430205107597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487025102952998, 38.583531841642497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9350", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487012543993004, 38.583412491957198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486954245456005, 38.583512946679498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9352", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486946114198005, 38.583394777862701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9354", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486879685584, 38.583377063735199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486812530565999, 38.583475157524298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9356", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486813257001998, 38.583359349569498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9357", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486741672033006, 38.583456262426203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9358", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486746828454002, 38.583341635365699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9359", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486670814684999, 38.583437367289697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9360", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486680398790995, 38.583323921118698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9361", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486599957375006, 38.583418472109898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481826463795997, 38.582029107732303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481760211795006, 38.5820114436981 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481693959834004, 38.581993778725199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9483", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481630318792995, 38.582101544686601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481627707905005, 38.581976113714298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9485", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481559650820003, 38.582082702212197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481561456003007, 38.5819584495664 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9487", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481488981737002, 38.582063859689498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9362", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486613970302997, 38.583306207739597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486529100102999, 38.583399576886698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9364", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486547541853, 38.583288493421399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486458242867997, 38.583380681620099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9366", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486481112288999, 38.583270779060101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486387384522004, 38.583361786305097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9368", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486414683906006, 38.583253064665698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9369", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486316527362007, 38.583342890951798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9372", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486248623866999, 38.583200748867903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477328206525996, 38.5809512459074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477275722914996, 38.580816349130103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477209036912996, 38.5807985426842 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477185943105994, 38.5809132586622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477041527519006, 38.5807557133462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477043679836996, 38.5808752712421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476974841632, 38.5807379067654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476908155779, 38.580720100146202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9157", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495248467435005, 38.5857255824764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9159", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495174490005994, 38.585705785273603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495100512613007, 38.585685988924503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495026536414002, 38.5856661916322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9379", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485758519252002, 38.5832024216703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9381", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485687383029997, 38.583183433700299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9382", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485701387069994, 38.583051582096203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9383", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485616246852999, 38.583164444785801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9384", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485634696874996, 38.583033780504302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9385", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485545110706994, 38.583145456728502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9386", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485568006714004, 38.583015978873902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9387", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485473975746999, 38.5831264686325 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9388", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485501316585996, 38.582998177205099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9389", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485402839683005, 38.5831074795869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479742265542995, 38.581596770652901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479771462122997, 38.581481005034597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479705123024004, 38.581463304293301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479600745092, 38.581559009544499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479638785106005, 38.581445603519199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479529984351998, 38.581540128472497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479171525972006, 38.581314948005499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479145774534004, 38.581439279391503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479075161753002, 38.581289212758897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479079070999006, 38.5814238883532 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494952559108995, 38.5856463942876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494878582992996, 38.585626596900802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49480460577, 38.585606799461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9170", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494791511637004, 38.585483983502002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9171", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494730628588002, 38.585587001975298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9173", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494656652594998, 38.585567204446697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9175", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494582675496005, 38.5855474068657 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9390", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485434626490999, 38.582980375497897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9391", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485331703650999, 38.583088491398399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9392", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485367936429995, 38.582962573752297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9393", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485260567663005, 38.583069502265403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9394", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485301247549003, 38.582944771973303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9395", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485189431706999, 38.583050513989399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9396", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485234557553994, 38.582926970150901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9397", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485118295787998, 38.583031525669803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9398", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485167867593006, 38.582909168290001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9400", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485101177665001, 38.582891366390697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9403", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484904888272993, 38.582974558646903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481495204140003, 38.581940784479698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9489", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481418312691005, 38.582045017123598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9490", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481347644829995, 38.582026174519797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481362701654007, 38.5819054550985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9492", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481276975853007, 38.582007332768498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481296449889001, 38.581887789897998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9494", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481206308067001, 38.581988490078402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481230198150996, 38.581870125560499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9496", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481135639170006, 38.581969647340003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481163946452, 38.581852460284203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9498", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481064970310996, 38.581950804558403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481097694786001, 38.58183479497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9500", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480994302637001, 38.581931961738803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494021584391007, 38.585397402891303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493951840294997, 38.585378791866901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493882096236007, 38.5853601808004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9190", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493874832085993, 38.585242231630701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493812352212004, 38.585341569691998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493809447244999, 38.585224783713997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS9193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493742609373001, 38.585322958546598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500178142118003, 38.583260367712903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500178142118003, 38.583260367712903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500178142118003, 38.583260367712903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11662", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500112905661993, 38.583243079849602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11662", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500112905661993, 38.583243079849602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11662", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500112905661993, 38.583243079849602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11664", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500047668091, 38.583225791944599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11666", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499982431698996, 38.5832085040078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11867", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491483601691002, 38.580941156982703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11871", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491338116354001, 38.580902333373601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11873", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491260818765994, 38.5808811091511 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11875", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491178966251994, 38.5808580720742 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11877", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491094817128001, 38.5808368167271 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11879", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491012964717996, 38.580813779532797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479343056258003, 38.578925819433998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479291035364, 38.578911958496398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479292709831, 38.5790407294663 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479239014482999, 38.578898098436198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479233257134993, 38.579024888237498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479186992481999, 38.578884237446601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11274", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478736110585004, 38.5788877874569 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11275", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478758310117996, 38.578764504124798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470472198289002, 38.576557996227102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470461766959005, 38.576671218389301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470393598037006, 38.576537003413598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470383166592001, 38.576650224667802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470314998985003, 38.576516009651101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470304566270997, 38.576629230892998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470209237076006, 38.576609428071698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470172553942007, 38.576481756126697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470135824170995, 38.576589830889503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470108317910999, 38.576464609025599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470062411298997, 38.5765702345617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470023903311997, 38.576438288463599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469988998475003, 38.576550637286402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11678", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499360656497004, 38.583035207139602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11678", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499360656497004, 38.583035207139602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11678", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499360656497004, 38.583035207139602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499279457447997, 38.5830122119715 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499279457447997, 38.5830122119715 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499279457447997, 38.5830122119715 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499199942512007, 38.582993259144303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499199942512007, 38.582993259144303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499199942512007, 38.582993259144303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499120446505998, 38.582971616268701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499120446505998, 38.582971616268701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499120446505998, 38.582971616268701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11881", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490947061130996, 38.580796189859399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11883", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490881157570001, 38.580778601049303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11885", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490815254048002, 38.580761011300801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11887", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490749350551994, 38.580743422415701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11889", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490683447094995, 38.580725832592201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11891", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490617543664001, 38.580708243632003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11276", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478664794748994, 38.578868776316298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478691451347999, 38.578746680630204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11278", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478593477809, 38.578849764225701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478557732759, 38.578711033520001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478477190896001, 38.578690459091703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11284", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478379528359, 38.578792728596298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478398372336002, 38.578668548232798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11286", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478308212719995, 38.5787737163351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478319552678002, 38.578646637315103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11288", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478236895969999, 38.578754704024803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478240744052997, 38.578623381353601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469895431438999, 38.576403993159801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469842171793005, 38.576511443491697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469831194397997, 38.576386845899599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469437386161999, 38.576281756494403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469387897209003, 38.576384559953503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469370356845999, 38.576263875461997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469316398573994, 38.576365486337103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498822991276995, 38.582889168198598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498822991276995, 38.582889168198598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498822991276995, 38.582889168198598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11694", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498757170833002, 38.582871617582299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11694", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498757170833002, 38.582871617582299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11694", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498757170833002, 38.582871617582299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498691350414006, 38.582854067829402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498691350414006, 38.582854067829402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498691350414006, 38.582854067829402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498625531182, 38.582836517143299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498625531182, 38.582836517143299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498625531182, 38.582836517143299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11700", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498559710828999, 38.582818967315603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11700", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498559710828999, 38.582818967315603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11700", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498559710828999, 38.582818967315603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11902", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490058236405005, 38.580676570758399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11904", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489984812714994, 38.580656986160001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11906", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489911390206998, 38.580637402420997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478158499931993, 38.578601454892102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11292", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478094263726007, 38.578716680178402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11294", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478022947089997, 38.5786976677363 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477999148687005, 38.578557624054902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11296", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477951630492996, 38.578678655250201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477920310740004, 38.578538401960202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11298", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477880315074998, 38.578659643626303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469227754914002, 38.576225384930602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469173403715999, 38.576327338982303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469145332279993, 38.576204743109102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469101906337002, 38.576308266139499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469057790739996, 38.576181389472602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469030409004006, 38.576289192351702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468973673700006, 38.576158051477996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468958911708, 38.576270118519801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468899804600994, 38.576138793756797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468887413302994, 38.576251044638397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468832775560003, 38.576120911512199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468815916078, 38.576231971619002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11709", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498059879842998, 38.582687738145403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11710", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498021792280994, 38.582802188621201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11711", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497980122301001, 38.582666007764701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11712", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497951303932993, 38.582783375871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "10:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497902098411004, 38.582641595672399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11908", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489837967745999, 38.580617817734499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11909", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489784508192002, 38.580485163861503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477449757575002, 38.578420353314499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477400319927, 38.578523170290303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477383342798007, 38.578402639173099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477329460766995, 38.5785042702948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477316921213998, 38.578384918656504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477258610838007, 38.5784853684955 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477187760953001, 38.578466465752001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477184078145001, 38.578349477508901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477117656659999, 38.578331756878001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477046062430006, 38.5784286619418 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477051235207995, 38.578314036208901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468765746547007, 38.576103030129701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468744418897003, 38.5762128976545 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468698717566994, 38.576085148708401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468672921755001, 38.576193823645902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468631689768998, 38.576067267253499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468601424642998, 38.576174750493998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468564660862995, 38.576049384853597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468529927576995, 38.5761556763971 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468497631983993, 38.576031503315903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11714", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497880816776998, 38.582764562183499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11716", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497810329657995, 38.582745748452403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11718", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497739842569999, 38.582726935579203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11719", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497703853014997, 38.582588682877898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11720", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497669355526, 38.582708121762302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11721", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497637770894002, 38.582571045803299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11722", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497598868517997, 38.582689307902399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11723", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497571689961006, 38.582553407794997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11725", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497505607912004, 38.582535769743998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485709235410994, 38.579400065014497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485642635727004, 38.579382280929899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485509437605003, 38.579346712650697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485442838020006, 38.579328928451197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485376238468007, 38.5793111442132 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476975212650999, 38.578409759969098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476984813789002, 38.578296315501703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476904362916997, 38.578390857052099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476909839754995, 38.578277211072802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476833513212995, 38.578371954992697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476833161051005, 38.5782567547529 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476762664695002, 38.578353052894997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476751354293995, 38.578234930164797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476691815066005, 38.578334150748802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476620965475007, 38.578315248559299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476586017637004, 38.578192618964401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476550115928006, 38.5782963454255 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476519596447005, 38.578174897990301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468096811989994, 38.575924124894499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468047321360004, 38.576026926880203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468029784500999, 38.5759062421902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467975824589999, 38.576007852441002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467962755889999, 38.575888360342702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467904327859003, 38.575988777957697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467895727314001, 38.575870478456402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467832831159001, 38.575969704331001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467828698770006, 38.575852596531199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467761334504004, 38.575950629759397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467761671415005, 38.575834713671703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467689836738998, 38.575931555138297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467694642938994, 38.575816831668902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467618340160996, 38.575912480478202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497457894608999, 38.582651680954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11727", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497439527037997, 38.582518132561098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497387407713006, 38.582632866966101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11729", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497373445053995, 38.582500494434697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497316920847993, 38.5826140538354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11731", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497307364251995, 38.582482856275497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11732", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497246432878995, 38.582595239755904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11733", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497241282326996, 38.582465218974498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11734", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497175946088007, 38.582576426539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12035", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484527844786001, 38.5792006955377 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12037", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484456899422995, 38.579181780613602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12040", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484385952948998, 38.579162865640797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12041", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484377743934004, 38.579044679149298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12042", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484315007660001, 38.5791439506297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484311232910997, 38.579026946041701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12044", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484244061262004, 38.579125035569902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476120571270997, 38.578065688919203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476071062092998, 38.578168485192201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476053889276002, 38.578047881812203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475999933470007, 38.578149491268597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475987206167005, 38.578030074661697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475928804890998, 38.578130496400298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475920523091006, 38.578012267472701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475857676344006, 38.578111502389199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475853840048998, 38.577994460245201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467627614497005, 38.575798949627298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467546843612993, 38.575893406675 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467549048942999, 38.575777989268303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467475347111005, 38.575874331926599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467474335917004, 38.575757045676703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467403850647997, 38.575855257134101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467395769305995, 38.575736085208298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467260856679999, 38.5758171083123 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467245060452996, 38.575694193676199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467178032245002, 38.575676310473497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11741", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496741676203996, 38.582322166210602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496698629223005, 38.582462538710999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11744", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496627770353001, 38.582443631650499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11746", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496556911520003, 38.582424724546698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11747", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496512891845001, 38.582260228573602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11748", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496486052723995, 38.582405817399597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11749", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496446462033006, 38.582242502818197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11750", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496415192819001, 38.582386910204001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11751", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496380031106, 38.582224777019597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11959", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487744679366998, 38.580059668144003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475786547835, 38.5780925083344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475787157040003, 38.577976652979402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475715419370005, 38.578073513334999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475720474064005, 38.577958845675099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475644290936998, 38.578054519192698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475653791121005, 38.577941038332497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475573162548002, 38.5780355241059 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475575128803001, 38.577921832547197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11354", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475502034190001, 38.578016529876301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475493050740994, 38.577901266192796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475430905869999, 38.577997535602996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475414388508995, 38.5778820602983 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475359777595003, 38.577978540384997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11752", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496344334099007, 38.582368002970099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11753", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496313601360001, 38.582207051188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11755", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496247171641002, 38.582189326219101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11756", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496202616776998, 38.5823301874712 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11757", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496180740813003, 38.582171600306197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11758", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496131758169994, 38.582311280107199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11759", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496114311165996, 38.582153874360102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11761", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496047881552002, 38.582136148376001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11763", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "08:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495981450816998, 38.582118423249597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12045", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484244720774001, 38.579009212890803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12047", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484178208668993, 38.5789914797016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12048", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484102169725006, 38.579087205325102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484118350566007, 38.578975693233701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12051", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484031224587, 38.5790682901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12053", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483960278338998, 38.579049374906504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483893926343995, 38.578913544585298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12056", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483889333275997, 38.579030459634502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475288649351, 38.577959546024303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475251964660004, 38.5778382459754 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475217521150995, 38.5779405507189 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475185281947006, 38.577820438362899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475146392981998, 38.577921556270802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474785593838007, 38.577709220773002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474736080688004, 38.577812016465302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474718474872006, 38.577691308208898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474664486500998, 38.577792909696001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11373", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474651355947998, 38.577673394705101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11771", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495502557430001, 38.581991211960997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11774", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495436912832005, 38.581973695350896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11775", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495358505493996, 38.582101702506499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11776", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495371269413994, 38.581956178708602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11777", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495288485897007, 38.5820830181001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11778", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495305624888005, 38.581938661123203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11779", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495218465194995, 38.582064332745396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12071", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483181627125006, 38.578725632620902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12073", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483115379259004, 38.578707934232298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12074", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483126552626004, 38.578833603395502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483049130271993, 38.578690236701597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12076", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483042197874994, 38.578812870982901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482982881324006, 38.578672538232098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12079", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482916632409001, 38.578654839724699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12080", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482884554394005, 38.578768882440201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12084", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482713862956004, 38.578725866908798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474592893505999, 38.577773801986602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474584237049996, 38.5776554820632 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474521299396002, 38.577754695128696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474517119340007, 38.5776375684868 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474449706477998, 38.5777355873308 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474450000508995, 38.577619655767101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474378112444001, 38.577716480384403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474372624547001, 38.577599007258797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474306519595999, 38.577697373398699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474293546286006, 38.577577005928397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474234925646002, 38.5776782654629 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47420589459, 38.577556310645399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474163332874994, 38.577659158388698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474138775921006, 38.577538396844403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11780", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495239981533999, 38.581921144406401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11781", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495148444524006, 38.582045648249299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11782", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495174337066004, 38.581903627647399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11783", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495078423888998, 38.582026963710803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11785", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495008404439005, 38.582008279134897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11787", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494938383884005, 38.5819895936108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11788", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494945483297997, 38.581843766767797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11789", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494868363359998, 38.581970908945301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11790", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494879838973006, 38.581826249841797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11791", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494798344019998, 38.5819522242424 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11963", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487602971184003, 38.580021843018201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11972", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487109642904997, 38.579765384936103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11973", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487052023887003, 38.579874721048903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11974", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487042868455006, 38.579747549534702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474091739000997, 38.577640050364202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474071657278998, 38.577520483905303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474020146306998, 38.577620943201602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473987450051993, 38.577497114925102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473948552509995, 38.577601835088501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473910074363999, 38.5774764652068 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11792", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494791383261003, 38.581805047771297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11793", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494728323575004, 38.581933538591201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11794", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494700679494002, 38.581778457470399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11795", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494658303159994, 38.581914853798601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11796", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494623642299004, 38.581757304205702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11797", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49458828393, 38.581896168968598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11798", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494557998131995, 38.581739787097199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11799", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494518263594998, 38.581877483190397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483819248912994, 38.578895774787803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12061", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483687840843999, 38.578862879941497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483676496024998, 38.578973712646402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483605551113001, 38.578954797200403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12069", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483247876172001, 38.5787433309766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473376104994003, 38.577333041558802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473322114981997, 38.577434642420499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473308986736996, 38.577315128177503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473241868520006, 38.577297213856397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473178929314997, 38.577396426192799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473162772223006, 38.577277901748602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473107337109994, 38.577377318465501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473087100464994, 38.577258605173299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473035743794995, 38.5773582106888 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473009725295995, 38.577237954853103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472964151672997, 38.5773391019721 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472922084320004, 38.577215914504002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472892559583002, 38.577319994112003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11597", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504099804717001, 38.584296173381198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504019431201996, 38.584276345428897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503941200593005, 38.5842545401268 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11603", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503868087393997, 38.584235781908603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494111214640995, 38.581758619381802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494063675537006, 38.581625144751598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494023289873994, 38.581733965006499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493982509177002, 38.581605285620299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493935366315, 38.581709310569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493903638335993, 38.581583643682599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493845170482999, 38.581682853347402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493836161610005, 38.581565637974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11813", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493764086048998, 38.581660020562197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11814", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493768684924007, 38.5815476313266 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11922", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489222326659998, 38.580337793738799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11924", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489132419276004, 38.580313850306297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11927", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489042510803998, 38.580289906798903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472841293531005, 38.577193905281398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472820967531007, 38.577300886207702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472774176692994, 38.5771759906944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472749374375994, 38.577281777352901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472707058734002, 38.577158076963997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472639940809003, 38.577140163194798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472606190464006, 38.577243561322803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472572822925002, 38.5771222484858 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472534597424001, 38.577224452335201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472505705068002, 38.577104334638697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502035886027997, 38.583756701656903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502035886027997, 38.583756701656903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502035886027997, 38.583756701656903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501951452458002, 38.583734144005597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501951452458002, 38.583734144005597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501951452458002, 38.583734144005597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501867020082997, 38.583711587198501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501867020082997, 38.583711587198501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501867020082997, 38.583711587198501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501782586621005, 38.5836890294241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501782586621005, 38.5836890294241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501782586621005, 38.5836890294241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11816", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493701209419001, 38.581529624644197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11818", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493633732795004, 38.581511618818297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11819", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493539063797002, 38.581596981771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11820", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493566256210997, 38.581493612052199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11821", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493467088558006, 38.581577775093898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11822", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493498780802, 38.581475606152601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11823", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493395114503997, 38.5815585683766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11824", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493431304286005, 38.581457599307903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11978", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486909319662004, 38.579711877715603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486775769847995, 38.579676206638197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11984", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486708995566005, 38.579658371044303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11987", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486553440791994, 38.579741548450997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11989", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486482213968003, 38.579722523615203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486428751239998, 38.579581544760202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472102156811999, 38.5769930532201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472052694116996, 38.577095863326797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472035473212998, 38.576975266304302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471981565164995, 38.577076890346 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471968789648002, 38.57695747935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471910436250994, 38.577057917321497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471902116430996, 38.576939694206096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471839299373997, 38.577038939712303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471835435288, 38.576921899077703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471768172891004, 38.577019958503001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471697047587, 38.5770009781562 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501698154351999, 38.583666472493803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501698154351999, 38.583666472493803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501698154351999, 38.583666472493803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501613788868994, 38.583643892365998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501613788868994, 38.583643892365998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501613788868994, 38.583643892365998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11623", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501529378886005, 38.583621282255301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11623", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501529378886005, 38.583621282255301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11623", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501529378886005, 38.583621282255301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11625", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501444967802996, 38.583598672979001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11625", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501444967802996, 38.583598672979001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11625", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501444967802996, 38.583598672979001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11627", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501356720564004, 38.583572509300801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11627", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501356720564004, 38.583572509300801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11627", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501356720564004, 38.583572509300801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11629", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501259468289007, 38.583549107649603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11629", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501259468289007, 38.583549107649603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11629", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501259468289007, 38.583549107649603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11825", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493323139341996, 38.5815393616097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11826", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493363827804004, 38.581439592423799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11828", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493296351349997, 38.581421586401198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11830", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493228876084004, 38.581403579443403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485243040612005, 38.579275575627499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485176441159993, 38.5792577912746 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485109841740993, 38.579240006883403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471625922326993, 38.576981996864703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471635395486004, 38.576868515279401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471554797104005, 38.5769630155296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471556756385993, 38.576846632994602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471483670766006, 38.576944035046402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471476382885996, 38.576827431016703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471412545619003, 38.576925053623903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471310530337007, 38.576784971158702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471270294286001, 38.576887091543298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471243850633002, 38.576767175694698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471199169252998, 38.576868109989597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11646", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500634802779999, 38.583381381746598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11646", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500634802779999, 38.583381381746598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11646", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500634802779999, 38.583381381746598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11840", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492632312544998, 38.5813638983307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11842", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492560524595007, 38.581344728844897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11844", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492488736690007, 38.581325558413901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11846", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492416948823006, 38.581306387938199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11848", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492345160989004, 38.581287218318899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11850", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492273373198998, 38.5812680477542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488382370330001, 38.580229880875201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11945", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488240661478002, 38.580192055629198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11947", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488169805957, 38.580173143386503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471177170955997, 38.576749381093201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471128044257995, 38.576849128392297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11465", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470821236077001, 38.576651209029698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470776167756, 38.576755190934101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11467", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470742635625996, 38.576630215552299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470697567203004, 38.576734197426198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11469", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470664036361995, 38.5766092229278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470618966691006, 38.576713204765802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11648", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500569564955995, 38.583364094135703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11648", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500569564955995, 38.583364094135703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11648", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500569564955995, 38.583364094135703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500504328310996, 38.583346806492898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500504328310996, 38.583346806492898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500504328310996, 38.583346806492898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500439090550003, 38.583329518808497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500439090550003, 38.583329518808497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500439090550003, 38.583329518808497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11654", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373853968, 38.583312231092201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11654", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373853968, 38.583312231092201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11654", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500373853968, 38.583312231092201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11656", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500308616270004, 38.583294943334302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11656", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500308616270004, 38.583294943334302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11656", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500308616270004, 38.583294943334302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11658", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500243379752007, 38.583277655544499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11658", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500243379752007, 38.583277655544499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11658", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500243379752007, 38.583277655544499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11853", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492163120081003, 38.581110648744897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11856", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492058010055999, 38.581210536694002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11858", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491986222413999, 38.581191366852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11860", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491914434818, 38.581172196064799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11992", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486361977133001, 38.579563708965999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11994", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486295203059001, 38.579545873133398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485775833980995, 38.579417849055801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480288146267, 38.580513599003403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480311027685005, 38.580403702176 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480217386243993, 38.580494737269298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480244690470997, 38.580386019766003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480146627406, 38.5804758754971 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480178353297006, 38.580368336417202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480075867457998, 38.580457013676501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480112016155005, 38.580350653030301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480005107547001, 38.580438151812601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10472", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479668975487002, 38.580232562248703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488524732303006, 38.58149927062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11045", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488454153934001, 38.581482330944198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11050", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488111985741995, 38.581262168253701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488054731763995, 38.581366583975502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11052", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488042103834999, 38.581243544025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487984509811994, 38.581226149768298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479623988818005, 38.580336566828201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479574207813002, 38.580207305755799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479529221022005, 38.580311310298598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479479441360994, 38.5801820482897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479434453300001, 38.580286052790498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479384673827994, 38.580156790740801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479339686792997, 38.580260795210002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479244919197996, 38.580235538447603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479211308299995, 38.580109980564799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479087108659996, 38.580197652070602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470173199187997, 38.5778163328308 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470208084798003, 38.577714189235401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470102166184006, 38.577797390667001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470127650232996, 38.577690918491399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470047189883999, 38.577671279992998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469960098, 38.5777595052975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10706", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469966728431004, 38.577651641433498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469889063969006, 38.577740562096899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469877039568004, 38.577628328144399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469818031114997, 38.577721619758798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469794278091001, 38.577606863623402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469746997159007, 38.577702676470999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469709190708002, 38.577587203697803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10852", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496343237923995, 38.583442806111997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10854", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496257993415995, 38.583420965092003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10856", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496179599699005, 38.583399153821198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10858", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496101197681995, 38.583378686598103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487887280915004, 38.581201816237403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487848884008997, 38.581310668401798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11058", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487803850028996, 38.581180031945799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11059", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487770167261999, 38.581287686928 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11061", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487689379043005, 38.581266926854298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11062", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487668430821998, 38.581144682470097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11063", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487616987514997, 38.581248255227301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11064", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487578909193005, 38.5811208116126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487530535218994, 38.581226878986399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11066", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487503936289997, 38.581100588856302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11067", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487457477001996, 38.581205643959798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478798728634999, 38.5801203337491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478740870975997, 38.580104892243298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478683013342007, 38.580089450708599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478625155732999, 38.580074009145001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469675963233996, 38.577683734040498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469638309074, 38.577562613311997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469604929352997, 38.577664790665601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469571714856997, 38.577544854214999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469505121821996, 38.577527095085003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469462862845006, 38.577626904691002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469391829071, 38.577607962086098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469347081929996, 38.577488512348097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469320795341005, 38.577589018536699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10860", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496015953319002, 38.583356846300802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10862", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495949521461, 38.583339120255602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495750228381993, 38.583285941901401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10872", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495617367259001, 38.583250489477898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11068", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487437792270001, 38.581081880808298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11069", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487383414169003, 38.581187020642801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11070", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487355016449996, 38.581062569350898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11071", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487300304071994, 38.5811677346937 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487271257578001, 38.581041751685703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11073", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487224322602998, 38.581147955936402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478310891237001, 38.579870387954998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478261429770996, 38.579973198881198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478244118638997, 38.579852581711997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478190205803998, 38.579954205884903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478110573541997, 38.579816969110297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478047756845001, 38.579916218854699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478043801043995, 38.579799162751698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477976532992002, 38.579897225726903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477977027430995, 38.5797813563494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477905309183996, 38.579878231654497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10728", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468960748241003, 38.577377017793502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468911289914004, 38.577479829302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10730", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468893804985996, 38.577359170217697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468839884139001, 38.577460792758998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10732", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468826862905999, 38.577341323509302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10734", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468759919711999, 38.577323476756902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468697072704998, 38.577422719540699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10736", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468692977697998, 38.5773056299711 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468625667043995, 38.577403682865501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10738", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468626034571002, 38.577287783141301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468554261422, 38.5773846461462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10740", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468559092625, 38.5772699362781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494999213857994, 38.583102192901002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10885", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494953300939002, 38.583205054260901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10886", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494921614879999, 38.583079279742797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10887", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494874714705006, 38.583186368274902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10888", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494838869259993, 38.583057689114597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11083", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486717851026995, 38.581008748278002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11085", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486646623911994, 38.580989741566299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11087", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486575395686998, 38.580970734805597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11089", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486504168641005, 38.580951728907102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11091", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486417560418005, 38.580926599806098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11093", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486340558913994, 38.580906053782797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11094", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486323042278997, 38.580785271209102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477910255, 38.5797635499137 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477834084259996, 38.579859238433798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477843482601003, 38.579745743439602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477762860528003, 38.579840244273697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477691636827004, 38.579821250970703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477696083566002, 38.579706435454803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477620413164004, 38.579802257623697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477622397982003, 38.579684965245697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477549188398001, 38.579783263327002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477548724597, 38.5796616788355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477477964811001, 38.5797642698925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477481952383997, 38.579643872152801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477406741268993, 38.579745275513197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468482855838005, 38.577365609382902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10742", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468492149564, 38.577252089370901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468411450291995, 38.5773465725755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10744", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468425207685002, 38.577234242430201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468340044784995, 38.577327535724102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10746", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468358264691005, 38.577216395445603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468268639314999, 38.5773084988287 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10748", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468291321731002, 38.577198548422203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468197235030999, 38.577289461894402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10750", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468224379953, 38.5771807013654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468125829637998, 38.5772704249109 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494799584150002, 38.5831636649026 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10890", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494757855125002, 38.583033416807801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10891", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494722729440994, 38.583142297193199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10892", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494671694359994, 38.583010466118097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10893", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494642439320998, 38.583122259475601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10894", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494592373676994, 38.582988889360799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10895", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494563892510001, 38.583098195999803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10896", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494511341795999, 38.582967305978698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494483621540994, 38.583075469079702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494423476034001, 38.582943003522203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494399924698001, 38.583052727142999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484100861509006, 38.580194871204199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484034436581993, 38.580177155443103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11148", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483980564974999, 38.580278790567696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477415180205, 38.579626065431597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477335516609998, 38.579726281985799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476927065251999, 38.579617308861003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476910126554998, 38.579496775145302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476856224700001, 38.579598400556499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476843713289995, 38.579479048993903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476785384185007, 38.579579492208602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476777301213005, 38.579461321908603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476714543707004, 38.579560583817397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467554657784007, 38.577002047980898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467500667750997, 38.577103647966801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467420609285995, 38.576966259421702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467357682900996, 38.577065473193002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467353585664, 38.576948364636102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467286189958998, 38.577046385737297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10900", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494357831729999, 38.582925520538602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10901", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494329904156004, 38.583034079092798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494292186311, 38.582908037512802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10903", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494259882509994, 38.583015430094299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494226542071999, 38.582890554454799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10905", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494189860895005, 38.5829967819544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494160896718, 38.582873071354499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10907", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494119840470006, 38.5829781328762 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494095251394995, 38.582855588217001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480564430713997, 38.579248463138903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480474045324002, 38.579366218336801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480492397701994, 38.5792307372922 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480403379487996, 38.579347338214802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480146971427004, 38.579139478083199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480129353514997, 38.579252675078997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480053802010005, 38.579114620142697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480066527131001, 38.579231359693402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479960632651995, 38.5790897630282 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476643704414997, 38.579541675388 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476644418562003, 38.5794258763679 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476572896937995, 38.5795228157073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476577989085001, 38.579408187827703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476502039059994, 38.579503947647197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476511559640997, 38.579390499249499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476431181221002, 38.579485079543801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476445131377005, 38.579372810638297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476360323411996, 38.579466212297802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476367161466996, 38.579351437368302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476289465647, 38.579447344107599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467286562070001, 38.576930470712497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467214698196997, 38.577027299143502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467219508670993, 38.576912576612798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467143224658997, 38.577008236012603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467152474659997, 38.576894703283998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467071723630994, 38.576989170909101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467085441831003, 38.576876829921702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467000221492995, 38.576970105756097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466928719394005, 38.576951040559003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466857217333001, 38.576931975317699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466785716456997, 38.5769129100375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10915", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493647284011999, 38.582859753282399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493638806882004, 38.582722789871099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10917", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493575308616997, 38.582840546677701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10918", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493571329144999, 38.582704784009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503332119005, 38.582821339122397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10920", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493503852594998, 38.582686777212203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10921", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493452397352002, 38.582806484825703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482723440200004, 38.579943472030202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482582105963004, 38.579905751425201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482605246638002, 38.5797899769655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482511440043993, 38.579886891513603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482538996654995, 38.5797722953589 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482440773015995, 38.579868031553701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482472746704005, 38.5797546137143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482370107172997, 38.5798491715558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482406496780001, 38.579736932932697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482299440225006, 38.579830310608699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476220461964004, 38.579310549586303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476147750223006, 38.579409608497897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476147106184996, 38.579291013252103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476076893718002, 38.579390740182802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476080676956002, 38.579273324426502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476006036097004, 38.579371872720003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475647276524001, 38.579160205943602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475597765903998, 38.579263002012198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475580592477002, 38.579142398559199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10571", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475526636316005, 38.579244007798003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466714214472006, 38.576893844707897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466642712525001, 38.576874779333998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10927", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493210732595998, 38.582742842869997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10928", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493301419703002, 38.582632757470897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493138757436995, 38.582723635993901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10930", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493233943289994, 38.582614750516498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10934", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492924388484994, 38.582665698491397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10936", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492852412332994, 38.582646491432101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10937", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493031510806006, 38.5825607303032 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482311401616002, 38.579708527681298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482228773309004, 38.579811450519401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482218201644002, 38.579684670447897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482158107578002, 38.579792590392103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482138488345001, 38.579662388776299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482074155673004, 38.579646228986 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482016773938, 38.579754869096902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482002154729003, 38.579623980821601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481946108318994, 38.5797360088402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481932026937002, 38.579609308529797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481875441590006, 38.579717148535202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481873478547001, 38.579593175412498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475513908463, 38.579124591136299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10573", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475455506771993, 38.579225012639398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475384377259999, 38.579206018337899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475369000097004, 38.579085291460402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475313247792002, 38.579187023091798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475242118354998, 38.579168028702902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475214866273006, 38.579042317365499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475138955686006, 38.579020835483099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475099859601997, 38.579130038892998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475051490224999, 38.578997484947699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475028730279007, 38.579111044373001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492780437373, 38.582627283432302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10939", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492964034528995, 38.582542723191501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10940", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492708461297994, 38.582608076283599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10941", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492896557139005, 38.5825247160355 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492261761053001, 38.582358961707797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10950", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492230714692994, 38.582478764595002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479867462209995, 38.579064905833498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479914868289995, 38.579185206602098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479774292987997, 38.579040047668101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47985057116, 38.579167289882903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479681123823994, 38.579015190328498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479734973640007, 38.579133785004899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479395077172995, 38.578939680348299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474984806479, 38.578979677220097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474957601, 38.579092048908301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474918122765999, 38.578961869454098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474851439085995, 38.578944061649601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474815342544005, 38.5790540596497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474784755439003, 38.578926253806699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474744213378997, 38.579035064053897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474718072973005, 38.578908445930601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474673084244998, 38.579016069315301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492194372021004, 38.5823410058794 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10952", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492158832643, 38.582459611569497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10953", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492126981870001, 38.582323050907803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10954", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492086950624994, 38.582440459399997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492059592906003, 38.582305095000997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10956", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492015068645003, 38.582421307186102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10957", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491992202822004, 38.5822871399508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10958", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491943185557005, 38.582402154922299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10959", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491924813918999, 38.582269184866497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10960", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491871303661, 38.582383001718199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10961", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491857423910005, 38.582251228837002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10962", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491799421796998, 38.582363849370303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11095", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486278950701006, 38.580890116533503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11096", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486256260266998, 38.580769336216498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11097", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486199999369006, 38.580872589678698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11098", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486160225644994, 38.580743166897904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11099", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486132608068004, 38.580856626685801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11101", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486044091506002, 38.580828461820801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485938223285004, 38.580800219843603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11105", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485847725377994, 38.580779613563301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11106", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485833393525994, 38.580658011725397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474312242417, 38.578803824964098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474262804551998, 38.578906643322803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474245122289005, 38.578785946358899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474191210268998, 38.578887573201897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474178003340995, 38.578768067720098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474119616029995, 38.578868502135897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474110883286997, 38.578750188136198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10608", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474043763259004, 38.578732309414299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473976426519997, 38.578830359865698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10610", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473976643265004, 38.578714430653498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473904831241995, 38.578811289562601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473909523304997, 38.578696551853703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10613", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473833237156001, 38.5787922183193 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10963", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491790035074999, 38.582233273674099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10964", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491727539972004, 38.5823446969777 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10965", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491710664687005, 38.582213920831698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10966", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491655657045001, 38.582325543634603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10967", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491634730952001, 38.582193238887299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10968", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491583775297002, 38.582306391152798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10969", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491567341087006, 38.582175282688901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10970", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491511893587997, 38.5822872386263 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481447925552999, 38.579486982254899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481398057942997, 38.5796036944242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481381676254998, 38.579469283770301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481313709294994, 38.579582065289998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481315426997995, 38.579451584346899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481231063227, 38.579561787861699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481233775305995, 38.579430788854602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481145540700993, 38.579539511905601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481157906685993, 38.579410020122999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481057776230003, 38.579516523136903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10614", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473842403385007, 38.578678672114201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473761643109, 38.578773147031903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473763743206007, 38.578657108361597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473690047944999, 38.5787540765958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473696623353007, 38.578639229438402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473618453975007, 38.578735005219798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473620264651998, 38.578619492260103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473546858895006, 38.5787159337943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473458330732996, 38.5785745263046 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473403671138001, 38.578677791721802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473381971020004, 38.578554788963899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473332076172994, 38.578658720163403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10826", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465752531638003, 38.570969055324902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10828", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465694911129006, 38.570953648884903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10829", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465638280921993, 38.571054538522198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10830", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465637291793001, 38.570938242421398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10831", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465576819156993, 38.571038104384698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10980", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490985872072997, 38.582151291760802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10982", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490915480078996, 38.582132511176098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10984", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490845088122001, 38.582113730548798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10986", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490774696201996, 38.582094949878503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10987", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490725551414002, 38.581945759658701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10988", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704305465997, 38.582076169170499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10989", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490644163105003, 38.581925395408902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483968010533005, 38.580159440539603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11150", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483909711514002, 38.580259893740298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483901585671006, 38.580141724702301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11152", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483838858084994, 38.580240997770403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483835160842006, 38.5801240088269 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11154", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483768003552996, 38.580222100851202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483768734898007, 38.580106292908198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483697150205003, 38.580203203893603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483702310135996, 38.580088576956598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483626296894997, 38.580184306892797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483635885398996, 38.580070861867597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483562628612006, 38.580050426185799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483484590388002, 38.580146512760898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472969868416001, 38.578446195117202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472920391071995, 38.578549001920599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472902750233999, 38.578428298622498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472848796505005, 38.578529911145097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472835630945994, 38.578410401182701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472768511683995, 38.5783925046048 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472705608620004, 38.578491731268201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472701392456003, 38.578374607988103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472634015308998, 38.578472641266004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10832", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465579671341004, 38.570922835023097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10834", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465522052053998, 38.570907428502203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10835", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465453895710993, 38.571005236011601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10836", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465464431645003, 38.570892021947401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10838", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465406812414997, 38.570876614468297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490633913620002, 38.582057388414697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10991", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490564505254994, 38.581902350440799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10992", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490563521810998, 38.582038607616099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10993", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490484839003003, 38.581880649518297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10995", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490418847450997, 38.581863042945102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490395933133001, 38.581989621654699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490325542601994, 38.581970840716401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11000", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490286863305002, 38.581827828779801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11001", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490255150959001, 38.581952059730199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11002", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490220871858, 38.581810221192796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11116", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485299128877998, 38.580514268108601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11118", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485232528009007, 38.580496518021398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472634273268, 38.5783567104315 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472562420889005, 38.578453551214203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472567154106997, 38.578338813736998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472490827653999, 38.5784344611235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472500034980001, 38.578320917003403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472347640153004, 38.578396280803901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472365796833003, 38.5782851225188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472276045884996, 38.578377190574997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472289451294003, 38.578263551192499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472204452803993, 38.578358100307099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11004", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490154880437004, 38.581792614469101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490114367779995, 38.581914498530402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490043977395999, 38.581895717420799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489694347045003, 38.581807544857703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489612131247, 38.581785635699802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481082039263995, 38.5793892504459 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480966605635999, 38.579490828952103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481015813324007, 38.579368523940602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480883959779007, 38.579470550375099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480943802110005, 38.5793477705583 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480813294878999, 38.579451670508703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480869840837997, 38.579330037203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480742628862004, 38.579432791494703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480813243135003, 38.579310867262102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480657812256993, 38.579414958865101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480727679400005, 38.579297622304303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480651845278999, 38.579272311971899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480544710057003, 38.579385097509501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472127465518, 38.578225813735799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471507854197, 38.578172327563202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471495005975001, 38.578052896362898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471428235638001, 38.578035085282103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489529914344999, 38.581763727379403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489461795587005, 38.581612332238301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489447698647993, 38.581741818104803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489384717834, 38.581591792415303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11023", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489307640125006, 38.581571252541103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489283266257004, 38.581697999375201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489230563608999, 38.581550712620597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11026", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489201049556996, 38.581676090821198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11027", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489153485988993, 38.581530172643703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11028", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489118834061998, 38.581654181312999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489076408413993, 38.5815096326155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483484243503995, 38.580028623439503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483395590854002, 38.580005429784897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483342882882994, 38.580108718450496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483318927902999, 38.579982289571703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483272029755, 38.580089822133601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483242234624996, 38.579963184289603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483201176669994, 38.580070924872501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471365412354004, 38.57813433231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471361466475997, 38.578017275068902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471294192065997, 38.578115334169802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471294697347005, 38.577999464817204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471222970663007, 38.578096336881401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471221000843997, 38.577979806676296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471151750451, 38.5780773386536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471140391589003, 38.577956484489803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471080530270996, 38.578058341282798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471059768920995, 38.577934978395497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471009308987007, 38.578039342962199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470981459922996, 38.577913482817401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470938088883003, 38.578020345503703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470914690986007, 38.5778956723465 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489036617470006, 38.581632271741398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488999330883004, 38.581489092536003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488954402076004, 38.581610362116301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488922253390001, 38.581468553306003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488872185578003, 38.581588453328699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11035", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488845175947006, 38.581448013123797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488789970284998, 38.581566543587002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11037", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488768099696998, 38.581427472895399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11039", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488691022344, 38.581406932610498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11042", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488613945034999, 38.581386392274403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11124", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485032726740002, 38.580443268435801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11128", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484899526446995, 38.580407767921599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11130", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484832925776004, 38.5803900176045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS11132", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484766325139006, 38.580372267248997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470866868822995, 38.578001347100603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470847922082001, 38.577877861837102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470795648795004, 38.577982349554603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470781153212002, 38.5778600512892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470724427663001, 38.5779633510586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470714384375, 38.5778422407028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470653207710001, 38.577944353424897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470344182771996, 38.577747449704901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS10697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470244233371005, 38.577835275856998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13385", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468567621161, 38.573729692641699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13387", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468496219507003, 38.573710618949796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13389", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468424819031995, 38.573691546120102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13574", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484926725690997, 38.576748011441801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13575", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484866120899994, 38.576855415182798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13576", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484860216548995, 38.576730295765302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13578", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484793706285998, 38.5767125809463 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13579", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484724233288006, 38.576817621733497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13580", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484727197210006, 38.576694865193502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484653290112007, 38.576798724946201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13001", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484429860852998, 38.577963527720598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13002", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484440988187004, 38.5778294057911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13003", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484358916882002, 38.577944593817797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13005", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484287972942994, 38.577925660772301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13006", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484285181540997, 38.5777866327292 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13008", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484200440484997, 38.577763422869502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476447546041996, 38.575833127169197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13194", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476407428414007, 38.575726925415701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13195", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476376326831002, 38.575814114137401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13196", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476322430070994, 38.575703640134201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13197", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476305107658007, 38.575795101061701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13198", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476255662000995, 38.575685814725603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13199", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476233887375002, 38.575776087937001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13200", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476188893957996, 38.575667990179397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13201", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476162668271002, 38.575757075674503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13395", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468210614412996, 38.573634324648197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13592", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484075866194999, 38.576637360952603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13593", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484063411750995, 38.576518056415303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13594", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484005201711994, 38.576618537981197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13595", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483997164197007, 38.576500409875003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13596", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483934538406004, 38.576599715872703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483930916670005, 38.576482764197699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13602", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483722546432006, 38.576543247476302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483732174297003, 38.576429825136501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483597348543, 38.5777413451573 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13019", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483566856796998, 38.5776046151367 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483526683351997, 38.577722485859503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483500608604004, 38.577586934079598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483456019347003, 38.5777036265237 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13023", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483434360437997, 38.5775692538855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13212", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475584535414001, 38.575516959083899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13214", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475517418311, 38.575499046982401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13215", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475466098675994, 38.575571150225997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13216", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475450301248003, 38.575481133940997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13217", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475394507697004, 38.575552043011697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13604", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483651882135007, 38.576524424289197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13606", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483581217874999, 38.576505601058997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13608", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483510554793, 38.576486778691603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13611", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483467184926994, 38.576359238890397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13613", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483400938816004, 38.576341592014003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13614", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483298563489996, 38.576430309518699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483385354237996, 38.577684766238697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13027", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483301864218006, 38.577533891581702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483235616157998, 38.577516210372998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483173361412, 38.577628187837902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483169368123001, 38.577498530027199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483102696451994, 38.577609327380401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483103121276002, 38.577480848747797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483032031524004, 38.577590467780603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483036873312997, 38.5774631674253 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13218", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47536723783, 38.5754577711376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13219", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475322915600998, 38.575532936648699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13220", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475279608205, 38.575434387577303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13221", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475251324691996, 38.575513830246699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13222", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475203382825001, 38.575412847535098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13223", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475179732680004, 38.575494722894298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13224", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475124873781994, 38.575391297989299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13225", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475108141847002, 38.5754756164037 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13226", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475057756919, 38.5753733847204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13227", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475036549910996, 38.575456508962802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13228", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474990640083007, 38.575355472313397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13404", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466366909361994, 38.5730198575435 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466368815102996, 38.573148325383102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13406", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466286969158006, 38.572995958451997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.466298067348006, 38.573129437127399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482870673902994, 38.576200410706598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13624", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482797847190994, 38.576313876773597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482804338573999, 38.576182763088902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13626", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482727090403003, 38.576295053507501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482738004417996, 38.576165116339197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13628", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482656333657999, 38.576276229297299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482671670301997, 38.576147468650603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482961367780007, 38.577571608142797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482890702925999, 38.577552748456696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13230", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474923523281007, 38.5753375598674 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13231", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474893367289994, 38.575418295755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13232", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474856406518995, 38.575319646481802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13241", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474360772143996, 38.575277096321301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13408", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466207006069993, 38.572975124955597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13410", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466132884082995, 38.572955848066897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13413", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466085820879997, 38.573072770283403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13415", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466015072128002, 38.573053881849397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465929967044005, 38.5729073005106 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13417", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465944323420004, 38.573034992471399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13418", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465863640500999, 38.572889591840998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13419", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465873574743, 38.573016103950899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13714", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479303973491994, 38.575366643652899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13721", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478873176725003, 38.575135629515799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478823578136996, 38.575243004000903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478806663038, 38.575117844561497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13724", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478752880165004, 38.575224113696201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13726", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478682023515006, 38.575205270381097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482326396741996, 38.577273263672097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482273529324999, 38.577387991633003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482260149165, 38.577255581905099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482191472026003, 38.577365494999199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13053", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482193901621002, 38.577237900100101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482109402917999, 38.577344790138703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482127654102996, 38.5772202191582 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482027332702998, 38.577324086115603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482063662437994, 38.577206396903001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13058", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481942978771997, 38.577303371814502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13059", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481995160327003, 38.577184855363797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13243", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474289180469, 38.575258007336302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474217589979006, 38.575238918312301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474145998379996, 38.575219829238698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13248", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474131340501003, 38.575122581932199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474074407966995, 38.5752007401261 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13250", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474064224006995, 38.575104686104602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13251", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474002816444994, 38.575181650963998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13253", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473909010228994, 38.575155738307103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13255", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473837418795995, 38.575136649042797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13421", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465802826109993, 38.572997214486499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13423", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465732077514005, 38.572978324978699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13425", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465661330097006, 38.572959436333797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13740", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478242112532001, 38.574970243483598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478121744516997, 38.575057758223998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13742", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478175685501995, 38.574952577474399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478050888191007, 38.575038915423399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13744", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478109258497994, 38.574934912327997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13745", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477980033058003, 38.575020071683802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13060", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481858626036995, 38.577282657457197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13061", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481928912906994, 38.577167174308101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13062", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481774311273, 38.577256564852398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13063", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481862665527004, 38.577149492313602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13064", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481703647044995, 38.5772377044417 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481796418179997, 38.577131810281202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13066", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481632984002005, 38.577218843993002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13067", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481730170860004, 38.577114129111699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13068", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481562319855001, 38.577199982595097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13256", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473840643903998, 38.575048696456101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473765828549006, 38.575117559739297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13258", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473773527553007, 38.575030800459899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473694237193001, 38.575098470386401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13260", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473706411235, 38.575012904424703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473622647023006, 38.575079380994403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13262", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473639294950999, 38.574995008350598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13263", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473551055743002, 38.575060291552902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13264", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473572178701005, 38.574977112237697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13266", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473505062491, 38.574959215184897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13660", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481432521375993, 38.575933764188903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13662", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481340152422007, 38.5759091865256 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13663", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481292700885007, 38.575780586165301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13666", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481155415857998, 38.575860030082197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13668", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481063048243001, 38.575835452203002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13080", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480992614114001, 38.576949806608603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13081", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480955135726006, 38.577036176959297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13082", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480900046330007, 38.576925107889103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13083", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480862567835999, 38.577011479110801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13085", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480769998862996, 38.576986781183102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13274", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472998058981005, 38.574912711986002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13276", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472927120064, 38.574893753054397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13277", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472902972211998, 38.574797714623401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13278", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472856182325998, 38.574874794985398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13279", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472836467106006, 38.574779940684301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13280", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472785244631993, 38.574855835972002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13454", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464108591970003, 38.572406330564803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13456", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464024946452994, 38.572381370411797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13458", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463948812370006, 38.572364290003399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13460", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463871745161995, 38.572338376420497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13462", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463763777525998, 38.572310123259697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13754", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477443340077002, 38.5747501008996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13755", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477451718921003, 38.574884202163801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13756", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477370631347, 38.574732284449702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13757", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477380407165001, 38.574865226265302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13758", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477303775303, 38.574714494380302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13759", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477309094299002, 38.574846250317698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13760", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477236920441001, 38.574696704277301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13762", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477170065611006, 38.574678914135802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13763", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477166469829001, 38.574808298295899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13764", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477103209668002, 38.574661123950499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13765", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477095157083994, 38.574789321315698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13766", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477036354904996, 38.5746433337317 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13767", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477023845516996, 38.5747703451975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13768", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476969500175997, 38.574625543474298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13087", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480677431109001, 38.576962082285597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13096", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480299748050996, 38.576745293703702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13098", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480240568905998, 38.576752153218003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13099", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480180147062001, 38.576829384311303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13100", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480188374337004, 38.576738223428798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13281", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472747737603996, 38.574756687127497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13282", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472714305829001, 38.574836876909899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13283", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472662452405004, 38.574730760913702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13284", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472643368210001, 38.574817917809497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13285", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472582266366999, 38.574710235326897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13286", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472572429482, 38.574798958660502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13287", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472515761422997, 38.574692461203398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13288", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472501491933002, 38.574780000374098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13289", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472449257660003, 38.574674687047001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13290", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472430553280006, 38.574761041138103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13291", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472382752781996, 38.574656912846997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13464", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463659179367994, 38.572285519832803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13466", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463494254094002, 38.572242320569401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476138305651006, 38.574407824627698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476071189327001, 38.574389929963402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476034122217001, 38.574505768062799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476004073043001, 38.5743720343593 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13792", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475936956785006, 38.5743541396171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475890940705, 38.5744675921229 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475869840561998, 38.574336244835997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475819350579997, 38.574448504089098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13796", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475802724378994, 38.574318349115202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475747759346007, 38.574429416005898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475735608221996, 38.574300454256203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13799", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475676169297003, 38.574410327883598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475668492099999, 38.574282559358402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13103", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480060845606005, 38.576797545084503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13113", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479612656314004, 38.576677965997298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13292", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472359615811996, 38.574742081863903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13293", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472316249084997, 38.574639138614202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13294", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472288677234999, 38.574723122540902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13295", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472249745420996, 38.574621364343102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13296", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472217739835997, 38.5747041640806 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13297", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472183240643005, 38.574603590028602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13480", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505687520674996, 38.582403652287802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13482", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505687424006993, 38.582282286809097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13483", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505624017814, 38.5823886983435 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13484", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505651537763995, 38.582270690407903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13485", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505616160759004, 38.582262293448899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13486", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505565766537998, 38.582372655987399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13487", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505590614658004, 38.582254812330099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13488", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505556375027993, 38.5822464220116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13489", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505489943640001, 38.582352443979197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13490", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505516420681005, 38.582237391062698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13491", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505486356033003, 38.582229569002102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13681", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480620609696004, 38.575601569009898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13115", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479541248618006, 38.576658918037197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13117", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479469840961002, 38.576639870033098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13119", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479398433347995, 38.576620821083999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13125", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479256030054998, 38.576489990145198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13308", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471597426933997, 38.574538491656703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13310", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471526582449002, 38.574519588149897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471455738008004, 38.574500683699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13313", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471442484782997, 38.574403799202301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13314", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471384893605006, 38.574481779204703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13315", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471376068390995, 38.5743860761769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13316", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471314048091998, 38.574462874661798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13492", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505414120791997, 38.582332231020601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13493", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505450337241001, 38.582219220613503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13494", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505421682900007, 38.582211603658301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13495", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505352504548, 38.582317001204103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13497", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505385752492003, 38.582203739396597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13498", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505354102105002, 38.5821953627825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13503", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505150577356005, 38.582139165445099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505097636461002, 38.582248256544602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13769", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476952532840997, 38.574751369030302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13770", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476902644332995, 38.574607753173098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13771", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476881220202998, 38.574732392819001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13772", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476835789670005, 38.574589962838502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13773", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476809908750994, 38.574713416569097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13774", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476768935040994, 38.574572172465302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13775", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476738596188, 38.574694440270001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13776", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476702079297993, 38.574554382048298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476205422009997, 38.574425719253199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13129", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479103535909005, 38.576450653796996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13130", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479041396984002, 38.576525578385699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13131", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479011523522004, 38.576425511918103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13132", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478969989594006, 38.576506530073203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13133", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478924079818, 38.576400390529898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13134", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478898582247993, 38.5764874808158 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13135", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478857135105997, 38.576382532499501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13136", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478827174933997, 38.576468432415197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13138", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478755768811993, 38.576449383074902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13317", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471309650877998, 38.574368354009003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13318", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471243203764004, 38.5744439700808 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13319", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471243234552006, 38.574350630907396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13321", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471176818258996, 38.574332907767698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471101515219999, 38.574406160788797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471030670998005, 38.574387256978497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13325", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471043984624998, 38.574297461368602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13326", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470959825671997, 38.574368352218798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13327", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470977568424999, 38.574279739015402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13328", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470888981531999, 38.574349447421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505021414435006, 38.582228041621399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13508", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505043000244001, 38.582109393143803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13509", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505010534652001, 38.582100412052696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13510", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504945191298006, 38.582207827544003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13511", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504965692194006, 38.582088578948998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504935882615996, 38.582079908290901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504868968203994, 38.582187613416401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504869043924998, 38.582062612652599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504903168517004, 38.582073497263501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13516", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504792746301007, 38.582167399243502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13634", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482444063635, 38.576219758209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13636", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482373307038998, 38.576200933825803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482371218354004, 38.5760751907833 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13639", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482302550480995, 38.576182109399298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482304884412002, 38.576057542884598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13641", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482231793954, 38.576163285830503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482238550497001, 38.576039895848602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13643", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482161038618003, 38.576144461322798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482172216620995, 38.576022247873802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13645", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482090281018003, 38.576125637662301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13146", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478275917152999, 38.576321304007202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13147", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478253244621001, 38.576226801300102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13148", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478205069265996, 38.576302385669898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13149", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478186824966002, 38.576209065066301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13150", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478134220269993, 38.5762834672841 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13151", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478120405343006, 38.576191328794302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13152", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478063372459005, 38.576264548860102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13153", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478053984606007, 38.576173592479101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13154", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477992524685007, 38.576245630392698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13329", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470911152263994, 38.5742620157232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13330", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470818137429006, 38.574330542579901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13340", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470291457800997, 38.5741986684748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13524", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486859975970006, 38.577262613393202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13525", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486810588186003, 38.577365445357202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486793206927999, 38.577244839121299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13527", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486739367783002, 38.577346486462503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486726436777005, 38.577227063904999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13691", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480100247487997, 38.575457185168901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480089444458002, 38.575575973105401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13693", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480033303241996, 38.5754393449348 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13694", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480018037606996, 38.575556943456398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13696", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479946630794004, 38.575537913763299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13698", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479875224018997, 38.575518884026202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13699", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479832473, 38.575385824010503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13700", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479765528887995, 38.575367983621597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13155", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477987565042994, 38.5761558570318 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477921676948, 38.576226711881901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13157", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477921145519005, 38.576138120645503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477850829250002, 38.576207793327903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13160", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477779980440999, 38.576188874725197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13162", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477709132818006, 38.5761699560843 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13163", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477680886249004, 38.576070383988998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477638285238001, 38.576151036499297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13165", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477598505914997, 38.576048990732303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477567437689999, 38.576132117771699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13342", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470219868431002, 38.574179558955599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13344", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470148280245994, 38.574160449397397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13345", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470110429564997, 38.574047543197999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470076690959004, 38.574141338888801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13347", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470043315219002, 38.5740296279224 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13348", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470005102851005, 38.5741222292421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13349", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469976200906004, 38.574011712607799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13350", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469933513634004, 38.574103119545804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13351", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469909086634004, 38.573993796353498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13352", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469861925608996, 38.574084008909601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486592898858007, 38.5771915151687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486383264066006, 38.577251687718103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13539", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486312042742995, 38.577232728555401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486325821131004, 38.577120416322899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13541", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486240822610995, 38.577213768453099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13542", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486259052354995, 38.577102641742897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13543", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486169601369994, 38.577194808301797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48619228247, 38.577084866218499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13728", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478640677710999, 38.5750762369466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13729", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478611166901999, 38.5751864270227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13730", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478574250484002, 38.575058571166203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13731", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478540311474006, 38.575167583625998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13732", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478507823282996, 38.575040906248503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13733", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478469454928998, 38.575148741081698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13734", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478441394973004, 38.575023240386699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13735", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478398598428001, 38.575129897593101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13736", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478374967844999, 38.575005574491797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13737", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478327741965003, 38.575111054061097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13738", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478308540742006, 38.5749879094598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13167", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477513843061004, 38.576027586214003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13170", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477425741557994, 38.576094280181302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13179", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476946083884997, 38.575966216274701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13353", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469841972389005, 38.5739758809611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13354", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469790336469003, 38.574064899124799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13355", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469774858177004, 38.5739579655299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469718748513998, 38.574045789301003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13357", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469707744006001, 38.5739400491588 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13358", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469647159456997, 38.5740266785267 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13359", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469640629861999, 38.573922133649702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13360", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469575571579, 38.574007568614299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486125513760001, 38.577067091561503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486058743935999, 38.577049316860901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13551", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485991975293004, 38.577031542126903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482105882770995, 38.576004600761799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13647", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482019525756996, 38.576106813067902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13648", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482037824794006, 38.575986219774499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481948769379997, 38.576087989326098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481878013046, 38.576069164640103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13658", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481524889240006, 38.575958342674099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13659", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481477437337006, 38.575829742389701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13181", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476874864408003, 38.575947203549603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13183", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476803644962004, 38.575928191681498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13185", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476732424413996, 38.575909178863597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13186", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476722313454005, 38.575818160539399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13187", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476661205051002, 38.575890166006999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13189", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476589985725994, 38.575871153106597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13190", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476577384657006, 38.575778873965596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13191", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476518766439, 38.575852140162397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13192", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476490129941993, 38.575751993033897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13375", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468924628862993, 38.573825059534002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13377", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468853228165997, 38.573805986067697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13379", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468781826359006, 38.573786912552102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13559", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485442299252995, 38.577008885032399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13561", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485371354547993, 38.576989988680097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13562", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485325784685998, 38.576854303812603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13563", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485300411029996, 38.576971092289497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13564", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485259274198, 38.576836588360202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13566", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485192764890996, 38.576818872874902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13567", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485149896582996, 38.576931000658597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13568", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485126254468994, 38.576801157346097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13570", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485059745222003, 38.576783442685198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13571", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485008008669993, 38.576893207557198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13572", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484993236014006, 38.576765727085103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13701", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479798862181994, 38.575498073427497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13702", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479698585956996, 38.575350143199103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13703", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479735559054006, 38.575480437670201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13704", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47966100507, 38.5754617945557 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13709", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479497755069005, 38.575296621688899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13710", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479446785316995, 38.575404704683599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13711", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479430812272, 38.575278781111599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13712", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479375379955997, 38.5753856746433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13713", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479363868367003, 38.575260939589398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12087", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482651638218002, 38.578584046221998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12089", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482564849371002, 38.5785644629375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12090", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482464380037001, 38.578658808034596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12091", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482468951358996, 38.578541254197702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12092", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482379052583994, 38.578634735667698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12093", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482402702692994, 38.578523555396202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12094", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482301892953004, 38.578610699762699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12774", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493875840971, 38.580483279948197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12775", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493868130669, 38.580334301942599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12776", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493803960611004, 38.580464110826803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12777", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493789349395996, 38.580312694545903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12778", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493732080296994, 38.580444940759797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12779", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493721960879995, 38.5802947233854 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481922904895995, 38.578389361177699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481856656507006, 38.578371662063702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481790408150999, 38.578353962911699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12107", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481754847926993, 38.578467323972099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481724159826996, 38.578336263721802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12110", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481643223068005, 38.578317216750897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481555771483002, 38.578295577496199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472427702922005, 38.575983839986201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472377972499004, 38.575843238169902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472359784412006, 38.5759657115903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472291867085005, 38.575947583159802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472242136955003, 38.575806981284899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472223948644, 38.5759294546842 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472174218660996, 38.5757888527801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472093130090002, 38.575764839874097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472074888120005, 38.575894376044303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472019372771001, 38.575745153124998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471990594391997, 38.575871876372901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471945615498996, 38.5757254654281 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12572", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501974668043999, 38.5827167585376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501905483425006, 38.582698319571499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501836298841994, 38.5826798805641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12790", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493103125727004, 38.580277203907997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12792", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493031245788998, 38.580258033405897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12794", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492959365890002, 38.580238862859098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12795", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492959573090999, 38.580106212171401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12796", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492887486022994, 38.580219693168601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12797", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492892186126994, 38.580088240532803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12798", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492815605052996, 38.580200522527498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12799", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492824798056006, 38.580070267949097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12800", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492743725270003, 38.580181351846797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12801", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492757411165996, 38.580052295331299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481469962362993, 38.5782726626543 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481402099755002, 38.578252391194901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481328650042002, 38.578234209069898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481258171921993, 38.578216942011302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481201703712003, 38.578201851197903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481141969362994, 38.578186744817799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481072473840001, 38.578166466746801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471906299563997, 38.575849377535697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471871857113996, 38.575705778579803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471822005942002, 38.575826877741498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471798099916995, 38.575686091689697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471737711226993, 38.575804377880701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12580", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501697928634002, 38.582643002420397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12581", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501758268882, 38.582453380276803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12583", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501693409241994, 38.582436093121999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501200781709002, 38.582510717306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501128896195993, 38.582491551827303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12802", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492671845518004, 38.580162182022299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12803", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492690023156001, 38.580034323569997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12804", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492599965812005, 38.580143011252403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12805", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492606687616998, 38.580010902624799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492528084997005, 38.580123840432798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12807", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492523338224998, 38.579989275243399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492456205362004, 38.580104670474398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12809", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492455951487997, 38.579971302449998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492384325771994, 38.5800854995706 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12811", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492384008686003, 38.579951517757699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492312445072997, 38.5800663286171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480996436688997, 38.578147442184999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480571464779999, 38.578155097441197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480530519647004, 38.5780174620403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480519647945002, 38.578140839772999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480437949476993, 38.577992764748402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480459676207005, 38.578125262607202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471197423468993, 38.575538061646903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471161735273, 38.575639664030703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471131006335995, 38.5755203042483 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471064589235993, 38.575502546811499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470968950450001, 38.5755885806634 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470904077048999, 38.575455368429502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470898105369002, 38.575569638936003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470827259171998, 38.575550698060901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470754960478004, 38.575413368030297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500913243328, 38.582434056039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500841357965001, 38.582414891282802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500625705559997, 38.582357394958898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12822", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491763547418003, 38.579919932692697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12824", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491693344097996, 38.5799012083544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12826", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491623140814994, 38.579882483973599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12828", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491552937568997, 38.5798637595502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480252810476998, 38.577943369947597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480315299660006, 38.578085024668603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480160240499004, 38.577918672433597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12145", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480235159014001, 38.578060132560402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470682000836007, 38.575396862439803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470685569192, 38.575512815290203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470609069765999, 38.575376511001203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470537755023003, 38.575358730863996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470543879363007, 38.575474932345998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470459961895003, 38.575333229183599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470393545136005, 38.575315471361797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470327128410005, 38.575297713502003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470331343756996, 38.575418107148899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500531609115001, 38.582330065780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12611", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500459725111995, 38.582310899891098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "18:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12613", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500387841142, 38.582291734858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12873", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489675021935994, 38.579366427148699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12875", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489593181287006, 38.5793446115091 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12877", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489511339540996, 38.579322795806497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12879", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489446796522003, 38.579307295945199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479036709048003, 38.577621213234501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479070265264994, 38.577743841216503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478966574878001, 38.577604622897098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478998949605, 38.5777247933406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469866265451998, 38.575285863431098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469794676258999, 38.575266752753798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12397", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469637533267999, 38.575109570395902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469723085949994, 38.575247642927799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12399", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469603840969, 38.575102365606703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12400", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469569431842999, 38.575095411576299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469651496826003, 38.575228533062699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12402", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469525233707998, 38.575083645127698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12403", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469486050225001, 38.575074411544399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12972", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485646523841993, 38.578172138755001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12974", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485579838093003, 38.578154355147198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12976", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485513152384002, 38.578136570600101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12978", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485446466707003, 38.5781187860145 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478890610392, 38.577582878365902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478927633989002, 38.577705744519903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478789562995004, 38.577555902862002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478856319553003, 38.577686696561202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478722704457994, 38.577538044245998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478785004008003, 38.577667648553501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478655847095993, 38.577520186497502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12181", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478713689654001, 38.5776485996061 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478642374185, 38.577629551510498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478571058759997, 38.577610502470101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478468309337998, 38.577470517669703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478499744513996, 38.577591454291699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469579907747999, 38.575209422252499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12405", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469444715617996, 38.575064163588102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12406", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469404139863997, 38.575052800179797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469508317554002, 38.575190312293699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12408", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469364250506999, 38.575037411088402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12409", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469323146880996, 38.5750286695475 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469436728551997, 38.575171201394902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12411", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469285648977007, 38.5750179382227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12412", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469245513654997, 38.575007695692896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469365138434995, 38.575152091347498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12414", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469205785455003, 38.574995950516403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12415", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469166916640006, 38.5749874705173 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469293549503007, 38.575132981261099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12417", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469125266410003, 38.574976467848401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12418", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469090240580996, 38.574966501848102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12922", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487524653858998, 38.578789086725003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12928", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487310697853005, 38.578732011746901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478428429158996, 38.577572406064299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478354154209995, 38.577440016981697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478357113849, 38.577553356892103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477946086588005, 38.577333977941798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477877084227003, 38.577425153781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477879665977994, 38.577316241532102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477806235350002, 38.577406235200002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477813245400995, 38.577298505084201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477735386510005, 38.577387316575603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469221959468996, 38.5751138702242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12420", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469046669457001, 38.574956243491997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12421", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469156712507001, 38.574959485982198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469150370614003, 38.575094760049197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12423", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469123669571999, 38.574950780431699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12424", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469085781413995, 38.574939295903299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469078780649994, 38.575075649824697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12426", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469052738504004, 38.574930589431801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12427", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469018666485994, 38.574921380033999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469007191878006, 38.575056538660299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12429", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468985623592005, 38.574912673543302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12658", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498506443196007, 38.581746343215798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12662", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498371615566995, 38.581710354799398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12662", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498371615566995, 38.581710354799398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12662", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498371615566995, 38.581710354799398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12664", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498304201807002, 38.581692360081902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12664", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498304201807002, 38.581692360081902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12664", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498304201807002, 38.581692360081902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12665", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498297127685007, 38.581536288813602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12667", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498221965987, 38.581515333460302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12930", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487239380023993, 38.578712986969997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12932", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487168061084006, 38.578693962144101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12934", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487096743330994, 38.578674937279303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12936", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487025424468001, 38.578655912365498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12938", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486954105642994, 38.578636887407797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12940", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486882788003001, 38.5786178624112 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477664537715, 38.577368397007099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477680403197994, 38.577263032069098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477593687802994, 38.577349478290799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477613982712995, 38.577245296407803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477522839076002, 38.5773305595363 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477557340708003, 38.577230168791303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477451990386996, 38.5773116407386 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477490920291004, 38.577212432158497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477381141736004, 38.577292721897301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477310293122002, 38.577273803012801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477358117131004, 38.577171830139498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477239443404002, 38.577254883178902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468620635047003, 38.574844954825302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468553694502006, 38.574827073720002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468453084895998, 38.574908571888201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468486755138002, 38.574809192581199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468381682086005, 38.574889499027002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468310279321003, 38.574870425220801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468306263165005, 38.574753331486498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468238876594, 38.574851351370697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468239322784001, 38.574735450199299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468167473898006, 38.574832278377301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12668", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498169374381007, 38.58165637143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12668", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498169374381007, 38.58165637143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12668", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498169374381007, 38.58165637143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12670", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498101960715999, 38.581638377495601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12670", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498101960715999, 38.581638377495601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12670", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498101960715999, 38.581638377495601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12672", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498034547092004, 38.581620382620997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12672", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498034547092004, 38.581620382620997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12672", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498034547092004, 38.581620382620997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12673", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498006691328996, 38.581461923041097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12674", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497967133494996, 38.581602388608097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12674", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497967133494996, 38.581602388608097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12674", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497967133494996, 38.581602388608097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12675", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497922975205995, 38.581439586264104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12676", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497899719938999, 38.581584393655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12676", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497899719938999, 38.581584393655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12676", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "0", "start_time": "22:00:00", "end_time": "03:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497899719938999, 38.581584393655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12677", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497842683841995, 38.581417263379898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12679", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497753847412, 38.5813922150964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12985", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485012769936006, 38.578116569285598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12987", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484941824510003, 38.578097635734899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12989", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484870880263998, 38.5780787030467 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12991", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484799936062004, 38.578059769414097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12993", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484728990742994, 38.578040836633903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12994", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484754750891994, 38.57791155636 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477278004336995, 38.577152500042502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477168594865006, 38.577235964207603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477178689715998, 38.577124618341699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477097746363995, 38.577217045193002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477082620705005, 38.577097524185703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477026897900004, 38.577198126135002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477006410431002, 38.577078461075999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476956049473998, 38.577179207033602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476596910083998, 38.5769675594563 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476547601609994, 38.577070415394402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468172383584999, 38.574717568878697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468096071247999, 38.574813204439003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468084011119004, 38.574699588137797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468024669783006, 38.574794130462003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467995663801005, 38.574678548896301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467953267208003, 38.574775056435598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467911244484, 38.574652939368299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467881864665998, 38.574755983266101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467854024401007, 38.574638161984197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467810462168003, 38.574736909151603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467785125399999, 38.574621800253801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467739059707995, 38.574717834993102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467722093855002, 38.574602406912099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467667657280003, 38.574698761691401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12688", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497290700327, 38.581252122814703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12690", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497224356974996, 38.581234449228603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12692", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497158014803006, 38.581216775609299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12693", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497128346237005, 38.581352719908502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12694", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497091672658001, 38.581199102852999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12830", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491482734353994, 38.579845035985002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12834", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491342326899002, 38.579807586920197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12836", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491272123800002, 38.579788862326403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476530249435001, 38.576949782445404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476476259641004, 38.577051381154497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476463487139, 38.576931942774401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476405046210999, 38.577032351956198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476396724875997, 38.576914103064702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476262619463995, 38.576994293428299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476224061341, 38.576870554593803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476191405001003, 38.576975264093399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476142639380001, 38.576847519600797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476120191722003, 38.576956234719901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476085674442999, 38.5768297240446 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476048978481998, 38.576937205302599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467643463409004, 38.5745844715278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465633773682001, 38.5740405544175 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465599939490005, 38.574031117179999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12696", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497025330552006, 38.581181429157702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12697", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496986815661003, 38.581315016983197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12698", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496958988478994, 38.581163755424498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12699", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496916050428993, 38.581296165455697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12700", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496892646438994, 38.581146081653202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12701", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496845285240994, 38.581277312984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12702", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496826304424999, 38.581128408744704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12703", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496774520084003, 38.581258461369998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12704", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496759962450994, 38.581110734897401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12705", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496703754964003, 38.581239609712703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12942", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486811469253993, 38.578598837365497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12952", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486313383099002, 38.578349981728998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12954", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486246697023006, 38.578332197604503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476015616870995, 38.576815715132298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475977765280007, 38.576918175841499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475957020086994, 38.576797912126302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475906552115006, 38.576899146336601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475890276911997, 38.576777508255702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475808816338002, 38.576759600760603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475764124752999, 38.576861087190103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475722456647006, 38.5767416719221 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475692911703007, 38.576842057553698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475642629199996, 38.576723772606499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475621698690006, 38.576823027873502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465567446159, 38.574022845578597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465533611983005, 38.574013408321697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465501117520006, 38.5740051366964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465467284509998, 38.573995699425403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465434790063, 38.573987427781397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465400955921993, 38.573977990485801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465368457790007, 38.573970365651 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465334628514, 38.573960281513401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465302130398001, 38.573952656659998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465268301139005, 38.5739425725031 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12722", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495909412860996, 38.581028374700097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495922816771994, 38.580899130123399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12889", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488855411683005, 38.579144235815797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12891", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488784558187007, 38.579125323954003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12893", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488713704730003, 38.579106412048901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12895", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488642851308995, 38.5790875001004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12897", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488571997926996, 38.579068588108498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475260670289998, 38.576610595498003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475211157432994, 38.576713392291197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475193552239006, 38.576592683209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475139565375997, 38.576694284919597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475126434222005, 38.576574770881201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475067973349994, 38.576675178404599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474996380221, 38.576656070939201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474992199442994, 38.576538945213002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12271", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474924788272006, 38.576636964335599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474925081533002, 38.5765210318675 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12273", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474853195220007, 38.576617856781702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465235807880006, 38.5739343017095 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465201973796994, 38.5739248634547 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465169480553996, 38.573916592642497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465135646481997, 38.573907155269303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465102338988999, 38.5738975887881 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12724", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495854785161995, 38.581015196359203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12725", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495852018172997, 38.580880225545101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12726", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495783987606004, 38.580996292645203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12727", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495781220759, 38.580861320928399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12728", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495713190095003, 38.580977387986998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12729", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495710423375996, 38.5808424171694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12730", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495642391473993, 38.580958483280497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12731", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495639624888994, 38.580823512461102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12733", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495568827588002, 38.580804607714597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12855", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490411592322999, 38.5795627653116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12857", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490329751223996, 38.579540950192701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474857963651004, 38.576503119383901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12275", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474781603348006, 38.576598750089502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474790845802005, 38.576485206861499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474710011512997, 38.576579643353099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474723727994004, 38.576467293399197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474638418577001, 38.576560535666303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474656610213003, 38.576449380798898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474566826819, 38.576541428841303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474573160885001, 38.576431394037101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474495233959004, 38.576522321066001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474479971158999, 38.576405670234699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474423642277998, 38.576503214152503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12511", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505248563831003, 38.583511161917201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505225544807999, 38.58337658144 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505216815995993, 38.583502356926203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505182513120999, 38.583490759941498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505150535539002, 38.583354097028597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12516", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505151022348997, 38.583482458730799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505121863669004, 38.583474510721103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505090599305007, 38.583465341097401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12520", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505049353432995, 38.583454774748397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12522", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505012176047998, 38.583444750100099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12736", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495426893070999, 38.580897132879699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12738", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495347450279993, 38.580875920059597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495349453051006, 38.580740942092199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12740", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495268007537007, 38.580854707184898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495268546052998, 38.580718745362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12742", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495188564841001, 38.5808334942557 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495189911439994, 38.580698351267202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12744", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495109122192005, 38.580812281272003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12745", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495106720665007, 38.580676144465599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12746", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495029679596996, 38.580791067332903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12956", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486180010981002, 38.578314413441497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12958", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486113324973005, 38.578296629240199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12960", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486046638996996, 38.578278845000398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12962", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485979953054994, 38.578261060722198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12964", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485913267146003, 38.578243276405601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12966", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485846581269996, 38.578225492050599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473797193191999, 38.576335947384301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473784103404995, 38.576216428865898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473725602019002, 38.576316822021703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473716986228993, 38.576198497703402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473649869080006, 38.576180567402901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12523", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504977140229997, 38.583436567018197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12527", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504859145048002, 38.583405021191801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12531", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504678935165998, 38.583234750427501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504612415427999, 38.583216994751702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12536", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504545895723993, 38.583199239037597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12754", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494594650089994, 38.580674975028998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12756", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494522769350993, 38.580655805452999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12758", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494450887496001, 38.5806366367283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12760", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494379006833, 38.580617467063 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12903", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488359436863007, 38.579011850966801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12905", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488288583631004, 38.578992938801399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12907", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488217730436006, 38.578974026592697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12909", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488146876136994, 38.578955113434702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473582418652001, 38.576278569356703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473582751970994, 38.5761626361626 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473510826444993, 38.576259443856003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473439235431997, 38.576240317415397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473448518987993, 38.576126775372103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473381401981001, 38.576108844015103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473296052365001, 38.576202065296997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473314285, 38.576090913519998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473224460319003, 38.576182938718297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473247168053007, 38.576072982985899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473152869459, 38.576163812100603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473180051146997, 38.5760550515121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504577507863004, 38.583335956414999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12538", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504544219261007, 38.583324434751297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12539", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504479374905003, 38.583181483280399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504511958837995, 38.583314927376698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12541", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504479919372002, 38.583308145247599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12542", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504400389649007, 38.5831604092837 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504449783981002, 38.5833012054945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12545", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504414783957003, 38.583291193576699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12547", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504383914892998, 38.5832819804086 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12548", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504356929950006, 38.583272584762298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12549", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504311023929006, 38.583258455877001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12762", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494307126210003, 38.580598297353099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12764", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494235245618, 38.580579128499501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12765", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494225562886001, 38.580433213060203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12766", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494163363924002, 38.580559958695403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12767", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494158174153, 38.580415241252801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12768", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494091483416994, 38.5805407888516 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12770", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494019602940995, 38.580521619864001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12771", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494023397929993, 38.580379298426102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12772", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493947721363, 38.580502449925902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12773", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493956010446993, 38.580361326506001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12859", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490247909027005, 38.579519135010997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12861", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490166068026994, 38.579497319776401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12867", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489920545329994, 38.579431873725497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12869", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489838703383995, 38.579410058254403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12871", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489756862635005, 38.579388242730502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473081278631, 38.576144686339497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473112934266993, 38.576037120900303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473009686699996, 38.576125559627997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473045817422005, 38.576019190249497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472938095955001, 38.576106432877403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472581725506998, 38.575897622294903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472563538903003, 38.576020095752398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472513808187998, 38.575879493994499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS12329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472495620325006, 38.576001967436198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15048", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502977778794005, 38.577833232408203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502947343398006, 38.577960128064099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15050", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502911961753995, 38.577815718385303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502877138814, 38.577941447442598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502846144740005, 38.577798205225903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15053", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502806934267994, 38.5779227667784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502780328905004, 38.577780692033897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502736729763996, 38.5779040851708 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15056", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502714511956, 38.5777631787996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15057", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502666525291005, 38.577885404421501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15058", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502648695044996, 38.577745664627002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15258", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494600673245003, 38.5757180505192 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15259", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494618794570002, 38.5756068887423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15260", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494529075713004, 38.575698974051498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15261", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494551672482999, 38.575589004792903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15262", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494457479367, 38.575679897544497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15263", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494484550435999, 38.575571119903799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15264", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494385883058996, 38.5756608209932 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15265", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494417428416995, 38.575553235876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477828475527005, 38.573743866116203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477820068404, 38.573625622347599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477757257901999, 38.573724871950603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477753301773006, 38.5736078158195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477686039160005, 38.573705878636801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477686535176005, 38.573590009252896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15059", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502596319706996, 38.577866723624702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15061", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502526115313998, 38.577848041889403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15063", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502455910951994, 38.577829361012398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15064", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502451244487006, 38.577693124587199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15066", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502385427698997, 38.577675611165802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15067", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502315501189003, 38.577791999125701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15068", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502319610949002, 38.577658096806097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15276", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493815803177, 38.575392842738196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15278", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493749293334005, 38.575375097935101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15279", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493690967339006, 38.5754755423606 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15280", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493682782376993, 38.575357353088798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493620023378995, 38.575456615032998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15282", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493616272601002, 38.575339608209298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15283", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493549078308007, 38.575437687656901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477614821610999, 38.573686884383498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477619768611007, 38.573572202647803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477543604092006, 38.573667890987302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477553002080001, 38.573554396004099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477472386612007, 38.573648897547301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477486235583001, 38.573536589322003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477401168029004, 38.573629903157403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477407078116002, 38.573514293347998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477329950623997, 38.5736109096296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477315509074998, 38.573490167412899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477258733263994, 38.573591915157301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477240850157997, 38.573470551986503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477187514788, 38.573572921536801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477163944739004, 38.573449152498497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15074", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501887856967002, 38.577546177459197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15075", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501823271240994, 38.577664172780501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15076", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501846278871994, 38.577534603121798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15077", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501790696914, 38.577655496612003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15078", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501804347033001, 38.577521918244102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15284", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49354976171, 38.575321863286597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493478134428997, 38.575418759341503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15287", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493407189433995, 38.5753998318784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493336245630999, 38.575380903476002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15291", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493265300711002, 38.575361975926 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15293", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493194356982997, 38.575343047436697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15294", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493204117589002, 38.575228666401202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15295", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493123412138004, 38.575324119799703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477116297498, 38.573553927877597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477090421607002, 38.573428654720601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477045080251003, 38.573534933273798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476525038169001, 38.573275500906497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476490887908994, 38.573387185687501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476457835730997, 38.573257588054197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476419204739997, 38.573368079581499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15087", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.501567125378003, 38.577457745235399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15089", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501535044894993, 38.577449200849799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15091", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501547749544997, 38.577589788122303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15092", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501502963272003, 38.5774406564502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15093", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501515174136998, 38.577581111871403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15095", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501482599878997, 38.577572436517201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15097", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501450025634, 38.5775637602529 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15098", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501406720744995, 38.577415023208303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15099", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501417450244006, 38.577555084875399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493118881971995, 38.5752078960262 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15297", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493052468485004, 38.5753051912234 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.493035520415006, 38.575187133795197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15309", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492433886428003, 38.575024317204097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476390633319994, 38.5732396760638 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476347522764001, 38.5733489725353 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476323430942003, 38.5732217640344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476275839671999, 38.573329866340501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476256228604996, 38.573203851065102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476204156617996, 38.573310760101201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476189025148003, 38.573185938952399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476132474756994, 38.573291652921903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476121822872003, 38.573168026805902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47606079178, 38.573272546593898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476054620629, 38.573150114620397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475987418426996, 38.573132201495 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475920216252007, 38.573114289231498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15111", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500635609602, 38.577324955919899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15112", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500494976618, 38.577172728406097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15114", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500442953936002, 38.5771603670593 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15385", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489237226537, 38.574288714762197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15387", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489166190844003, 38.5742697833889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15389", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489095156329, 38.574250852877803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15391", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489024120712003, 38.574231921417201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15392", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.489025576705004, 38.574122213033696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15393", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488953085125004, 38.574212990813898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15394", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488958980874997, 38.574104465088098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15395", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488882049582998, 38.574194059266198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475843991309006, 38.573094563108498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475774061411002, 38.573196119942203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475762369519003, 38.5730721512438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475702378633002, 38.5731770124913 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14911", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465960174301998, 38.570582543482097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15116", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500357667947995, 38.5771381342567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15118", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500282829653997, 38.577118935662803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15119", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500334069611995, 38.577245331832302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15120", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500223191187004, 38.577104285498898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15121", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500264995820999, 38.577228763498802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15122", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500152764795004, 38.577083249120101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15124", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500191726604996, 38.577208866217902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15126", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500122659473007, 38.577191193329298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15409", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488188375727006, 38.5740091907915 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15410", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488136462645002, 38.573876603303702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15411", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488117062255, 38.573990184571102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15412", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488069604971002, 38.573858784317601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15413", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488045747673993, 38.573971178301598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15414", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488002748471999, 38.573840966198802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15416", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487935892006007, 38.573823148041399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15417", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487903119766003, 38.573933166536698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15419", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487831805298995, 38.573914160135502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15420", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487787204469001, 38.573781550785299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475139123993998, 38.572910812396998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475076240522, 38.573010042211699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475072097563, 38.572892934670101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475004744897007, 38.572990972112599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475005070018995, 38.5728750568992 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474938042508001, 38.572857179089503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474871015038005, 38.57283930034 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474790257096004, 38.5729337624458 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474803988741996, 38.5728214224578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474718761622995, 38.572914692170002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474736961331999, 38.572803544531602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474647266182998, 38.572895622750998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14913", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465873086133996, 38.570558243547097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14914", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465786654347994, 38.570419319900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14916", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465787993354994, 38.570538729316802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14924", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465567246339006, 38.570475571821397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14925", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465314542220995, 38.570280961290102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14926", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465498376753999, 38.570457726866302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15128", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500040968511001, 38.577169051491502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499918193151004, 38.577018498578802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15130", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499962082677996, 38.577148025309803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499868067929995, 38.577004637969999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15132", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499888805899005, 38.577129230500603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499823646891002, 38.576991547926703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15134", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499814137653999, 38.577108222437303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499772554616001, 38.576979924527699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15136", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499743650545, 38.577092751282997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499701512806993, 38.576962236547601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15138", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499677303859002, 38.577072746652497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499648532411001, 38.576948361702698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15334", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491394621617005, 38.574867915183702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15336", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491336860662997, 38.574854905603097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15343", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490915461990994, 38.574735945669602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15344", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490898768703005, 38.5746155061602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15345", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490844984378001, 38.574717164630798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15346", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490832695411996, 38.574597898531003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474669933955994, 38.572785666566602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474575770786004, 38.572876552386802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474587115310001, 38.572765055639003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474504275428998, 38.572857481978602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474498668069003, 38.5727417605518 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474432780102006, 38.572838412426997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474402308910001, 38.572719315957102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474361283673005, 38.572819341925197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473971220226005, 38.572717404689797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14927", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465188859182007, 38.570261260922997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14928", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465415347635002, 38.570433445327801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14929", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465130100308997, 38.570248242625503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14930", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465344447045993, 38.570415590000202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15140", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499602813326007, 38.5770542347028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15148", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499095141750004, 38.5769212750387 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15150", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499013156725994, 38.576895010501403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15151", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498994282008994, 38.576772027663601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15152", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498933025145007, 38.576871697155603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15153", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498933180791994, 38.576755750690999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15421", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487760492017003, 38.573895153695297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15425", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487617863273002, 38.573857140673098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15427", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487546550098997, 38.573838135001999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15429", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487475235820995, 38.573819128380997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15430", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487452920733006, 38.573692458078597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15431", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487403921582001, 38.573800121716097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15433", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487332608528007, 38.573781115012402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47388684389, 38.572695798797703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473868653100993, 38.5725719931471 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473810384974001, 38.572672455866197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473802237678996, 38.572554289530501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473739541623004, 38.572653571730598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473735822297002, 38.572536584974799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14758", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473668698314995, 38.572634686650602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473669405799996, 38.572518880375803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473597853892002, 38.572615802423002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473602990483002, 38.572501175743902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473527010660007, 38.572596917256398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473536575200001, 38.572483471074001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473456167465002, 38.572578032046401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14943", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497345322040005, 38.580743545524903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14945", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497273987151004, 38.580726119661101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14947", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497202652297005, 38.580708693753202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14949", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497131318624994, 38.5806912678065 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14951", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497059983840003, 38.5806738418108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14953", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496988650245001, 38.5806564148752 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14955", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496917315529998, 38.580638988791598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15154", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498867849289994, 38.576854334950902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15155", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498872079601995, 38.576739473686203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15156", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498802674608996, 38.5768369736154 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15158", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498737499965998, 38.576819611342202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15160", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498672325353994, 38.576802249032397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15161", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498688775046006, 38.5766906433741 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15162", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498607150767995, 38.576784887586697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15163", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498627673968002, 38.576674366240297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498541976219997, 38.5767675252035 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15165", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498553460324004, 38.576656561114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15451", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486454348164003, 38.5735498439238 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486486285294006, 38.573435281603899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15453", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486377248739998, 38.573526150619799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486419603645999, 38.573417514694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15455", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486301624907995, 38.573506000733303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486352922031998, 38.573399747745597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15457", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486218535087005, 38.573479923092997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15459", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486142887021998, 38.5734633099162 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486219558903002, 38.573364213733598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486152877387994, 38.573346446670001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473385324301006, 38.572559147693902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473403743578004, 38.572448062515399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473314481182001, 38.572540262397197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473337328393001, 38.572430357731101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473243636945995, 38.572521377952803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473249486952994, 38.572408122095602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473172793901, 38.572502492569299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473163903922, 38.572385897572502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473101950886999, 38.572483608043399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473031107918004, 38.572464722573301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14957", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496845980849997, 38.580621562664 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14963", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496631978173994, 38.580569283121697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14965", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496560644780999, 38.580551856823199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498476801703006, 38.576750162783597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15167", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498464310670002, 38.576629860649298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498400397861005, 38.576729809345601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15169", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498371391145, 38.5766060870084 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15170", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498316517418004, 38.576706479328102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15347", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490774506803007, 38.574698383549098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15349", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704028110002, 38.574679603320298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15351", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490633550607996, 38.574660822152801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15352", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490634478019999, 38.574545077229097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15353", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490563073144003, 38.574642040942301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15354", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490568404859999, 38.574527469449102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15355", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490492595716006, 38.574623259688998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15356", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490502332874001, 38.574509862537198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15357", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490422118325995, 38.5746044783927 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14781", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472673943177, 38.5722521491181 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14783", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472609863827003, 38.572232250058498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14785", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472547084723999, 38.5722111082436 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14787", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472482866985999, 38.572187120209001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14788", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472403658169, 38.572278629173098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14789", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472421959360005, 38.572162294074403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14790", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472335000936994, 38.5722502298471 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14791", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472361154913997, 38.572136090905303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14792", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472266424278004, 38.572219943466699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14971", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505868251628002, 38.578600842023803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14973", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505832613029995, 38.578591698965397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14974", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505800512017998, 38.578582824149002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14976", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505764874584997, 38.578573681074602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14977", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505732773589997, 38.578564806239299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14978", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505795777285002, 38.578707814035099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14979", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505697136175002, 38.578555663144101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14980", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505665035196003, 38.578546788290097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14981", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505762307693999, 38.578699342372801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14982", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505629397793001, 38.578537646074899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15182", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497699228298004, 38.576543271920897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15184", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497628654289997, 38.576524475691002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15185", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497548345691001, 38.576389546776902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15186", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497558079165998, 38.576505680314 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15187", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497482183160002, 38.576371926354298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15188", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497487505226999, 38.576486884898898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15189", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497416019520998, 38.576354304988101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15190", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497416931325006, 38.576468089440802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15191", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497349855907999, 38.5763366844849 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15192", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497346356313003, 38.576449293934701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486972509954001, 38.573569164794598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15439", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486923097406006, 38.5736719885833 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486905828060998, 38.573551398164703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15441", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486851970111999, 38.573653038261199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15443", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486780842862004, 38.573634086994502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15447", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486617599086003, 38.573591375953598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15449", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486546471959002, 38.573572424542903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14793", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472302503259996, 38.572108660585002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14794", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472199667176, 38.572187715798897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14795", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472244786597997, 38.572079567836802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14796", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472134158754002, 38.572153464063803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14797", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472188720608003, 38.572049023131498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14798", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472073308598993, 38.572119340742397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14799", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472129712932997, 38.5720163749018 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14800", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472012034667998, 38.572086354190603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14802", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471950602929994, 38.572055625436903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14804", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471886525374003, 38.572026233223703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14983", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505597295681994, 38.578528771197199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14984", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505686888732001, 38.578678864634099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14985", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505561658302994, 38.578519628060199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14986", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505529557356994, 38.5785107531687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14987", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505648685758999, 38.578666639416099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14988", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505493919995004, 38.578501610010903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14989", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505461819065999, 38.578492735100497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14990", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505570094776999, 38.578646148056201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14991", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505426181722001, 38.578483591921902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14992", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505394080808998, 38.578474716992702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14994", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505358442328998, 38.578465574689098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15193", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497283693482004, 38.576319063047997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15194", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497275782491002, 38.576430497489703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15196", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497205208701004, 38.576411701902501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15198", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497134633800002, 38.576392906267301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15199", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497085204092002, 38.5762662003022 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497064060084, 38.576374110594102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15201", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497019040648993, 38.576248578708999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15202", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496993486411995, 38.576355313976997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15311", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492354458631993, 38.575003168126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492326574822002, 38.575116066023703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.492275030882993, 38.574982018994604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15314", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492241851535994, 38.5750935071665 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15316", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492157128303006, 38.575070948247301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15318", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492072405122997, 38.575048389266101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15320", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491987681997003, 38.575025830222799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491957319199003, 38.574897423718198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14817", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471282344420004, 38.571865744283997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14818", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471238200566006, 38.571750425031503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14995", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505326341431996, 38.578456699741203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14997", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505290719985993, 38.5784452692142 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14998", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505257894322995, 38.578435819081299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15000", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505215460716002, 38.578424494553502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15002", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505109416585, 38.578401195469802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15004", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505041678504, 38.5783831771558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15211", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496468326582999, 38.576101053865401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15213", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496401290544, 38.576083205601002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15214", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496371431412996, 38.576189669757802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15215", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496334254543996, 38.576065356396903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15217", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496267218572001, 38.576047508054899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15219", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496200183780999, 38.576029659679001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15359", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490351640973003, 38.5745856970535 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15361", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490281163657002, 38.574566915671397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15363", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490210686371995, 38.574548135147197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15365", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490140209130004, 38.574529353679303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15367", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490069731925004, 38.574510572168499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14819", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471208970152006, 38.571858429876002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14820", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471164200236004, 38.571745070791103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14821", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471134820749995, 38.571853510070099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14822", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471089996980993, 38.571741858812103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14830", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470756336622998, 38.5717285617825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14832", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470679181456006, 38.571718443274598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504503491048993, 38.578239883855098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504466622392002, 38.578365242462503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504436975887998, 38.578222146094198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504395672699005, 38.578346321739502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504370459618002, 38.5782044073893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504324721901995, 38.578327400067302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504303943381004, 38.578186668646097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504237428324998, 38.578168929869598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15023", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504182821564001, 38.578289557498103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15220", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496156916478, 38.576132554637297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15221", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496133147875, 38.576011811259299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15222", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496085411962994, 38.576113515576502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15224", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496013907478996, 38.576094477372401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15226", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495942401893004, 38.576075438218297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15227", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495932040366995, 38.575958264866401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15228", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495870897486, 38.576056399925903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15229", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495865005743994, 38.575940416296497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15396", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488873681708995, 38.574080748065498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15397", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488811015219994, 38.574175128580698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15398", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.488788381445005, 38.574057031875697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15406", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488297146400001, 38.573920610783702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15408", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488203319210996, 38.573894421345301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14834", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470585354811007, 38.571705335867897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14836", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470495318890002, 38.5716901817676 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14838", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470409002725006, 38.571671411293899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14840", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470326910083998, 38.571636198875503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504111872020999, 38.578270636601196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504104397164994, 38.5781334521971 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15027", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504040921374994, 38.578251714754899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15026", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504037881060995, 38.578115713301003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503969971909001, 38.578232793771001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15028", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503971366138003, 38.578097974371602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503899021338, 38.578213871837796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15030", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503904850099005, 38.578080235399199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503838335235997, 38.578062497294198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503757121451002, 38.578176028746803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15232", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495727888792004, 38.576018322307696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15234", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495656383351999, 38.575999283877799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15244", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495101852451, 38.575851584533403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15245", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495088648960007, 38.5757320770945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491902958924996, 38.575003271117502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491877891686002, 38.574876274313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491818235905995, 38.574980711950303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491798464219997, 38.574855124854601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15326", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491733512940996, 38.574958152720903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491719036795004, 38.574833976241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15328", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491648790029998, 38.574935593429601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.491639608276003, 38.574812826668897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15330", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491564067172007, 38.574913034076303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15331", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491560180950998, 38.574791677046399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15332", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491479344366994, 38.574890474660997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14852", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469729757888999, 38.5714766285531 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503771819264003, 38.578044758245298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15043", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503157958508993, 38.578016170579097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15045", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503087753816004, 38.577997490085302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15047", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503017549158997, 38.577978809548902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15246", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495030254650999, 38.575832508375598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15247", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.495021526637004, 38.575714193417603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15248", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494958658037007, 38.575813432178599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15249", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494954404354999, 38.5756963088009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15250", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494887060313005, 38.575794355932302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15252", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494815463776007, 38.575775279646699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15254", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494743867276, 38.575756203316899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15256", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494672269668001, 38.575737126937703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15257", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494685916690997, 38.575624772652702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15376", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489575225522998, 38.574262797586897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15377", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489521368550996, 38.574364438012999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15378", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489508629425004, 38.574245049957597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15379", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489450332706994, 38.574345506813998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15380", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489442033355004, 38.574227303190803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15381", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489379298041996, 38.574326576477297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15382", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489375437323005, 38.574209555484799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15383", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489308262273994, 38.574307645191098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15384", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489308842472994, 38.574191807745599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13801", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475604578138999, 38.574391239711801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475601376010999, 38.574264664421598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475532988167998, 38.574372151500903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475534259962004, 38.574246768545002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475461397087003, 38.574353063240501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475467145088004, 38.574228873535702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475400029100001, 38.5742109784821 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475332913146005, 38.574193083389702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14428", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487217382644999, 38.576247028684598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14429", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487204380036005, 38.576127585143098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14430", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487146065917997, 38.576228039878998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14431", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487137521503996, 38.576109783641698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14432", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487074750369999, 38.5762090519354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14433", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487070663004999, 38.5760919821019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14434", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487003433718996, 38.576190063041999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14435", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487003803392, 38.576074180518297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14436", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486932117099002, 38.576171075005497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14437", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486936944958998, 38.5760563789011 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14439", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486870086560998, 38.576038577245399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13818", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474795946792, 38.574050045391999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13819", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474742078060004, 38.574151685289202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13820", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474728832036007, 38.574032184187402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13821", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474670487146994, 38.574132632574297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13822", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474661716167006, 38.574014322938801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13823", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474598897411994, 38.574113580721303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13824", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474594600331002, 38.573996461651198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13825", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474527307716002, 38.574094528823998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13826", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474527484527997, 38.5739786003248 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13827", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474455716917006, 38.574075475976301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13828", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474460368766003, 38.573960738058503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13829", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474384127297995, 38.574056423990399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13830", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474393253030996, 38.573942876654201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13831", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474312536574999, 38.574037371054203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13832", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474326137329001, 38.573925015210897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13987", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506093324426004, 38.5811547742871 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13988", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506073216253995, 38.581296681376102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13989", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506107361315998, 38.581304582854699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13990", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506017303250999, 38.581134522133603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13991", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506002505045004, 38.581277645554103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506040433560003, 38.581287948767901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13993", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505941282118997, 38.581114269930303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505934949037993, 38.581257769104504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13995", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505968220507, 38.581266520044501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505865259882995, 38.5810940176721 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505895991288995, 38.5812485911867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505859094290003, 38.581240322946996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14232", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495245228827002, 38.578406981578901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14234", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495173535598994, 38.578387886187102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14441", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486803227047005, 38.576020775545999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14443", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486736368722006, 38.5760029729121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14445", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486669510422999, 38.575985171140502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14446", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486575536877993, 38.576076132372101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14447", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486602651010003, 38.575967369325198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14448", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486504221640004, 38.576057143176101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14449", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486535792778, 38.5759495674764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13833", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474240947032001, 38.574018318979697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13834", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474259022807999, 38.573907153733998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13835", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474169357527003, 38.573999266861101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13836", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474191907174003, 38.573889292213003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13838", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474124791579996, 38.573871429752103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13839", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474026177490998, 38.573961161584698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13841", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473954586960005, 38.573942108426998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13842", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473990560478995, 38.573835706515403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13843", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473882997608001, 38.5739230561312 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505828093042993, 38.581231570855103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505793227219002, 38.5812238436936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14005", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505646947112993, 38.581035688719197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14007", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505580428941997, 38.581017968732702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505648498260996, 38.581180680095898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14009", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505610918201, 38.581172942190499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505513909662, 38.581000247802102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14011", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505573827502005, 38.581161500077599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14237", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495127304817998, 38.578239370918297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14239", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495060093033999, 38.578221468866801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14241", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494992881277, 38.5782035676772 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14245", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494839269338996, 38.5781659075882 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14247", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494728088512005, 38.578136287407403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14459", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485952550109999, 38.5759101306231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14460", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485982087463, 38.575804119906699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14461", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485881607777003, 38.575891197652602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14462", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485907484050998, 38.575783148182197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14463", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485810664328, 38.5758722655345 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14464", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485802492383002, 38.575754074805999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13849", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473522881384, 38.5737111539107 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13851", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473456463847, 38.573693449190003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473402622137996, 38.573795092198402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13853", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473390047482994, 38.573675745337098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473331777780004, 38.573776207813602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13855", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473323631159005, 38.573658040545297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13857", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473257213720004, 38.573640335710202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13858", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473190088042003, 38.573738437106798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13859", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473190797461996, 38.573622630842202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13860", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473119243796006, 38.573719552591797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13861", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473124381229994, 38.573604926837 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505536933135005, 38.581152698415899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14013", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505447391564005, 38.580982526838199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505506604006996, 38.581145014867701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14015", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505472428768002, 38.581135692369799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505380873497998, 38.580964805836203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14017", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505440066212003, 38.581127466788097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505403194042003, 38.581115468800299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14019", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505293844500997, 38.580943797171898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14021", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505372178130997, 38.5811088471416 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505337335728996, 38.581097923564201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14257", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494215656251995, 38.578002876557697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14259", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494148182718007, 38.577984887245997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14261", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494080709212, 38.5779668987959 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14263", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494013236895, 38.577948909410701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14466", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485735984190001, 38.575736326300202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14468", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485669474890003, 38.5757185768502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14470", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485602966770003, 38.5757008273672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14472", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485536457536, 38.5756830778408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14473", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485455951109003, 38.575777601604102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14474", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485469949481995, 38.575665328281303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14476", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485403440314002, 38.575647578678399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14477", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485314065853998, 38.575739735906701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14478", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485325650498993, 38.575628005920599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14479", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485243123854005, 38.575720803445797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13863", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473057965037, 38.573587221892701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472977555423995, 38.573681782530997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13865", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472991547730999, 38.573569516905103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472906710149999, 38.573662896979897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13867", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472925131604001, 38.573551811884698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472835866054993, 38.573644012291503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13869", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472858715510995, 38.573534106826102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13871", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472792298296, 38.573516402625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472694177983001, 38.573606241883702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472623334006002, 38.573587356164303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505303622881996, 38.581088627316099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14025", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505233091519997, 38.581069203504804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14265", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493945763463998, 38.5779309199811 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14267", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493878290059996, 38.577912931412897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14269", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493810816697007, 38.577894941904603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14271", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493743343361004, 38.577876953257899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14273", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493675871213, 38.577858963676 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14275", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493608397952002, 38.5778409740497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14526", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483279695096002, 38.575081648181602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483213449187005, 38.575063984976801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483147203317998, 38.575046320833202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483080957474996, 38.575028657552501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13885", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472061700243003, 38.573321726821597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472003467874998, 38.573422202320998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13887", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471995283303997, 38.5733040383789 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13889", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471928867537997, 38.573286350804104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471861779264003, 38.573384467824603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14277", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493540924718999, 38.577822985285003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14279", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493473451526, 38.577804995580003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14281", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493405978360002, 38.5777870067366 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479365002801998, 38.574037134281298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479298584782995, 38.574019415801096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14624", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479235980358993, 38.574127142766798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479232166797999, 38.574001697282903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479153698274004, 38.574105269069896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479165748846, 38.573983978726503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479083681096995, 38.5740877423802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479099329771998, 38.573966261027699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479032911885994, 38.573948542395001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478941989107, 38.574049942684198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478966494031994, 38.573930823724297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478871143161001, 38.574031043672001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13891", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471862451812996, 38.573268662290403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471790935588004, 38.573365600514002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13893", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471796034972002, 38.573250973733302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471720091948995, 38.573346733160001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13895", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471729619306004, 38.5732332860442 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13896", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471649248355007, 38.573327864861803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13897", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471663203679, 38.573215597416102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13898", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471578403644003, 38.5733089974159 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13899", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471596786931002, 38.5731979096456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13900", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471507560117999, 38.573290129931799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13901", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471530371368999, 38.573180220941303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471436716629995, 38.573271262404397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14294", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492719437762005, 38.577713665667098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14296", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492649422906993, 38.577695015697799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14297", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492646247340005, 38.577578183432998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14298", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492579406941005, 38.577676365681199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14299", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492580608414997, 38.577560698539202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14300", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492509391005001, 38.577657716523099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14301", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492514968367999, 38.577543214503997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14302", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492439376259995, 38.577639066426698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14563", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481677100585003, 38.574654397277897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14564", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481557118837998, 38.574745319086603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14565", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481584734644997, 38.574629779275298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14567", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481492367615004, 38.574605162094798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14575", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481202803290998, 38.574527911926999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14576", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481212303068006, 38.5746565503662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14577", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481150610154998, 38.574513983471903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14578", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481142494864997, 38.574642179904103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13903", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471463955841003, 38.5731625321989 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471365873178996, 38.573252394833702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471295029765002, 38.5732335272195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471224185248005, 38.573214658655999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14303", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492449329501, 38.577525730436498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14304", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492369360403998, 38.577620416282997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14305", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492383689519002, 38.577508246326801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14306", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492299344578001, 38.577601766997901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14307", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492318050715994, 38.577490762184901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14309", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492252410798002, 38.577473278000802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14311", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492186772059995, 38.577455793784502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14313", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492121132213001, 38.577438308624998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14579", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481098417045004, 38.574500054092297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14580", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481078786186004, 38.574626242153698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14581", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481046223956, 38.574486124689301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14582", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481000894860003, 38.574607054310803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14588", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480688538653993, 38.574390707544303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14590", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480639067225994, 38.574493515815597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14591", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480621508295002, 38.574372833025798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14592", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480567568626995, 38.574474449152603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13920", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470742725790998, 38.573086357068597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13922", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470671044463998, 38.573067247403102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13924", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470599364329999, 38.573048136797702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13925", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470595074032005, 38.572930996857203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13926", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470527683078998, 38.573029027043397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13927", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470527873406994, 38.572913080562401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13928", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470456001873998, 38.5730099163438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13929", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470460672808997, 38.572895165129601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14316", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492055493538999, 38.577420824334297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14326", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491395789194996, 38.577245062999097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14328", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491316358196002, 38.577223897890299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14330", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491236927244003, 38.577202732727102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478888640262994, 38.573910131025499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478800297258999, 38.574012143715599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478729451394997, 38.573993243715798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478755803577997, 38.573874694376002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478658604421, 38.573974343667501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478679233688993, 38.573855156861697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478587758632003, 38.573955443580999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478581551838005, 38.573828180090501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478508357844007, 38.573810430634403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478419066133995, 38.573786763580699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13931", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470393472251999, 38.572877248756797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13932", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470312639572995, 38.572971695712504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13933", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470326270574006, 38.572859333240601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13934", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470240959623993, 38.572952585785899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13935", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470259070085007, 38.5728414167897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13937", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470191869621999, 38.572823501200801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13939", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470124669200004, 38.572805584671897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470025916577995, 38.572895253922297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13941", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470057468804995, 38.572787669004903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14332", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491157497486995, 38.577181567514401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14334", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491078066629996, 38.5771604022422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14336", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490998635820006, 38.5771392369154 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14338", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490919205056002, 38.577118071534102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14340", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490839775487999, 38.577096906103399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14342", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490760344818995, 38.577075740613203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14480", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485245608666006, 38.575607535713203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14482", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485166682160994, 38.575588844276297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14494", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484539657713, 38.575417252092002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13943", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469990267295998, 38.572769753293699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13944", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469882555883999, 38.572857032763501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13946", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469810875017998, 38.572837922565299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469453691327004, 38.572626766075999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20323", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469386753419997, 38.572608936806397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469319814391994, 38.572591108393702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499453831837997, 38.579398255663797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14131", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499375560952998, 38.5793746434775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14133", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499303247308006, 38.579358129036997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14345", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490680914197, 38.577054575068402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14347", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490601484769996, 38.577033409474097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14349", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490522062289003, 38.577012242054003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14352", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490458849001996, 38.5769943287915 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14354", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490395888725004, 38.576978756236699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14594", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480496068918995, 38.574455382440199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14596", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480416452449006, 38.574436280154003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14597", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480420418574994, 38.574319208341699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14598", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480343176534006, 38.574419546806602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14600", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480353388349997, 38.574301333667997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14602", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480286358159006, 38.574283458955399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14603", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480139108781003, 38.574369237080603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14605", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480067610432997, 38.574350171009598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20325", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469252876552005, 38.572573279046601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20326", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469185938744999, 38.572555449660904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469118999824005, 38.572537620231103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20328", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469052062084003, 38.572519790767998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20329", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468985123229999, 38.572501961260798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20330", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468918185557001, 38.572484131720202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14135", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499230949091995, 38.579339257873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14137", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499155656930995, 38.579319194439698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14139", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098359288993, 38.5793027457321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14141", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499038060559997, 38.579286284009903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14143", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498971744469998, 38.579270974586898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14145", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498900932153006, 38.579254466391497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14370", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489673675380999, 38.576785999138302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14372", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489607339339997, 38.576768304074498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14538", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482867575392007, 38.574970280465003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14540", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482790060899006, 38.574949018945503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14543", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482670517548001, 38.575059692427402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14544", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482615825417994, 38.574907298196599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14546", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482528191956007, 38.574879784995801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14147", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498827149582993, 38.579233230904997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14149", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498748829388006, 38.579216691015297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14374", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489541003325002, 38.576750609873599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14376", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489474667349995, 38.576732914733803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14378", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489408331407006, 38.576715219556 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14380", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489341995497, 38.576697524340098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14382", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489275659613995, 38.5766798299871 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14496", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484473323963996, 38.575399589219799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14497", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484452000573, 38.575514628895299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14499", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484381244277003, 38.575495787721799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14501", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484310488012994, 38.575476947405903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14502", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484274321786003, 38.575346597667703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14504", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484207988169004, 38.575328934643501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14505", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484168975608, 38.575439264842501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14506", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484141654590005, 38.575311270680501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20373", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467897762457994, 38.572332985857898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20374", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467837698213003, 38.5723162125066 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20378", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467539372814997, 38.572230377891003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20379", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467470401119002, 38.572210854376003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14160", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498150298705994, 38.5791612577612 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14162", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498082515063004, 38.579143170309202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14164", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498014731455996, 38.579125082817399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14166", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497946947881999, 38.579106995285997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14168", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497879164343004, 38.579088907714898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14173", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497754741886993, 38.578939696708197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14395", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488609850055994, 38.576502246508397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14397", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488542902823994, 38.576484394079003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14399", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488475956773001, 38.576466541616 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14401", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488409009609001, 38.576448689109199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14608", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480085268943, 38.574229833689003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14610", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480001329615007, 38.5742074495517 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14612", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479925289487994, 38.574185987324398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14614", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479850373293999, 38.574165417480799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14616", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773197591001, 38.574144835632701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20380", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467398569477993, 38.572192436576699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13955", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466655387515999, 38.571997006460599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13956", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466647174070005, 38.5718788455669 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14175", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497664123597005, 38.578917302759201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14177", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497565617966998, 38.578892213261398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14179", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497485159413998, 38.5788707488447 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14182", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497404680539006, 38.578962292704901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14402", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488422691588994, 38.576572587739498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14403", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488342063630995, 38.5764308356679 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14404", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488351281646004, 38.576553545213699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14405", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488275117680999, 38.576412983088801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14407", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488208170617, 38.576395130465798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14409", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488141224733994, 38.5763772778092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14411", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488074277736999, 38.576359425108798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14413", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487997315298003, 38.576338374935702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14547", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482529192738994, 38.575022009591002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14548", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482440500668005, 38.5748602516164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14555", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482046567303001, 38.574752864958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14556", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481974519169995, 38.5748514295503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14557", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481954201101999, 38.574728248151096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14558", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481882152866007, 38.574826812685998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14559", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481861833817007, 38.5747036312654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14561", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481769467743007, 38.574679014311002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13957", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466584546459998, 38.571978153980801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13958", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466580760835996, 38.571861171138998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13962", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466447933313006, 38.5718258230646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13963", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466372023516996, 38.5719215962813 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13965", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466301182611005, 38.571902743628002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13968", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466248692852005, 38.5717728002193 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13970", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466182279815996, 38.571755125562802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13971", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466088658963002, 38.571846186303802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14203", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496492991555996, 38.578592579926003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14414", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487951668720001, 38.5764501743339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14415", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487918342301001, 38.576317315817803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14416", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.487864032971004, 38.576429466950998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14418", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487770506230007, 38.5764023929244 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14420", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487695048993999, 38.5763817383977 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14427", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487271239749006, 38.576145386610797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14508", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484075321044998, 38.575293606679303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483942654046004, 38.575258279464002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483885951247998, 38.575363899196802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14514", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483876320598995, 38.575240615348903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483815195252006, 38.575345057677197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14516", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483809986031005, 38.575222952091501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483744439293005, 38.575326216114398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14518", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483743652650006, 38.575205287900403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13973", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466017818207007, 38.571827333477103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13974", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466049452687997, 38.571719777031099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13983", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506232351611999, 38.581192151782297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS13985", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506169346798004, 38.581175025494602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14205", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496427000300997, 38.578574992986901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS14217", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496031059177, 38.5784694732899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16759", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502218524591996, 38.575168717200697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16762", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502149856048007, 38.575294109515703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16761", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502152007801001, 38.575149236672203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16764", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502081648735, 38.575275940588803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16763", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502080447408005, 38.575129733511297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16765", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502005551110003, 38.575106257418497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493170827086999, 38.572805202695399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493095533415001, 38.572881849220899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493092448572, 38.572784316364 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493011930595003, 38.572859570595703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493014070103001, 38.572763429979503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492928326679007, 38.572837291905103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492935691680003, 38.572742543541999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492844723969, 38.572815012258197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492857314450006, 38.572721657056398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492761120157994, 38.572792733446803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492778936118995, 38.572700770512597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492677516398999, 38.572770454575 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492700557833999, 38.572679883915903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492593913839002, 38.572748175647902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492622179593994, 38.572658997266103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16328", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481533912030997, 38.570889307592999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16332", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481378679358002, 38.570851038496599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16334", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481311566344004, 38.570833128857203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16336", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481244452208998, 38.5708152200745 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16337", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481115806646997, 38.570896508924001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472791078366996, 38.568558617280097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472741606474003, 38.568661424018899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472723968384003, 38.568540720673496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472670023017997, 38.5686423340358 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472598438451996, 38.568623244003199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472589748527, 38.5685049264426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472526855072999, 38.568604153931503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472522638645003, 38.5684870297193 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472455270584007, 38.568585063810303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472455528796999, 38.568469132956999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472383687280001, 38.568565973650102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472388418988999, 38.568451235254997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16779", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501404750269998, 38.574952318097999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16780", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501337461676997, 38.5750712231224 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16781", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501338324773997, 38.574934613159499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16782", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501266608793003, 38.575052336915903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16783", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501271900464005, 38.574916907286898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16784", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501195755946, 38.575033450665899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16786", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501124901983005, 38.575014565268603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492543802547999, 38.5726381105681 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492465424401004, 38.572617223812202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17007", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491775813811003, 38.572432141465299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491729143974993, 38.572516076701703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17009", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491709568142994, 38.572414499337199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480618139732996, 38.570773234300901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480547194316998, 38.570754356575101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480476248946005, 38.570735477904996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480405302457996, 38.570716600087103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480334357155002, 38.570697722230904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480263383307005, 38.570678829788399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472312102868003, 38.568546883440398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472321309208994, 38.568433338414899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472240519641005, 38.568527793191599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472254199462, 38.568415441535898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472168935306001, 38.568508702893403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472187089748999, 38.568397544618001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472097352155998, 38.5684896125561 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472052871577006, 38.568361749769799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471954184823005, 38.568451431743398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471985761965001, 38.568343852735097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471918652385995, 38.568325955661599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16788", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501054049211007, 38.574995678931998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16789", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501072626587003, 38.574863789435497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16791", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501004317146993, 38.5748407942312 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16792", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500912343780001, 38.574957906128503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16793", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500937891860005, 38.574823088161999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16794", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500794499204005, 38.574926938714803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16795", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500871467753996, 38.574805382059701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16796", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500723645459004, 38.574908052170898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16797", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500805043680998, 38.574787675919197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16799", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500738619640998, 38.574769969740501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491658481553998, 38.572497258400603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17011", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491643322509006, 38.572396857171199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491587819165005, 38.572478440957198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17013", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491577076900995, 38.572379215868096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491517157966001, 38.572459622574797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17015", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491510831331993, 38.572361573626203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491446495651005, 38.572440805045098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17017", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491444585790006, 38.5723439322473 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491375833378996, 38.572421986571399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17019", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491378341434, 38.572326289934701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17020", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491305172286005, 38.572403168960399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17021", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491312095956999, 38.572308648479897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480192448603006, 38.570659924865602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480121515079006, 38.570641020805297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480050580449998, 38.570622115795501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16365", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479979645853007, 38.570603211643103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479908712447994, 38.570584306551403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479837777925994, 38.570565402312099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471449652082995, 38.568200929003503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471442180888005, 38.568316909809099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471382804909993, 38.5681831184015 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471370877428001, 38.568297912189401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471315956623997, 38.568165307755699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471249109517998, 38.568147497076403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471223799442996, 38.568255180193198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471182262446007, 38.568129686358603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471115018814999, 38.568227758984101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16811", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500043593735001, 38.574734597374103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16812", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.500029622089002, 38.574598767480303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16813", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499973299244004, 38.574715877648501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16814", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499963721773995, 38.574581218071501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16815", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499903005937, 38.574697157885197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17022", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491234510089001, 38.572384350400498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17023", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491245850518993, 38.572291006086402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17024", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491159058172002, 38.572363246789998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17025", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491179605113999, 38.572273363655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17027", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491113359734996, 38.572255722086503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479466350874006, 38.570338245283303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479416943481993, 38.570441070439401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479399498549995, 38.5703204393063 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479345634628999, 38.570422077727599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479274326967001, 38.570403084076197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479265796297994, 38.570284827246901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479203018188997, 38.570384091276502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479198944074, 38.570267021154002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479131710597002, 38.570365098438103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479132093032007, 38.5702492150278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479060401902004, 38.570346104649701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479065242022997, 38.570231408862902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478989093237999, 38.5703271117182 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471115414259003, 38.568111875596998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471043714390007, 38.568208760256802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471048567254002, 38.568094064801898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470972411144004, 38.568189762391597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470981720281003, 38.5680762539683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470901106796006, 38.568170763576397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470914872194996, 38.568058443090798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470829802477994, 38.568151765618303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470848025289996, 38.568040632179901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470758499346005, 38.5681327676213 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470781178416999, 38.5680228212304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470687195110997, 38.568113768674301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470714330430994, 38.568005010237101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470615892054994, 38.568094770589603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470544587896995, 38.568075771554803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16816", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499897821491999, 38.574563668625103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16817", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499832711519005, 38.574678438074301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16818", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499831921242006, 38.574546119141203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16819", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499762418285997, 38.574659718225597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16820", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499766019882998, 38.574528568714001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16821", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499692123936001, 38.574640999230198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487293636204996, 38.571204450320202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487304421231002, 38.571340465951501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487226869352, 38.571186666371801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487233203353, 38.571321495632098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487160102532997, 38.571168882384903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487161984357996, 38.5713025261647 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487093335747005, 38.571151098359501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487090766549002, 38.5712835566585 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487026568995006, 38.571133314295601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487019543356993, 38.571265341135302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486959802276004, 38.571115530193097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486948324474994, 38.571246371536397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478998389899004, 38.570213602654299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478917785766001, 38.570308117847098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478931538956999, 38.5701957964122 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478846477177996, 38.570289124827802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478864688048006, 38.570177990131498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478775169775005, 38.570270131769597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478797836024, 38.570160183806998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478703861270006, 38.570251137761602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478730985181997, 38.570142377449102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478664134373005, 38.570124571052602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478561245514001, 38.570213150519699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478597282449996, 38.570106764612298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478489937115995, 38.570194157280703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470580636853995, 38.567969388145102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470473283768996, 38.568056773376902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16610", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468740154087001, 38.567471106804199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16611", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468776923985004, 38.567606040891 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16612", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468673033491001, 38.567454906884301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16613", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468705328002997, 38.567588760995399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16614", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468605912925, 38.5674387069255 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16615", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468633733209998, 38.567571480159799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16616", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468538792396004, 38.567422506026901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16617", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468563656887994, 38.567551849502301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16618", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468471673037996, 38.567406305995597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16619", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468492062159001, 38.567534569480003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16828", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499502419337006, 38.574458370253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16830", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499436519287997, 38.574440819643399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16832", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499370619264994, 38.574423269896897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16834", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.499309249728, 38.574406582045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486192505234001, 38.570911368399699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486126262599996, 38.570893689743997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486045902091007, 38.570988251482198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486060020004999, 38.570876010149497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485975242942004, 38.570969393676798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485993777437002, 38.570858331417902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485904583831001, 38.570950535828302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485927534908001, 38.570840651747602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485833925904998, 38.570931677941701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485861293558997, 38.570822972044503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485763266874997, 38.570912819105999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485795051088999, 38.5708052931992 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16406", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478099822865005, 38.569973426935903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16407", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478078833389006, 38.570084618358301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16409", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478007154259998, 38.570065513239697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16410", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477965423439002, 38.569937604820602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16412", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477898223783001, 38.569919692803502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16413", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477863793829997, 38.570027301958099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16414", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477831024154, 38.569901781648298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16415", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477792114817007, 38.570008196706297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16416", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477763824565997, 38.569883869553202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16620", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468404552563996, 38.567390105919998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16621", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468390523926999, 38.567505362745301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16622", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468341980977002, 38.567368031222202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16623", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468318928139993, 38.567488082610701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16624", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468274860568002, 38.567351831071399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16625", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468230844486001, 38.567467189761203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16626", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468213763563, 38.567333300904302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16627", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468159248782001, 38.567449908626898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16628", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468142120723996, 38.567319436648503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16629", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468087654255001, 38.567432628354503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16630", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468076520005994, 38.567300885714801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16631", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468016059760998, 38.567415348037798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16633", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467944464162002, 38.5673980667707 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16635", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467872869738002, 38.567380786365398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16844", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498775424333004, 38.574264760065503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16846", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498709001162993, 38.574247069838698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16847", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498648726674006, 38.574364134331603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16848", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498642576879007, 38.574229379568798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16849", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498577875077004, 38.574345264496699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16850", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498576153775005, 38.574211689265702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16852", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498509730704001, 38.574193998924599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16854", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498443306517999, 38.574176308540402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489623433475003, 38.571957473046197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17071", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489212952651997, 38.5718550981249 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17072", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489196464491002, 38.571711793592399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489141454277004, 38.571836054773897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17074", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489129434402003, 38.571693940215098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489069955933999, 38.571817012279602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17076", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489062404338995, 38.571676087699899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16417", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477720434701993, 38.569989090504002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16418", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477696625004995, 38.569865958320001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16419", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477648754618002, 38.569969985158302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16420", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477629424330004, 38.569848047042598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16421", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477577074571997, 38.5699508797682 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16422", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477562224842998, 38.569830134830397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16423", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477505395719007, 38.569931773437901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16424", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477495025381998, 38.569812223480099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16425", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477433715751005, 38.569912667959002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16426", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477427825963005, 38.569794311190002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16427", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477362035826999, 38.569893561534798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16429", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477290357081998, 38.569874455972297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16430", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477293427212004, 38.569758488294298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16637", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467801274202003, 38.567363505910599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16855", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498365319357006, 38.574288655627399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16856", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498376883507007, 38.574158619023798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16857", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498294467904003, 38.574269786519899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16858", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498310460534995, 38.574140928568298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16860", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498244036448, 38.574123238069703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16862", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498177613541998, 38.574105547537897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16864", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498111190667998, 38.574087856967999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16866", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498044766679996, 38.574070166355099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485728808657996, 38.570787613415099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485212710807005, 38.570781859068603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485214173314006, 38.570650898569397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485142051816993, 38.570763037690199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485147930923006, 38.570633252685901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485081688565003, 38.570615606764498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485000735102005, 38.570725393908099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485015446234002, 38.570597961706 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16431", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477218677235001, 38.569855349459303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16432", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477226219252003, 38.569741755122799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16433", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477146997419993, 38.569836243802797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16438", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476784837216996, 38.5696236820759 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16439", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476728519171004, 38.569728732513703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16440", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476691617143004, 38.569720849505501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16442", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476645801906002, 38.569714259515798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16443", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476595799280005, 38.5697042334698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16445", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476555704020001, 38.569698651286203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506221603834007, 38.576250125253303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16662", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506110059280005, 38.576352701094997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16663", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506154652432997, 38.5762322830088 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16665", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506087702212, 38.576214440730503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16877", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497367217825001, 38.5739197731723 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16878", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497320331701999, 38.574010445698697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16879", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497300446162001, 38.573901960801898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497249107602002, 38.5739914455025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16881", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497233674531998, 38.573884148392999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484470167159998, 38.570452200037401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484403925131005, 38.570434554628903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483914854353998, 38.5704388328394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483823490872993, 38.570414457104903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483732126307004, 38.570390081292999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16446", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476523131657999, 38.569689363483697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16447", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476583763765007, 38.5695700507232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16448", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476496593001002, 38.569683366010402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16449", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476469941578998, 38.5696761599174 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16450", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476516740112004, 38.569552173831703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16451", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476443788048996, 38.569668347964402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16452", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476411730674997, 38.5696620696556 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16453", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476449715350995, 38.569534295995403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16454", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476375970004995, 38.569655037651899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16455", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476338328918004, 38.5696493601884 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16456", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476382690617001, 38.569516419021198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16457", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476310475356996, 38.569644125189399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16458", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476289054917999, 38.569634976961602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16666", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505967230440007, 38.576314636919101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16667", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506020750884005, 38.576196597507597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16668", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505895817227994, 38.576295604319498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16669", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505953800731007, 38.576178755151801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16671", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505886849464005, 38.5761609127524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497177884688, 38.573972445267501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16883", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497166901788006, 38.5738663359407 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497106661805006, 38.573953445889501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16885", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497100130224993, 38.5738485234547 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497035437817999, 38.573934445561797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16887", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497033358695006, 38.573830710930302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16888", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496953648952996, 38.573914644329797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16889", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496966587198997, 38.573812898367301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496885325988998, 38.573893393464203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16891", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496899815736001, 38.573795085765902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496815053125999, 38.5738759079372 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16893", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496833044306001, 38.573777273125899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488998457636001, 38.571797968840201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17078", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488995375458003, 38.571658235150799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488926959368996, 38.571778926257501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17080", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488928345462995, 38.571640382557902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488855459999002, 38.571759882724699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17082", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488861315502007, 38.571622529926202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488783961809006, 38.5717408400537 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17084", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488794285579999, 38.571604676354802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488712463656, 38.571721797338597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17086", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488727256833002, 38.571586823650399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488640965548996, 38.571702753678302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17088", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488646811197, 38.571563630582901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488569467472999, 38.571683710874801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16460", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476261336758, 38.569624273214401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16461", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476221551189994, 38.569610748201299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16465", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476181617769996, 38.5694627869699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16466", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476092845363993, 38.569566926273403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16467", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476114593169996, 38.569444909840399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16468", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476050819785996, 38.569556382042897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16469", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476016357467998, 38.569543670240002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16470", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476047568604002, 38.569427032672102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16473", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475980545219002, 38.569409155470098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16679", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505340524816006, 38.576140683343802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16680", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505324439735006, 38.576009409945499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16681", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505269484023003, 38.576121780775701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16682", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505257837971996, 38.575991688493502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16683", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505198442126002, 38.5761028772584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16684", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505191237388999, 38.575973967008103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16685", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505127400261003, 38.576083974598198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16686", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505124635691004, 38.575956245479503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16687", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505056358432995, 38.576065071894398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16688", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.505058034027002, 38.575938523912498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16689", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504985317790997, 38.576046169152001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496743845265001, 38.573854643547101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16895", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496766272909994, 38.573759460447398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.496675509485996, 38.573834900601902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16897", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496699501546999, 38.573741647730401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48493007623, 38.5707065714994 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484857496448996, 38.570687741399801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484882961676007, 38.570562670574397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484803124628996, 38.570675781453801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484816720596996, 38.570545024506501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484706596856995, 38.570646281654298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484750478395995, 38.570527379296401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484635938134005, 38.5706274599669 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484684236234997, 38.570509733147503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484565279454998, 38.570608637335503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484617994106998, 38.570492086960598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484494621954994, 38.570589815566898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16474", "timelimit": 360.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475876801143002, 38.5695007412926 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16476", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475913520719999, 38.569391278224202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16482", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475446956596997, 38.569266863539902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16483", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475397565918001, 38.569369692486198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16484", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475380806131994, 38.569249230484701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16485", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475327004877997, 38.569350883560098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16486", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475314654559, 38.569231596485601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16690", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504991432395997, 38.575920802307301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16692", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504924831938993, 38.5759030815694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16693", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504843234329996, 38.576008362625601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16695", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504772193801003, 38.5759894597524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16697", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504701152161999, 38.575970556830598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16699", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504630110560001, 38.575951653865303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16911", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495962244658003, 38.573548192308699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16912", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495912106774995, 38.573630450155697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16913", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495895211144003, 38.573530343750498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16915", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495828178810996, 38.573512495158397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16917", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495761145364, 38.573494646522498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16919", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495694111956993, 38.573476796946998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490541834162002, 38.572200528280902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490470894292997, 38.5721815990224 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17040", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490446278332996, 38.572079158713997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490399953315006, 38.572162669715397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17042", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49037977127, 38.572061411969003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17044", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490313265387996, 38.572043665191003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17045", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490258072626006, 38.572124810075202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17046", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490246758390995, 38.572025918369597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490190955605996, 38.572108913680403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17048", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490180252575001, 38.572008171515002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490120014774007, 38.572089984201803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16489", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475185881767004, 38.569313264672999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16490", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475182351504003, 38.569196329274803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16491", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475115319691, 38.569294455612699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16492", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475116201175993, 38.569178695167501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16493", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475044758799996, 38.569275646514598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475050049727002, 38.569161061918102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16495", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474974197951994, 38.569256836472597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16496", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474983898318001, 38.569143427729898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16497", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474903635987005, 38.569238027283298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16498", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474917746933997, 38.569125794404798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16499", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474833075207002, 38.569219218056098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16500", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474851596736997, 38.5691081601463 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16501", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474762513317003, 38.569200408780802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16712", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504006428943001, 38.575786378903999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16713", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503996385703005, 38.575655861822099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16714", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503936226478004, 38.575767661988301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16715", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503930570658994, 38.575638314144499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16716", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503866022902997, 38.575748945025197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16717", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503864755641999, 38.575620767330498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16921", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495627079724997, 38.573458948238503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16922", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495554596280002, 38.573535256347697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16923", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495560046378998, 38.573441099486097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16924", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495482139353001, 38.573515458700797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16925", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495493013065996, 38.573423250695001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16926", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495410636493006, 38.573496419217399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16927", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495425979787001, 38.573405401865003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16928", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495339134812994, 38.573477380595698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16929", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495358947694996, 38.573387552100399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16931", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495302168330994, 38.5733756911117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17090", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488558660951, 38.571542666472098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488494136040003, 38.5716631402845 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17092", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488468622246003, 38.571517167843197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17094", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488397753718004, 38.571498542127003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17103", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487853058417997, 38.571487599332997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474691952618002, 38.569181598566701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16504", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474719294140002, 38.569072892406197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16505", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474621391949995, 38.569162789210601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16506", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474653142886993, 38.5690552589299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16508", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474586991672993, 38.569037624514898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16509", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474480269577001, 38.569125170363897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474122903589006, 38.568913875168199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474103387460005, 38.569030971669598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474056403412007, 38.568896136161101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16718", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503795820511996, 38.575730228024398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16719", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503798940657006, 38.575603220479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16720", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503725618157006, 38.575711510980902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16721", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503733126851998, 38.575585673594901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503667311938003, 38.575568125767802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16725", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503601497049999, 38.575550578803998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16726", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503515971854, 38.575655363714702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16727", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503535682194993, 38.575533031802799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16728", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503445769639995, 38.575636647402497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16729", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503469867378001, 38.575515483863299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16730", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503375567470002, 38.575617930146798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16942", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494698955564999, 38.573213297375801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486540513728002, 38.571120255797801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486523718871993, 38.5709997647131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486469855465003, 38.571101398299497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486457476080005, 38.570982085346103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486399196091995, 38.571082540752798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486391233321001, 38.570964405941098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486328536757, 38.571063683163104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486324990588002, 38.570946727399097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486257878607006, 38.571044825535402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486258747894993, 38.570929047918398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486187219352004, 38.571025966958501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474032454972004, 38.569012050354203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473989904408, 38.568878398021802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473961521381995, 38.568993128089303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473856905367001, 38.568842919821698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473837647183998, 38.568958903943297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473790405322006, 38.568825180661797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473766714839002, 38.568939982465103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473723906458005, 38.568807441468799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473692759882994, 38.568923403948503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473657406479006, 38.5687897022325 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473621827618999, 38.568904481480601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473590907673994, 38.568771963864002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16731", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503404052587001, 38.575497936787301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16733", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503338237828999, 38.5754803896738 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16735", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503272423108996, 38.575462841622098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502765822212993, 38.575320670243897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494446859549001, 38.573227399323599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494377685950994, 38.573208973873498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16953", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494308511240007, 38.573190548376999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16954", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494309852382003, 38.573109654633001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494239337712997, 38.573172122844198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16957", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494170164221998, 38.573153697270101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16958", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494180152336, 38.573075107065002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16959", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494100990760003, 38.573135272555497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16960", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494115301782003, 38.573057833674497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16962", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494031817340002, 38.573116846898699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17050", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490113745637998, 38.571990425518102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490049075133996, 38.572071053784001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17052", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490047239888, 38.571972678587201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489978134378006, 38.572052124218501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17054", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489980733023003, 38.571954931613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489907194813, 38.5720331937137 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489836254132001, 38.572014264061202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489765314642, 38.571995333469403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17060", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489781213775998, 38.571901690465999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489694374037001, 38.571976403729998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17062", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489714708191997, 38.571883943343998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473550894238002, 38.568885559864903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473524407762, 38.568754224551199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473479962042006, 38.568866638210899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473457909028994, 38.568736485205399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473409029883001, 38.568847716513503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473391409182994, 38.568718745816199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473338096614995, 38.568828794767398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473324910516993, 38.568701006394001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473252176966994, 38.568806268758301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473258410737003, 38.568683266928403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473181243789, 38.568787346015199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16750", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502559102969002, 38.5754031195398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16749", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502574639220995, 38.575267542893201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16752", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502490895446996, 38.5753849508542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16751", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502509785051004, 38.575250709340402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16753", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502436532887998, 38.575232518942897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16755", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502354903446005, 38.575210333049299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16757", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502286714570005, 38.575189525597899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16760", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502218064549993, 38.575312277506399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16964", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493962643955001, 38.573098421200598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493484339310001, 38.572888747480199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493429948661998, 38.572970963132903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493405961758995, 38.572867861366099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493346344486, 38.572948684744198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493327583105994, 38.572846975193897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493249204500003, 38.572826088968696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487781840240004, 38.571468630251999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487719254753998, 38.571451963284602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487648035500001, 38.5714329941163 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487576817432, 38.571414024909203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487506408377996, 38.571260874253099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487505599401004, 38.5713950556583 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487439641419996, 38.571243090427402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487434380261007, 38.571376086358498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487360403089994, 38.571222234230099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487375639153001, 38.571359435326201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486086195907006, 38.573328679568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486019515606003, 38.573310912432603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485646880879003, 38.573216802785403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485590791915001, 38.573316968432003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485566084541006, 38.573190244776498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485520131596999, 38.573298128372002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485487135740001, 38.573167525536498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485449470169996, 38.573279288263798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490612792546997, 38.573439328446 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490581024039003, 38.573431241840801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16096", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490477774159004, 38.573400659647902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16098", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490415508298994, 38.573386637885797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490120444276002, 38.573177466627499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490053937289005, 38.5731597377182 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489920922278998, 38.573124277978003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485411539077006, 38.573146877891297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485378808779998, 38.5732604481124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485328465570007, 38.573123254625401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485308148575001, 38.573241607923002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485248003869998, 38.573103470824798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485237487259994, 38.573222767685301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485159201428004, 38.573078612958398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485166825975, 38.573203928305297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485092956920994, 38.573060949927601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485096165881998, 38.573185087986502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15487", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485026712446, 38.573043286858898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485025504679001, 38.573166247619397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484936150563001, 38.573018157931699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484954843512995, 38.573147407209198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15705", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475959811747998, 38.570635848940803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15706", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475901104447999, 38.570734226930803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15707", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475881559805998, 38.570614977621602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15708", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475829610882997, 38.570715157340302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15709", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475814534199003, 38.5705971003187 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15710", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475758117349002, 38.570696088606603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15711", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475736282347995, 38.570576228000498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15712", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47568662386, 38.570677018927903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15713", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475656157797999, 38.5705553480473 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15714", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475615130410006, 38.570657949205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15715", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475589132303995, 38.5705374706138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15716", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475543635850002, 38.570638879432799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15717", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475522106843002, 38.570519593141597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15887", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506337158525994, 38.577633075950899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15889", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506291903326002, 38.577620728078301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15891", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506208127912004, 38.577597954689701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15893", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506059152907, 38.577562736479003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15894", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506020771541998, 38.577552152953103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15896", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505987175710004, 38.5775439213539 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15897", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505948795506995, 38.577533338709898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16110", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489854414250999, 38.573106548048003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16113", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489787256944993, 38.573204640807504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489787907402004, 38.573088818084898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16115", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489716315001999, 38.573185729099201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489721399439006, 38.5730710880785 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16117", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489645374244006, 38.5731668173526 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489654891502994, 38.5730533589348 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16119", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489574432376003, 38.573147905557398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489588384754001, 38.573035628856999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16121", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489503491700006, 38.573128992822902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16123", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489432549906994, 38.573110080940701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489455370208006, 38.5730001685818 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484869906167006, 38.573000494773197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484851207347006, 38.573120167801697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484803661803994, 38.572982831576901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484780546273001, 38.573101327285102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484316866594995, 38.5728515114617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484250622383001, 38.572833865065398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15719", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475455082563002, 38.5705017156357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15720", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475400649132993, 38.570600740666997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15721", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475388057176005, 38.570483837185002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15722", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475329155834999, 38.570581670767503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15727", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474981117387998, 38.570374308821698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15728", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474945952118006, 38.570479850737797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15729", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474903651698, 38.570353645809398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15730", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474875296274007, 38.570461004174398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15731", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474837412260001, 38.570335976909298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15899", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505915220595, 38.577522089178203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15900", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505876839273, 38.577511505604498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15902", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505843243475994, 38.577503273963501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15903", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505804863322993, 38.577492690370903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15905", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505771267537, 38.577484459609899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15906", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505739592725007, 38.577476922622203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15908", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505705996960003, 38.577468690941302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15909", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505667616845997, 38.5774581073033 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16125", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489361609300005, 38.573091169020103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16127", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489290667583006, 38.573072257051003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489322355793007, 38.572964708153698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16129", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489219727050994, 38.573053345043498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489255848062001, 38.572946977879802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489189341504996, 38.572929248473599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489143933091995, 38.572917646344401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488746494205003, 38.572934268244403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488704673474999, 38.5729229502546 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484184378197995, 38.572816219531902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484124602161998, 38.572926124762503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484118134051002, 38.572798573059799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484053941341998, 38.572907301819598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484051889938002, 38.572780926549697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483983280551996, 38.572888479734601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483985645851007, 38.5727632809025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483912620953006, 38.572869656710601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483902574292003, 38.572739672833997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483841960245002, 38.572850833638299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483817626543001, 38.572716057240399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483771299566996, 38.572832011423799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483732657559003, 38.5726953838195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15734", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474786470054994, 38.570432979663899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15735", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474704934624, 38.570300639901497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15736", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474724814704999, 38.570415354021002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15737", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474638695284, 38.570282970887703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15738", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474663907427995, 38.570400087587302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15739", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474560468967994, 38.5702593474468 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15740", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474606021656996, 38.570382485294402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15741", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474494229702998, 38.5702416783503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15743", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474413047914993, 38.5702165837398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15744", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474458668156004, 38.5703459354445 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15745", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474346808725997, 38.570198914559001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15746", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474356199352002, 38.570319585594099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15747", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474280569569004, 38.570181245340201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15911", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505634021098999, 38.577449875601502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15912", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505595639850995, 38.577439292835599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15914", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505562044122001, 38.577431061113003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15920", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505408485320999, 38.577392635115402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488721657122994, 38.572804704185401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488660567093007, 38.572913668090003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488628372039997, 38.572902392590699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488654627144001, 38.572786868555902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488584469054999, 38.572892595081697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488587596051005, 38.572769032882498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488520912772998, 38.572875079224403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488520564992001, 38.572751197170199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488423017189007, 38.572848938648299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488383115949006, 38.572839133522201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488453533973001, 38.572733360518299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488340942958004, 38.572829104828699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488298142155998, 38.572820049016002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488243076727002, 38.572805609262701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483700640080002, 38.572813188270402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483666413636001, 38.572677737088704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483629979477001, 38.5727943659696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483600169740001, 38.572660091220897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483559318917003, 38.572775542724798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483533925882995, 38.572642444414399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483488659542004, 38.572756719441998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483467682059, 38.572624797570001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483417999050999, 38.572737897011798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483401438262007, 38.5726071515884 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483347338602997, 38.5727190736376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15749", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474214330438997, 38.570163576984399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15750", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474182574739999, 38.570276423323499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15751", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474148091347999, 38.570145907689799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15752", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474087603944, 38.570250107293397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15754", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474001959513004, 38.570227655172403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473718289713005, 38.570024987267601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473623843797, 38.5701246619805 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473651135653995, 38.570007091906703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473557431128995, 38.570110012267797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15928", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503654880292004, 38.576782536021398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503605581190996, 38.576885393442197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15930", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503588975800994, 38.576765005788602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15937", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503394690578006, 38.576829295591203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15936", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503391265972994, 38.576712413978697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15938", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503325362759995, 38.576694883600702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486503080746999, 38.572231319992397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486116881743996, 38.572110974301197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486050638021993, 38.572093294701602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485926112784995, 38.572176070231002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485918151815, 38.572057936294797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485855453639005, 38.572157212357901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15535", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483017483471002, 38.572515171205403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15536", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482972484786004, 38.572619171597502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15537", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482925917098996, 38.572490755129003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15538", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482880918294995, 38.572594755485603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15539", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482834350789005, 38.572466338980199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15541", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482742784547995, 38.5724419218581 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15542", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482697785507995, 38.572545922143597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15543", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482651218363003, 38.572417505564502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15544", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482606219206005, 38.5725215058144 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15545", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482559652240994, 38.5723930891984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15546", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482514652964994, 38.572497089412799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15547", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482468086181996, 38.572368672759801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15548", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482423086794, 38.572472672037797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473583982777001, 38.569989196512203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473516829939996, 38.569971300177698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473449675981996, 38.569953404700001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473339885759998, 38.570048293184101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473372854697999, 38.5699329318781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473281421096999, 38.570033798391997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473279919278994, 38.569908164976702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473221450251003, 38.570018612033699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473186983925004, 38.569883398000798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473159648969002, 38.570000180387801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473094048641997, 38.569858630049303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473082862894998, 38.569979916541797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15941", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503254095488003, 38.576791897104002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15940", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503259459578999, 38.576677353185097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15943", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503183799148999, 38.576773197350903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15942", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503193556430006, 38.576659822732097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15945", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503113501692994, 38.576754498451102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15944", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503127652173006, 38.576642291335702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15947", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503043205428, 38.576735798612603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15946", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503061749088999, 38.576624760807597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15949", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502972908052001, 38.576717098726498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15948", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502995846036995, 38.576607230241898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15951", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502902611853997, 38.576698399703503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15950", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502929943018003, 38.576589699638802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16300", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482601955505004, 38.571174198675102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16301", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482570063981996, 38.571290770056301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16312", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482070827178006, 38.5710325772232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16313", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481999150106006, 38.571128131780902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16314", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482003712666, 38.571014668880899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15550", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482290284002005, 38.5724372819328 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482229787449995, 38.572305196591998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482177072065994, 38.572291162653698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482049300203002, 38.572373126721601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472928113055005, 38.569814408098601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472853206981, 38.569794445450903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472778300943006, 38.569774483655699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472738465651005, 38.569890896400203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472703394953001, 38.569754520911196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472648579253004, 38.569866941074203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15953", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502832314551995, 38.576679699731997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15952", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502864040038006, 38.576572168097201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15955", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502762018428001, 38.576661000623602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15954", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502798137084, 38.576554637419001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15964", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499556289259999, 38.575691234494499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485148856208994, 38.571968630318302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484742601323006, 38.571863384451099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484601282371997, 38.571825777117603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484593226024003, 38.5717046345599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484530589670996, 38.571811500245701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484526982678005, 38.571687006338699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481659461876006, 38.5721532898947 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481636968304997, 38.572264473399599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481592346287002, 38.572135398430703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15570", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481565378853006, 38.572245388918503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15571", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481525230732998, 38.572117506927697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481493788291999, 38.572226304388003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481422198917997, 38.572207219818402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481391000878006, 38.572081722909303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481350609581, 38.572188135204499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472326766625002, 38.569661400473102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15794", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472237142729, 38.569761177123802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472157017116004, 38.569613670849698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15796", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47214311834, 38.569734625969801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472073079373004, 38.569589810668099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15798", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472058432962001, 38.569712532633098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471985402567, 38.569564461302797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15800", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471968135794995, 38.569688941568501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471918291847004, 38.569546563328501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15802", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471879724586998, 38.569663887871599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471851181153994, 38.569528666216101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15972", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499292335095006, 38.575620964676801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15974", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499226346927003, 38.5756033964539 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15976", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499160357636995, 38.575585829089299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15978", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499094369527, 38.575568261691998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484459929709999, 38.571792696468499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484460739371997, 38.571669377178701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484381594525999, 38.571772349458399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484394496091994, 38.5716517488816 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484310934649997, 38.5717535446895 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484328252851, 38.5716341196459 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484245052248994, 38.571738534119902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484262009637007, 38.571616491272998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484174393583004, 38.571719730173498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484195766460999, 38.571598861961398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484103733807004, 38.571700926178899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484129523312006, 38.571581233512703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484031151956003, 38.5716821135739 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484063280203003, 38.571563604125302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481323885424999, 38.572063831289697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481252051178998, 38.572160677475601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481256770011001, 38.572045938730199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481180461934002, 38.572141592756502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481189654624998, 38.572028047032603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481108871581, 38.572122507987899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481122539271993, 38.572010155296198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481037282412998, 38.572103423180302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15585", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481046029479003, 38.571995164636597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480965693284006, 38.572084338328303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15587", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480978914199, 38.571977271915998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480894103045003, 38.572065253426899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480889325245002, 38.571956336047201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480822513991995, 38.572046168486402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15804", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471800674153002, 38.569640347987303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471784070493996, 38.569510769064898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15806", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471715990139998, 38.569618254405299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471716959868999, 38.569492871874701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15808", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471638791868003, 38.5695976669967 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471649849277, 38.569474974645601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15810", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471567207768004, 38.569578576331899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471582739872005, 38.569457076482003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15812", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471495623704996, 38.569559485622797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471515629348005, 38.569439179175099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15814", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471424038533996, 38.569540394864198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15982", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498962392264005, 38.575533125878799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15984", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498896404251994, 38.5755155583687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15992", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498310754334, 38.5753627235094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16315", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481965483427004, 38.571124127083998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16317", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891323002003, 38.571109989832102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16319", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481803392575003, 38.571071904502602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16320", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481802369335, 38.570960942719402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16321", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481730499106007, 38.571057771917999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16322", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481735254957002, 38.570943034221401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54846", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481648761958994, 38.571039619522701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16324", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481668140612996, 38.570925125684496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16325", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481589864978005, 38.571018582885003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16327", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481515733668999, 38.5710004644572 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480801654258002, 38.571929521347599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480721438469999, 38.571908627388098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480269823417999, 38.571898850208797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480198971099995, 38.571879969088897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480128118812004, 38.571861088826601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15822", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470983814928999, 38.569298330583401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15824", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470907616093996, 38.5692775166223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15826", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470829564133993, 38.569253750906 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15994", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.49824450445, 38.575345068005397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15996", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498178254598997, 38.575327412463402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15998", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498112004774001, 38.575309757784403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16000", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.498045756135994, 38.575292102171602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16002", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497979506383999, 38.575274446515898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16004", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497913256657, 38.575256791723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16006", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497847006970005, 38.575239135991602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488208946504997, 38.572795836795997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488252442244004, 38.5726798530374 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488175423271997, 38.572787357087201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488142265560001, 38.572776077195797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488185412499007, 38.572662017136203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488104902011997, 38.572766069681798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16167", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487874522336, 38.572706096020603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480057265414004, 38.571842208515797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479974953134004, 38.571702792482199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479893574816998, 38.571679138681198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15610", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479915524396006, 38.571804434997098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479810369771997, 38.5716554649023 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15613", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479743958542997, 38.5716377340854 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15614", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773847024006, 38.571766609338198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479703008962005, 38.571747697347099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479611137323005, 38.5716022732433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479632170944001, 38.571728784411903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479544726186006, 38.571584543213 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16008", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497780757315994, 38.575221480222098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16010", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497714507693999, 38.5752038244147 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16012", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497648258099005, 38.5751861694703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16014", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497582008543006, 38.575168513587101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16016", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497515759020004, 38.575150857665903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16018", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "18:00:00", "end_time": "22:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.497449509522994, 38.575133202607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483960493403004, 38.571663309496998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483997037118996, 38.571545975600799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16271", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483889833746005, 38.571644504470903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483930794074993, 38.571528346137498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16273", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483819174120001, 38.571625700302597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16278", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483494178539004, 38.571412060558501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16279", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483451015956007, 38.571528140445203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16280", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483402613425, 38.571387643957898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16281", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483359450707994, 38.571503723810501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16283", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483267885523006, 38.571479307103402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479561331808995, 38.571709872329002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479478315088997, 38.571566812243702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479411904017994, 38.571549082137203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479419654805994, 38.571672047137397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479345494133, 38.571531351096802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478989618238998, 38.5714412952968 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478940171608002, 38.571544109266803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478922766273996, 38.5714234719335 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478868861916993, 38.571525097343503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16025", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495652012709996, 38.574767271035498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16027", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495580509690996, 38.574748232563302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16029", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49550900557, 38.574729193141103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16031", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495437502626999, 38.574710154580501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16033", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495365999723006, 38.574691115975803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485877839907999, 38.572046942897401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485851908190995, 38.572040256581502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485784793383004, 38.572138354436703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485817818607003, 38.572030514217701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485785664592996, 38.572022577731197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485714134312005, 38.572119496477299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485751575033007, 38.572012834447001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485719421035, 38.572004897942101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485643474130001, 38.572100638469699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485685340304002, 38.571993932160403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485653177508993, 38.571987218115197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485572813987005, 38.572081780419097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485619097945005, 38.571976252318997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485586934009007, 38.571969539151098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478855914342006, 38.571405648531602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478797553410999, 38.571506085381301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478789061301995, 38.571387824185102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478726243796004, 38.571487073370001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478722209436, 38.571370000705997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478654934218994, 38.571468061314903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478644131077004, 38.571349183394602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478583625821003, 38.5714490501217 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478558564451006, 38.571326860232801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478512316320007, 38.571430037978701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478480487341002, 38.571306041915399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478441008003998, 38.571411025796898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478398670925003, 38.5712837355305 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15648", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478369698579002, 38.571392013565998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16035", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495294496864005, 38.574672076425998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16037", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495222994035998, 38.574653037733 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16039", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495151491247, 38.5746339989958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16041", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495079987354003, 38.574614959308498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16043", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495008484641005, 38.574595920482899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16045", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494936981966006, 38.574576881613197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487238682431993, 38.5724197474429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487200461927998, 38.572409264670497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487162627572999, 38.5724010998021 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487129149218006, 38.572392965031199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487101343110993, 38.572383905837498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487075339618997, 38.572378869921899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487043674814998, 38.572369727851097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487010924700996, 38.572360226008797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478318717701995, 38.571262909550697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478298389192005, 38.5713730012911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478251866071005, 38.571245085799902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478227080983999, 38.571353989878403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478185014472999, 38.571227262010503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478155771673002, 38.571334977515697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478118161767995, 38.571209437276501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478084462400005, 38.571315965109001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478051310237007, 38.571191613409901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478013154311995, 38.571296952663602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15855", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468249022747997, 38.568693569354899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15857", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468178184959996, 38.568674662896399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15858", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468189656247006, 38.568558958312302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15859", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468107347203997, 38.568655757295502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15860", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468123246104, 38.568541233419097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15861", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468036508343999, 38.568636850745101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15862", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468056835994005, 38.568523508487701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15863", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467965670669997, 38.5686179441566 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15866", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467908281879005, 38.568477955587497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15867", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467832986706995, 38.568582529836497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16047", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494865479335999, 38.574557841798402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491375105247997, 38.5736412064349 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16059", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491378514690993, 38.573512927428297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491341384272999, 38.5736354051433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491309625132999, 38.573625980948499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16285", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483176320393994, 38.571454891224597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16286", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483127919601003, 38.5713143946274 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16287", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483084756482, 38.571430474377799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16288", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483036354731993, 38.571289978637999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16289", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482993191483999, 38.571406057453402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16296", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482707034165998, 38.5712021961061 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16297", "timelimit": 240.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482690154883002, 38.571322767921401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16298", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482654494825994, 38.571188197402499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15664", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477602083899001, 38.571187423036399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15666", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477530402510993, 38.5711683356351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15668", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477458722308995, 38.571149248194502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15669", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477401238203996, 38.571020395490201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15670", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477387040997996, 38.571130160704399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15671", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477319072968001, 38.570998017395297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15672", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477315359724003, 38.571111073169902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15673", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477240623220993, 38.570980072220401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15674", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477243679636999, 38.571091985596198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15675", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477173422633001, 38.570962177800197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15676", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477171998440994, 38.571072897972897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15868", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467808196183, 38.568451245106601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15869", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.46776214914, 38.568563623123403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15870", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467727542530994, 38.568426081548502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15871", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467691310462996, 38.5685447163617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15874", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467587988660995, 38.568392078593703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15875", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467561638508997, 38.568508138106701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15876", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467521577669004, 38.5683743542508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15877", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467490801088005, 38.568489231227602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15878", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467455167864003, 38.5683566289742 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15880", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467388758092, 38.568338903659502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16062", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491312355326002, 38.5734952863573 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491277066856, 38.573616615394897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491247585387995, 38.573606754347502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16065", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491246196001001, 38.573477644347498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491215008032995, 38.573600066157397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16067", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491182100111999, 38.573592421554601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16068", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491180037855997, 38.573460002304998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16069", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491139881440006, 38.573582566655901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16070", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491103569345, 38.573574015179197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16071", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491113878589999, 38.573442361120499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491065319740002, 38.573565516433803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491031278947005, 38.5735574208637 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491047719362996, 38.573424718997401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490995871866005, 38.573548934592999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490960705443001, 38.573539049376301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485502155028001, 38.572062922330304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485554394031993, 38.571961026112803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485520690548995, 38.571951859248301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485431494964999, 38.572044063292502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485488150587003, 38.571943346191297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485454447115004, 38.571934180208402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485360834933005, 38.572025205112404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485423465528001, 38.5719256731592 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485388203721001, 38.571916500229797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485290176085996, 38.572006346894199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485357222142, 38.5719079940637 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485321960359002, 38.5718988202132 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485219516129007, 38.571987488627798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485255717024003, 38.571881141059599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15677", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477106222084998, 38.570944282440102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15678", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477100317283004, 38.571053810305301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15679", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477039021565005, 38.570926387941903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15680", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477028636162999, 38.571034722593197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15681", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476971821077996, 38.570908493404701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15682", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476956956229998, 38.571015634841899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15683", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476904620625007, 38.570890598828498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15684", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476885275187001, 38.570996547041098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15685", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476837420211993, 38.570872703312297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15686", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476813594182005, 38.570977459195802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15687", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476770219827003, 38.570854808658098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15688", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476741914363998, 38.570958371311399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15689", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476703019474996, 38.570836913964797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15690", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476670233435996, 38.570939283377299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490981561309994, 38.573407077742303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490925880304999, 38.573528780966903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490894118084995, 38.573519802587803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490915402148005, 38.573389435543497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490864415160004, 38.573508663897996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490837763556002, 38.573500600769101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490849243013002, 38.573371794207702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490806338298995, 38.573491686009802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490772878358001, 38.573481807341103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490783083916995, 38.573354151933302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490739195724998, 38.573470652013299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490705166612997, 38.5734607708211 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490716926000999, 38.573336509626102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490678848800002, 38.573453217229599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490649348359, 38.573446034311601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16092", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490650766963995, 38.573318868176898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486980033533001, 38.572353616166502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486946153101002, 38.572344110197299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486913352773001, 38.5723358495406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486882060132004, 38.572328738795697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486839358378006, 38.5723171477565 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486800093721001, 38.572307139499898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486761224218, 38.572297078928102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486725783180006, 38.5722870884996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486693607310002, 38.572280086399502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486653387934993, 38.572270074760397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486618319333004, 38.572263031883402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486587652433997, 38.572253813032297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486559258350994, 38.5722475393761 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS16198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486534305264001, 38.572241347642198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15695", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476308049202004, 38.5707267669194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15696", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476258574002003, 38.570829573324801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15697", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476241023382997, 38.570708889863397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15698", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476187080244998, 38.570810503955201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15699", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476173998744997, 38.570691012773899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15700", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476115586527001, 38.570791434541398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15701", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476106972992994, 38.570673135640298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15702", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476044092847005, 38.5707723650834 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15703", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476039947282004, 38.570655257566997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS15704", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475972599198997, 38.570753296482202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18465", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504613810935993, 38.573508998605497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18466", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504625808379998, 38.5734198486388 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18467", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504542773205998, 38.573490059555901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18468", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504559209445006, 38.573402092550999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18469", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504471734372999, 38.573471119556899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18470", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504492611691006, 38.573384336429903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18471", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504400695577999, 38.573452179514298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18472", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504426012815998, 38.573366581166397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18473", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504329656820005, 38.573433239428098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18474", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504359413981007, 38.573348824963702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18476", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504292816326, 38.573331068727597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18702", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497000143327995, 38.571313943324498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18703", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496875420650994, 38.571464148292598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18704", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496852762591999, 38.571455118324501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18705", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496977800843993, 38.571306871498798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18706", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496948796113003, 38.571299405853701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18709", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496918320074997, 38.571292936504797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18710", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496889310851998, 38.571286109560802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18713", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496862908360001, 38.571278381331503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18714", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496836342142004, 38.5712709262571 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18715", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496694284778002, 38.571405747650701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18717", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496813196244005, 38.571262574337098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474624422901996, 38.566600711287101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474550799973997, 38.566698589360698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474557837676002, 38.566582955055097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474479776875995, 38.566679649879497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474491253631001, 38.566565198790002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474408752675998, 38.566660709448698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474337728506001, 38.566641769875098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474341959591996, 38.566525384999899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474275374506007, 38.5665076286054 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474195681433997, 38.566603889701497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474208790602006, 38.566489872177797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474124657383996, 38.566584949096303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18486", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503715490797006, 38.573290067381699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18487", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503736086314007, 38.573184529227902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18488", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503644731622003, 38.5732712379817 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18489", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503669749896005, 38.573166876454103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18490", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503573972484006, 38.573252408538302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18718", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496789059522001, 38.571256406382503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18719", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496639282068998, 38.571392420268801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18720", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496617618257005, 38.571386585552801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18723", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496585289310005, 38.571379895447102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18724", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496557552363996, 38.571370843333497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18726", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496683114346993, 38.571227317096003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18729", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496655081358995, 38.571220219564303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18730", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496622021169003, 38.571211460533597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18733", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496588321287007, 38.571201147367901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18032", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483090660447999, 38.568856606965397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483034393880004, 38.568978409237097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18034", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483023373308995, 38.568838698434703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18036", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482956085054994, 38.568820789859799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482890847049006, 38.568940203350401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18038", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48288879799, 38.568802880349999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482819073694998, 38.568921099889799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18040", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482821510950998, 38.568784971702001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482747300371997, 38.5689019972857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18042", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482754223952995, 38.568767062113999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482675527094997, 38.568882893736102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18044", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482686935835005, 38.568749153382697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18045", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482603753849006, 38.568863791042901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18046", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482619648897995, 38.568731244617297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47371546, 38.566483116694201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473643971138998, 38.566464064670903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473572482322993, 38.566445011702598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473500993539005, 38.566425959591001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473429504791994, 38.566406907435201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473358016090998, 38.566387854334501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18491", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503603413511001, 38.573149223642197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18492", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503503213383993, 38.573233579051703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18493", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503537077152998, 38.573131571693203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18494", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503432454321, 38.573214749521803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18495", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503470740832995, 38.573113918805298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18496", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503361695289001, 38.5731959208495 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18497", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503382907947, 38.5730898322538 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18498", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503290936300004, 38.573177091233198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18499", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503303129526003, 38.573068951348901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18500", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503220177348993, 38.573158261573496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18501", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503235460810998, 38.573049179106697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18502", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503149418435996, 38.573139431870601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482531980641994, 38.568844688305198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18048", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482552362001002, 38.568713334911898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482460208627998, 38.568825584627199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18050", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482485075132004, 38.568695426068302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18052", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482417787149004, 38.568677517180397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18054", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482350500354002, 38.568659607357802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482244889358995, 38.568768275112703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18056", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482283213585006, 38.568641698396803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18058", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482215926858004, 38.568623788495799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482101343373998, 38.568730068246801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473286526273, 38.566368802085101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473215037648004, 38.566349748896002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473143549054996, 38.566330696563597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473072060505999, 38.566311643286198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473000571987995, 38.566292590865501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472929083509001, 38.566273538400701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472857593927998, 38.5662544849855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18503", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503151643096999, 38.573028279862299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18504", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503078659560003, 38.573120602124497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18505", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503085306963001, 38.573010627654298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18506", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503007900721002, 38.5731017723351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18507", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502993457040006, 38.572983352408698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18508", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502937141919006, 38.573082942502403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18509", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502912325417, 38.572963521273799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18510", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502866383154995, 38.573064112626497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18511", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502835240579003, 38.572942651611598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18758", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495826366483996, 38.570993455689703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18759", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495790872599002, 38.570986148876599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18762", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495749814492996, 38.570975719631797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18765", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495683466139994, 38.5709603207588 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18766", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495647996589, 38.570949576186997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18070", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481547750041003, 38.568445970492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18071", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481499732160998, 38.568559039639901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18072", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481481252978995, 38.568428244779497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18073", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481428800404004, 38.568540132776498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18077", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481286939306003, 38.568502318028798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472071477387004, 38.5660425515835 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472000268841995, 38.566023572792098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18516", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502437842945994, 38.572837182601702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18518", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502362346072999, 38.572817051877301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18519", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502367031553007, 38.572940292075202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18520", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502293550125998, 38.572801177819102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18521", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502291533443994, 38.572920161299798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18522", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502218053332001, 38.572781047000603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18523", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502216036524999, 38.57290003048 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18524", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502142556581006, 38.5727609161329 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18525", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502140539647996, 38.572879899610903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18526", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502057397989006, 38.572738209435201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18527", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502055382061997, 38.5728571929168 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18870", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492462152932006, 38.570291758399797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18873", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492409301362002, 38.570121472510898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18874", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492324239880006, 38.570219033255299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18877", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492247767457002, 38.570196803352196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18879", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492276639853998, 38.570086154843302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492172132555993, 38.570178797773401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492210309152995, 38.570068495501999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492143978485004, 38.570050836122803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491975878657996, 38.570120465733297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18079", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481216008817, 38.5684834101394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18082", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481119185636999, 38.568334199277302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18083", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481074146796999, 38.568445595125702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18084", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481052688784999, 38.568316473318603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18085", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481003216413001, 38.568426688006703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18086", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480986190818996, 38.568298747316497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18087", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480932286073994, 38.5684077799433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18088", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480919694034, 38.568281021281301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471929059193002, 38.566004593050799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471857850722998, 38.5659856141719 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471786642290994, 38.565966635248998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471715433897003, 38.565947656282397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18528", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501956140144998, 38.572711210010198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18529", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501954124044005, 38.572830194390903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18530", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501897861447006, 38.572699192655698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18531", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501852864960995, 38.572803194870602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18532", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501796603713004, 38.572672193992098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18533", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501751607103003, 38.572776195266698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18534", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501711118882994, 38.572649400049499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18535", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501666122163002, 38.572753401291003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18536", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501647767592999, 38.572632507606599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18537", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501590100976003, 38.572733130868301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18538", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501584416327006, 38.5726156160299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18539", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501514079832006, 38.572712860395697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18904", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491274786797007, 38.569946205518498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18905", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491280485844996, 38.569820786105801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18906", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491203848853999, 38.569927293825103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18907", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491213981705002, 38.569803056961 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18908", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491132909794999, 38.569908382983897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18915", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490947963175003, 38.569732140890501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18917", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490881458052996, 38.569714411549697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18919", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490814954111997, 38.569696682175604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18099", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480343910583002, 38.568250220818399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18101", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480272603809993, 38.5682312097588 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18103", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480201298221999, 38.568212198660298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480129991525004, 38.568193187512797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480058686006998, 38.568174177227398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479987379386003, 38.568155165992003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18540", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501521066245004, 38.572598723522503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18541", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501438058732006, 38.572692589873199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18549", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501026067457005, 38.5725687217139 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18550", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501043404792, 38.572422075600997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18551", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500955868681999, 38.572550039925503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18552", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500977593219005, 38.572404560476798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18553", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500885669949994, 38.572531357193597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18816", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494460011390004, 38.570808995641997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18817", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494346186425005, 38.570637264184903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479916072802993, 38.568136154712697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479844767405993, 38.568117143394602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773460892005, 38.568098132928299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479702155571005, 38.568079121522402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479559542746998, 38.568041098568401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479488237539002, 38.568022087030599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479416931215994, 38.568003076344702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18554", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500911781672002, 38.572387046216001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18555", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500815470101003, 38.572512675315203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18556", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500845970156007, 38.572369531917801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18557", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500745271442995, 38.572493992498202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18561", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500604873076995, 38.572456628533303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18563", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500534674529007, 38.572437945588597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18566", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500516913078997, 38.572281958063499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18568", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500451101756994, 38.572264443540803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18920", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490707279674993, 38.569794916138399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18921", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490748449048994, 38.569678953659199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18922", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490636342025994, 38.569776004997898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18923", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490681944027003, 38.5696612242036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18925", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.490534719901007, 38.569632308894903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18929", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490214574817998, 38.569536644902101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18931", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490147459553, 38.569518757496503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18933", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490080344315004, 38.569500870952901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18131", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479102305302007, 38.567921316195097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18133", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479041696039999, 38.567905161511597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478981087951993, 38.567889006801501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478920479885005, 38.567872852960498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478871401495994, 38.5677282568981 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478851824844, 38.567853494402101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478810793597006, 38.567712102098703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18356", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469770776874995, 38.565305755711101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18358", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469704282028999, 38.565288049341902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18360", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469637786074998, 38.565270342028398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18569", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500324077946004, 38.572381898295902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18570", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500385290468003, 38.572246928980697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18571", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500253879537993, 38.572363216081797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18572", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500319479218007, 38.572229413482198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18573", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500183681173993, 38.572344532924198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18574", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500113481693006, 38.572325850619997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18580", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499763712597002, 38.572055212259798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18582", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499715504896002, 38.572044154434799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478788534892004, 38.567836271664497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478750184578004, 38.5676959472625 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478714507153995, 38.567815833881099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478615789116006, 38.567660125901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478619043307006, 38.567789689609697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478534425576996, 38.567638438746798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478526056232994, 38.567764905060798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478453062080007, 38.567616752436301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478433069231002, 38.567740119536303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478371698640004, 38.567595065167801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478340083435, 38.5677153348432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478247096554995, 38.567690550070203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18586", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499630695061995, 38.5720197294429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18588", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499604233010999, 38.5721931853234 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18589", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499599657961994, 38.572012186310602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18590", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499515252829994, 38.572178400728497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18592", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499571806310996, 38.572003038030303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18593", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499553505825006, 38.571996354445702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18594", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499462974970996, 38.572164024317601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18595", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499434722334996, 38.572153303107598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18597", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499490239734996, 38.571979903525502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18598", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499413163666006, 38.5721458297403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18600", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499455841805997, 38.5719701809697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18819", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494266588889005, 38.5706160643064 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18821", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494186990252004, 38.570594864368097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18823", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494107391662993, 38.570573664374997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18825", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494027794261996, 38.570552465233099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18827", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493948195767004, 38.570531265130597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18828", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493883350741996, 38.570661396314598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18829", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493905558809999, 38.5705228265155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18831", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493829350127996, 38.570647373779302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18834", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493744446166005, 38.570624760254198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477752214435995, 38.567433851730698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477685253410996, 38.567542925759703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477674464694005, 38.567411720816501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477613762429002, 38.567523876188503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477600717401998, 38.567393831320899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477542271491004, 38.567504825672302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477533694265006, 38.567375972129 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18389", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507738768552002, 38.574271201518499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18391", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507671557218003, 38.574253324805099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18392", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507646074601993, 38.574340291603399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18393", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507604345917997, 38.574235448052498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18394", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507574382011995, 38.574321222808102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18395", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507537134656999, 38.574217570360098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18396", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507502689459002, 38.574302153968297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18397", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507469923423997, 38.574199693529501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18398", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507430998093, 38.574283085089 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18399", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507402712225002, 38.574181816660001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18400", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507359305617996, 38.574264016160498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18603", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499291215290995, 38.572114808791397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18604", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499408811658, 38.571956991182397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18605", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499385641982997, 38.571949009944703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18606", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499267213647002, 38.572107963565301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18607", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499241399580995, 38.572097252856302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18609", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499210085729999, 38.572089737251098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18611", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499271902906003, 38.571914501070502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18613", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499055898627006, 38.572051875714003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18614", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499138152461001, 38.571885900064999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18616", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498969037002993, 38.572024366598399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18617", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499071643416002, 38.571868158313698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18935", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490013229110005, 38.569482984370403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18937", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489946115093005, 38.5694650968532 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18939", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489878999956005, 38.569447210192799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477466672307997, 38.567358112903499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477399289722001, 38.567466725408103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477399649245001, 38.567340252733104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477327798892006, 38.567447675660297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477332626209005, 38.567322393424703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477256306952995, 38.567428625863101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477265603206007, 38.5673045340776 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477184816206005, 38.567409575126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477198581384002, 38.567286674696803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477113325489995, 38.5673905252456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477131558447994, 38.567268815272001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477041834819005, 38.567371474420298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477064535552998, 38.5672509549076 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476970344180003, 38.567352424451599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18401", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507335501065995, 38.574163938850397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18402", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507287613181006, 38.574244947187502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18403", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507268289934004, 38.574146061902802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18404", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507215920782002, 38.574225878170097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18405", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507201077687995, 38.574128184911203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18406", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507144229568993, 38.574206809113299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18407", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507133866624002, 38.574110307885498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18408", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507072537246998, 38.574187740006998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18409", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507066655599004, 38.574092429919901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18410", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507000844963002, 38.574168670856501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18411", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506999444602002, 38.5740745528161 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18412", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506929153865002, 38.574149601666299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18618", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498933672082998, 38.572014918979697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18619", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498909452782001, 38.572008682643698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18620", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499005135551997, 38.571850416529202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18621", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498881458705, 38.571998747998897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18632", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498387853253007, 38.571863369387302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18767", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495601309194001, 38.571129296194798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18771", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495542746978003, 38.571110478933299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18772", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495514724171997, 38.5711035865735 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18773", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495491355685999, 38.571058584050199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18775", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495449712001999, 38.571081140271801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18776", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495413821634997, 38.571073427112601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18777", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495478304939994, 38.570904853155703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18778", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495334107747993, 38.571062073361901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18779", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495301058595999, 38.571054382464098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18781", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495298354943998, 38.5708516149204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18782", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495268000009006, 38.5710468906139 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476997513832004, 38.567233095410401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476898853579002, 38.567333374438803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476918426314995, 38.5672099020899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476827361874996, 38.567314323475699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476764818598994, 38.567295713817998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476342394745004, 38.567183344502403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476271928290004, 38.567164573507803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18413", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506932233639006, 38.574056675673297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18414", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506857461658001, 38.574130532426999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18416", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506785769496005, 38.5741114622423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18422", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506380340868006, 38.573986982621697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18423", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506273564881994, 38.573866205429397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18424", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506269720313995, 38.573958582204099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18425", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506207662565998, 38.573848658669 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18636", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498295203664995, 38.5718407715948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18637", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498303415333993, 38.5716908502962 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18638", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498277218495005, 38.571687288125602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18641", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498255182112004, 38.571678266532999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18642", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498227532876996, 38.571671381856703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18644", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498151812974996, 38.571802878163503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18645", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498188499175996, 38.571660506401699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18646", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498160849954999, 38.571653621709501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18647", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498116210983, 38.5717917626081 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18649", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498121816272999, 38.571642746232001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18650", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498094167058994, 38.571635862424699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18836", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493695868391001, 38.570605476713503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18841", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493575570426003, 38.570429802681801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18844", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493524754175994, 38.570421320034001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18845", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493495342619994, 38.570418079648 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476201461879995, 38.567145801569502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476198997823005, 38.567020344935599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476132936210007, 38.567002746937199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476060529162993, 38.567108258464799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476066873487994, 38.566985147994998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475990062864, 38.567089486397698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476000811941006, 38.566967549921202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475919596595006, 38.567070715188699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475934749285003, 38.566949950903599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475849130368999, 38.5670519430357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475868686655005, 38.566932352749198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475778664180993, 38.567033170839899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18426", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506199426101006, 38.5739398662638 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18427", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506141761424999, 38.573831112776901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18428", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506129130776998, 38.573921150276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18429", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506075860316002, 38.5738135668472 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18430", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506058836638005, 38.5739024342503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18431", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506009959238995, 38.573796020880103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18433", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505944058200996, 38.5737784739745 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18434", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505891399046007, 38.573853260511001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18435", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505878157189997, 38.573760927932298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18436", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505821105037001, 38.573834544340997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18437", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505812256210007, 38.573743381852601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18653", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498055133403994, 38.571624986023899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18657", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497988450568002, 38.571607225777299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18658", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497960801380998, 38.571600341938201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18660", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497868470924004, 38.571721765171702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18663", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497819223996004, 38.571715930849003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18664", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497788270290002, 38.571702781313697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18665", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497855084988998, 38.571571706069903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18666", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497827435835006, 38.571564821298097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18667", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760569424003, 38.571697041340897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18668", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497745460502003, 38.571688410966097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18887", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492077647843004, 38.570033177606398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491894556801995, 38.570101799881499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492011317239999, 38.570015518151102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491546506177002, 38.569891702317797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491480000756994, 38.569873973320902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18901", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491413495371006, 38.569856244285702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18902", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491345725932007, 38.569965116272698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18903", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491346991165003, 38.569838515217299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475802625211003, 38.566914753661401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475708198023, 38.567014399502099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475736562647, 38.566897155431597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475637730762003, 38.566995627215299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475670501262002, 38.566879557169202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475567264678006, 38.566976855791701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475604438768997, 38.566861957962999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475496798639, 38.566958083424304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475538377448999, 38.5668443596253 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475426332636005, 38.566939311014004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18438", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505750809915995, 38.573815828123301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18439", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505735605050006, 38.573722617781897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18440", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505680515974007, 38.573797112768801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18441", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505669704140999, 38.5737050716209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18443", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505603803265004, 38.5736875254225 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18445", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505537902426994, 38.5736699782857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18671", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497722283303005, 38.5716844707825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18672", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497690177067994, 38.571673986476597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18673", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497721720697001, 38.571536185312901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18675", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497669292466995, 38.571666495888302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18676", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497643964887999, 38.571659601327397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18679", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497608339115999, 38.571652046755098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18680", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497580761685001, 38.571642472159198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18791", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495106521137998, 38.570996369542499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18794", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495066055457997, 38.570984453456802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18795", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495043257286, 38.570975330630098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18798", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495010250991001, 38.570965647953898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18799", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494965059175001, 38.570952024736897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475116049275996, 38.566731460122099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475047969570994, 38.566831168143601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475049463806002, 38.566713704172997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474976945069002, 38.566812228061302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474982878367996, 38.566695948185497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474905920598005, 38.566793288836401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474834896171004, 38.566774348667103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474824177637004, 38.5666539788471 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474763872921997, 38.566755409360198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474757592312002, 38.566636222730097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474692848570996, 38.566736469103702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474691008161003, 38.566618467480801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474621824249994, 38.566717529704398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18454", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505025400389002, 38.573526384350501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18456", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504958802402996, 38.573508628497599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18458", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504892203303001, 38.573490872601496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18459", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504826927774999, 38.57356581821 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18460", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504825604234995, 38.573473116667103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18461", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504755888790996, 38.5735468783854 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18463", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504684849843997, 38.573527938517202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18689", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497178957082994, 38.571360056886803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18690", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497153384995002, 38.571355637719797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18693", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497128599494999, 38.571349193145601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18694", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497106902355995, 38.571343035855499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18695", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497027006267999, 38.571502150990199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18696", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496999263590993, 38.571493897152102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18697", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497080481823005, 38.571337860737898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18698", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497055555098996, 38.571328498432102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18701", "timelimit": 90.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497027522026997, 38.571321401891502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18861", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492807287812994, 38.570227425507298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18862", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492745165087996, 38.5703671021788 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18863", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492740955702004, 38.570209766465098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18865", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492674624770004, 38.5701921073899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18867", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492608293865999, 38.5701744491776 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18868", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492532905058994, 38.570310593729999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17204", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483715624886003, 38.570254299258899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483640761803002, 38.570365705409102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17206", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483652080913004, 38.570236838424201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483549397355006, 38.570341330353898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17208", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483576075684994, 38.570214794953898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483458034123998, 38.570316954330799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17210", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483419495530001, 38.5701720207976 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483242890450995, 38.570253524984302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17214", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483234446649007, 38.570122686935001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17216", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483181907998997, 38.570108688470498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17218", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483129368223004, 38.570094689977097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493843161984003, 38.571730289281199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493830099628994, 38.571820162358797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493785025028998, 38.571713314422702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493746590382997, 38.571797939623202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493663080041998, 38.571775716822302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493658203845001, 38.5716763031825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493579570901005, 38.571753493966199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493496060664, 38.571731271044897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493501623892996, 38.571634635493901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493412551625994, 38.5717090480682 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493423333414995, 38.571613801117302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493329042640994, 38.5716868250313 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493345042982, 38.571592966687597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493245532559996, 38.571664601929299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17220", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483076829615001, 38.570080691465002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17222", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483024291033999, 38.570066692028099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482942666699998, 38.570173532418501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17224", "timelimit": 90.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482971751319994, 38.570052693463097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482882621572998, 38.570157533629697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17230", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482612535293001, 38.569956972629498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482564908184003, 38.570073373676202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17232", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482545333304998, 38.5699390633051 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482493226724003, 38.570054270429402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17234", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482478132492005, 38.569921154847698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473694866957004, 38.567704587220497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473733989204007, 38.567581634900897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473623841937993, 38.567685647209203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473280971717003, 38.567463782887998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473215046647994, 38.567576308613702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473224481271998, 38.567451215952502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473143557098993, 38.567557219346099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473159393722995, 38.567431818892999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473072067586997, 38.567538130034301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473062616112998, 38.567409261332699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473000578113997, 38.567519040678398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17568", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502693344224994, 38.5740777017174 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502605798112995, 38.574195054683997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17570", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502627181427002, 38.574060083328803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17571", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502535223981994, 38.574176262340401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493162023685002, 38.571642377871001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493067634626996, 38.571514555262397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493078513707999, 38.5716201546484 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492989344406993, 38.571493720592201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492995004929995, 38.571597931370498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492911495057001, 38.571575708027403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482421545297001, 38.570035168039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17236", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482410931711996, 38.569903246351203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482349865054999, 38.5700160656096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17238", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482343730972005, 38.569885336914901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482278183711003, 38.569996962229602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17240", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482276530259995, 38.569867428340302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17242", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482209329580996, 38.569849519726802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17243", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482084976802994, 38.569941181954697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17245", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482015223150995, 38.569921332084199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17246", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482074928331997, 38.569813701481898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17247", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481962734099, 38.5699060873457 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17248", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482007727755004, 38.5697957927513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17249", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891052961998, 38.569886984626898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472985057390005, 38.567386789394099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472929088678001, 38.5674999512783 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472918036815003, 38.567368893301897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472857598133999, 38.567480861828898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472851015127006, 38.567350997165697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472786108776006, 38.567461772340501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472783993472007, 38.567333100990702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472714619455004, 38.567442682807901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472716971856997, 38.567315203876099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472643130172997, 38.567423593231197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472649951416997, 38.5672973076286 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472571640929004, 38.567404503610298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472582929862995, 38.567279411337203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472500151724006, 38.567385413945303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472515908348996, 38.5672615141061 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501898349252997, 38.5738660037985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17584", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501887685889997, 38.5740019094359 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501831925673997, 38.573848316264403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17587", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501765500987005, 38.573830627786201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17588", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501745981732995, 38.573964174587999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17589", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501699077479998, 38.573812939275001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17590", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501675129714997, 38.573945306648497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17591", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501632654006002, 38.573795250725503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501604277726997, 38.573926439566499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17593", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501566230565004, 38.573777562137998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501533424634999, 38.573907571535301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17595", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501499806002002, 38.573759874408303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492349602247003, 38.5714665673841 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492292002561001, 38.571417230319398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492264693676006, 38.571314081301701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492221341209003, 38.571398394344101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492198449048004, 38.571296422336502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492150679893996, 38.571379558325702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492132204445994, 38.5712787642343 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492080019762994, 38.571360722269198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492009358523006, 38.571341886164497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491999715353998, 38.571243446114401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491938697319995, 38.571323050016602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491933470850995, 38.571225787898399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491868037295006, 38.571304214731597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491867226387001, 38.571208128743699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17250", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481940526070005, 38.569777883075702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17251", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481819373017998, 38.569867880967898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17252", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481873325560002, 38.5697599742671 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17253", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481747691959001, 38.569848778160299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17254", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481806125084006, 38.569742065419497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17256", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481738924647999, 38.569724155632002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17262", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481270586204005, 38.569599362840002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17263", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481226879565, 38.5697135340763 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472428661408998, 38.567366324230903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472448888010007, 38.567243617742299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472357172279999, 38.567347234477602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472381866557001, 38.567225721334403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472285683189, 38.567328144679998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471924957647005, 38.567106802114999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17487", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471904221017994, 38.567225589085602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471858196259006, 38.567088996678997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17489", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471854104060995, 38.567212729837401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471801105858006, 38.567199857419801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501433382626999, 38.5737421857445 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501360253008002, 38.573721828530303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501280406784005, 38.573700122520997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491797376166005, 38.5712853784975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491726715075004, 38.5712665422203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17827", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491734737550999, 38.571172811221302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17828", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491656055167994, 38.571247705904902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491668493185003, 38.571155151952802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491602248845993, 38.571137493547297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491517127289001, 38.571211922020701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491073504509998, 38.570983240225097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17264", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481204077756004, 38.5695816441293 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17266", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481137568186, 38.569563926276103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17269", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481014021434007, 38.569656823398198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17270", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481004589413999, 38.569528476221102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17272", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480938090448007, 38.569510733976102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17273", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480872157437005, 38.569618973904603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17274", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480871591514997, 38.569492991692897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17276", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480805093762001, 38.569475249376602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471724673571003, 38.567053387493097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471747151692995, 38.567186225662802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471657912276001, 38.567035582842401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471675938749996, 38.567167233143401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471591151015005, 38.5670177781532 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471604726986001, 38.5671482414865 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471524389793998, 38.566999972524599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471533515260006, 38.567129249785701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471457628600007, 38.566982167758397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471390867438998, 38.566964362953598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471324106311002, 38.566946558110402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471330437201999, 38.567073829839401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500404653025001, 38.573599605407203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17620", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500440702768998, 38.573477798564198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500334452383001, 38.573580904319101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17622", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500374890483002, 38.573460266881902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17624", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500309078228995, 38.573442735162303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17882", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489328684075005, 38.570653964678698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489356289471999, 38.570528759102899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489220796084993, 38.570627343746601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489289173358998, 38.570510889217402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17886", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489150544585996, 38.570609344631201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489240893133001, 38.5704973465295 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17888", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489070906441995, 38.570586019381899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489173777079003, 38.570479476577098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488992600385998, 38.570564814362903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489106661058003, 38.570461606585802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488906222313005, 38.570542516899202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489039546219004, 38.570443736560499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17894", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488842687133001, 38.570526661655002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488972430272, 38.570425865590501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17280", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480672096061994, 38.569439764619197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17282", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480605597261999, 38.569422022183197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17284", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480539098494006, 38.569404279708898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17286", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480472599760006, 38.5693865371965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17288", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480406102206004, 38.569368794650998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471256381204995, 38.567049543913399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471190584154996, 38.566910948308298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471123823133993, 38.566893142448698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471057062140005, 38.5668753374514 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17626", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500243266015005, 38.573425202504403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17628", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500177453825998, 38.573407670709898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17629", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500053653614998, 38.573506101357601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500111641670003, 38.573390138877997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17631", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499983454304996, 38.573487400061602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17632", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500045829545996, 38.573372607008601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17634", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499980017460004, 38.573355074200997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17635", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499843054642, 38.573449998237699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17637", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499772855436007, 38.573431297714897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485129039154998, 38.5694099306683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485073892423998, 38.569514051585998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485062886164997, 38.569392303146103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484932763846999, 38.569476445482699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484930577994007, 38.569357047077297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484864425108, 38.5693394185408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484796962654002, 38.569446252976498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484798271100999, 38.569321790862297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484726397912993, 38.569427449774999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479891634032001, 38.569224520792297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479890008181002, 38.5693592363778 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479790232249002, 38.5692005066647 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479818700414, 38.569340225939698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479726265831005, 38.569182695823102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479747393839006, 38.569321214562002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479645016386996, 38.569162546002197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479649217139993, 38.5692968012943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479580093943994, 38.569143976730899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479577909506006, 38.569277789807003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479508444949005, 38.569125378077999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479506603057999, 38.569258778280897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17639", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499689225390995, 38.5734098985766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17641", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499588733939007, 38.573380463469498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17647", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499285252212999, 38.5731576955869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17650", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499203581642007, 38.573302545146298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17649", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499218741706002, 38.5731399881535 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17652", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499132638126994, 38.573283657231102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17651", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499152232379004, 38.573122280686903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17654", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499061694649001, 38.573264769272299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487637294573005, 38.570195067414701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487566077742997, 38.570176098200697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487500983043006, 38.570034289927001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487494860951003, 38.570157128942803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487434217233996, 38.5700165060979 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487423643048999, 38.570138159636002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487011259536004, 38.5698978762344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487031546080999, 38.570041147485803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486960794531996, 38.570022307887101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479443510416999, 38.569108317678499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479435295493005, 38.569239767606703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479372816438996, 38.569090477287297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479363989120998, 38.569220755992802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47930596658, 38.569072654144598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479292681638995, 38.569201744329703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479243914628, 38.569055607500097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479221374195006, 38.569182732622799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479150067929993, 38.569163721777898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479135156403999, 38.569026107470201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479068306664999, 38.569008284190197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479000754197997, 38.569121895935602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499085721938002, 38.573104573177098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17656", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498990750062006, 38.573245881265102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17658", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498919806659998, 38.5732269932194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17660", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498848862147, 38.573208105125197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498886193101995, 38.5730514513291 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17662", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498777918819997, 38.573189216992503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498819683940994, 38.573033743671402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17664", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498706974377001, 38.573170329712198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17666", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498636031125002, 38.573151441492598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486890043021006, 38.570003468245197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486812271960005, 38.569844889946097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486819291546993, 38.5699846285601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486745942835995, 38.569827227473702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486748540110995, 38.569965788831702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486679612591004, 38.569809565859003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486677788712001, 38.569946949060103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486613283531995, 38.569791903310602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486607037349998, 38.569928109245197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4865469545, 38.569774241624998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486536286019998, 38.569909270287901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486465534733, 38.569890430386501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479001455811996, 38.568990460866502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478935208680994, 38.569103664036398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478601482707006, 38.568887622490799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478547138593001, 38.569001728602203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478475460427006, 38.568982623773302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478467085080993, 38.5688518000564 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478403781159003, 38.5689635179939 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478399886315998, 38.5688338892312 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478332101922007, 38.568944413071002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17667", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498594972850995, 38.572975233039898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17669", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498508317705003, 38.572953478501901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17680", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497868876164006, 38.5729033347599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478332686436005, 38.568815978361698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478260422724006, 38.568925308103601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478265487745006, 38.568798066557598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478188744717997, 38.568906202196303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478198289079998, 38.568780155615201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478127630711995, 38.568887898824102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478131090448997, 38.568762244633902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478055951624995, 38.568868793730203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478063891858994, 38.568744332712697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477984273730996, 38.568849687696201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477996693296006, 38.568726421653302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477912594721005, 38.568830582513499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477840915749994, 38.568811477286403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17682", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497797652635995, 38.572884389853897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497751566202993, 38.5727609076568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17684", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497726430293994, 38.572865444908899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497684795159998, 38.572743147758203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17686", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497655207983001, 38.5728465008211 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497618024158001, 38.572725386920098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17688", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497583984569005, 38.572827555783597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497551253188007, 38.572707626043602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17690", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497512762339994, 38.572808610707199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497484482252005, 38.572689865128503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17692", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497441540148998, 38.572789665587003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497417711349001, 38.572672104174998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17694", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497370316849, 38.572770720417999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491006999215998, 38.570965528078197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17842", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490949044412005, 38.571081943859397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490940492806999, 38.570947815888097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17844", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490878105289994, 38.571063050884803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490873987578993, 38.5709301036648 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17846", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490807166207006, 38.571044157866901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490807481236999, 38.570912391398302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17848", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490736226012999, 38.571025264800298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490740976067997, 38.570894679999398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17850", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490665287005001, 38.571006371695297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490674470939993, 38.570876967661498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17852", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490594346885999, 38.570987478541902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490607964695997, 38.570859255280297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477862296276996, 38.568690598516703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477795097815005, 38.568672687340197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477727899387006, 38.568654776124802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477165299316994, 38.568504947717202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477211621384001, 38.568642878937801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477098362579, 38.568487071550898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477140223657003, 38.568623810581101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477124463170995, 38.568493758798603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497350939331994, 38.572654343177902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17696", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497299094726998, 38.572751776110998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497284168495, 38.572636582147297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17698", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497227871502005, 38.572732830854399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497217397691998, 38.572618821078102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17700", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497156649461999, 38.572713885558898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497150626921993, 38.572601059970502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497083856185995, 38.572583298824298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486414296546997, 38.569738916337997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486400156515998, 38.569872670133002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486347967613, 38.569721254538401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486281638719007, 38.5697035917999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48629357515, 38.569841480207501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17961", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486222823995007, 38.569822640157703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17963", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486127894484994, 38.569799469327499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17968", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485732081175001, 38.569573454836998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477068824815007, 38.568604743076101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476964518008998, 38.568447546273703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476897582522994, 38.568429669996497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476912585277006, 38.568565035484902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476830645923002, 38.568411793675402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476841186553997, 38.568545967839498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476763710502993, 38.568393917320797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476769787875995, 38.5685268992491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476696773976997, 38.568376040021398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17373", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476698389236006, 38.568507830614799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476629838624007, 38.568358163589401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476632757860997, 38.568488788012402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476562902157994, 38.5683402871135 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17712", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496505579228, 38.572526644809699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17713", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496519428515995, 38.572433916323902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17714", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496434263875003, 38.572507643707397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17715", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496452571242003, 38.572416103084699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17717", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496385714000994, 38.572398289806898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17718", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496291634425006, 38.5724696422769 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17720", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496220319185994, 38.572450641042799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17721", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496173149946998, 38.572338562442901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488905314351996, 38.570407995482398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488838198465999, 38.570390125335301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488771082613994, 38.570372255149401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488266757854007, 38.570235812033403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488207034010003, 38.570346820465801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476561359288993, 38.568469720194301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476495966873003, 38.568322410603997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476489960761995, 38.568450651431398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476429030481, 38.568304533149799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476418562272997, 38.568431582624399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476362095262004, 38.568286656562897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476347163822993, 38.568412513773303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47629515893, 38.568268779932197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476275765403997, 38.568393445779101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17723", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496106292855004, 38.572320748102797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17726", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496006375985999, 38.572393637987801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17728", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495935060899001, 38.572374636577898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17731", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495845569580993, 38.572252162787102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17733", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495778712646, 38.572234349158698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17854", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490523407946, 38.5709685862508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490541459632993, 38.570841542865999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17856", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490452467902998, 38.570949693010398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17858", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490381529044996, 38.570930799731499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17860", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490310590223999, 38.570911906409201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17861", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490341942341004, 38.5707884062844 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17862", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490239650294001, 38.570893013038301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17863", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490275437411, 38.570770693717201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475869575950995, 38.568289906743402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17392", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475847181188001, 38.568146036497701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475799015722004, 38.568271116122197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475781031544003, 38.568128419886598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475728454381994, 38.568252325452697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475714880778, 38.568110804133198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475657894226998, 38.568233534745403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475648730052001, 38.5680931874412 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475587334108994, 38.5682147439951 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475582580500003, 38.568075571617499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475516772880994, 38.568195953196501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475516429839004, 38.568057954849898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475446212837994, 38.5681771623602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475450279203997, 38.568040338945302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17741", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495270335659001, 38.572248622782702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17743", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495215578718998, 38.5721962887838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17745", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495146313098004, 38.5721778453699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17747", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495077046372003, 38.572159401008797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17749", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495007780823002, 38.572140957512097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485661155635995, 38.5696804149256 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485665926742996, 38.5695558267536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485590590434995, 38.569661612251103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485599773485006, 38.5695381995383 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485520026420005, 38.5696428095385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485533619118002, 38.5695205713793 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485449462440997, 38.569624006782902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485356148872, 38.569589264172002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485298959141005, 38.569451688862898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485215021144995, 38.569551658418 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485144456189005, 38.569532855471401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475375652832, 38.568158371480799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475384129755994, 38.568022722107301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475305091715001, 38.568139580553201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475317979186997, 38.568005106127103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475236464898003, 38.568119289348097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475251828656994, 38.5679874892082 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475165905004005, 38.568100498340897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475185679299997, 38.567969873157701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475095344, 38.568081707285401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475119528834995, 38.567952256163203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475053378397007, 38.567934640031801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17751", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494938514162996, 38.5721225139689 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17753", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494869248685006, 38.572104070389301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17754", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494757025438005, 38.571959496659197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17755", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494799982103004, 38.5720856258623 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17756", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494692088674, 38.571942205193402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17757", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494730716697006, 38.572067182199802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17758", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494627151941998, 38.571924913691198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17759", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494661450180004, 38.5720487384907 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17760", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494562215235007, 38.571907623053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17761", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494592184845999, 38.572030294745304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488135815730004, 38.570327851597199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488012294265005, 38.570166944788198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488064598635006, 38.570308882689901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487953543662996, 38.5701576525286 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487993381577994, 38.570289913738797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487882755878005, 38.570137736763002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487922164565006, 38.5702709438429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487824043255003, 38.570123159944501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487850946437007, 38.570251974799099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487757277282, 38.570105376301697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487779729492999, 38.570233005716503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487690511343004, 38.570087592620403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487708512588, 38.570214036590102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474533019389, 38.567794711923497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474476142330005, 38.567912928962201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474405116895994, 38.567893989430402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474399847935004, 38.567759199321898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474334091507004, 38.567875048954001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474333261683995, 38.567741442961101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474263066147998, 38.567856109334997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474266675465998, 38.567723686561898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17553", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503170385599006, 38.574345393655697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17762", "timelimit": 30.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "16:00:00", "end_time": "18:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.494497278565007, 38.5718903314784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17763", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494522918399994, 38.572011850953402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17765", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494453653144006, 38.571993406224301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493977682535998, 38.571765824072202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493984059480994, 38.571895109876898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493919521052007, 38.571752622128798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493913608919996, 38.571842385935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489691870532994, 38.570618108847597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17874", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489627128178, 38.570733430994999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489624754252006, 38.570600239156697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17876", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489555536850006, 38.570714369467098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17877", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489557638004996, 38.570582369426901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17878", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489483946706997, 38.570695307900003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489490521798004, 38.5705644987572 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489400274134994, 38.570673026341801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489423405617998, 38.570546628949501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474192041980999, 38.567837168776698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474200089275001, 38.567705931025301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474121016698007, 38.567818229070497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474133503122999, 38.567688174549502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474049991458998, 38.567799288419799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474066918152005, 38.567670418040699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474000332067007, 38.567652661488303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473907941087006, 38.567761407888597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473933746013998, 38.567634904897602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473836915955005, 38.567742468007999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473800575157, 38.5675993916065 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17555", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503099812318993, 38.574326601661198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17557", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503029239081997, 38.574307808722899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17558", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503024156432005, 38.574165790380903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17559", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502958664727998, 38.5742890166376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17560", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502957993462999, 38.5741481730822 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17561", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502888091559001, 38.574270224514102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17562", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502891831682007, 38.574130554849702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502817518426994, 38.574251432347502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502746944191003, 38.5742326392322 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS17567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502676371133006, 38.574213846979603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19735", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503428114575996, 38.570621433313697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19736", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503370619820004, 38.570735054511097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19737", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503361780736, 38.570603763246098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19738", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503299864542996, 38.5707162068869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19739", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503295446929997, 38.570586093140498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503229108162003, 38.570697358313801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19741", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503229113149999, 38.570568423897797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503158351812004, 38.570678510598199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19743", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503162779408996, 38.570550753716098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503087595500006, 38.570659662839397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19745", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503096445694993, 38.570533084397397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503016844358996, 38.570639913262298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493609787413007, 38.568001372150903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22232", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493543371477003, 38.567983661842 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22030", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493509394623999, 38.568104453139298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493476955573001, 38.567965951494799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493410538554997, 38.567948241104602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22126", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493344122710994, 38.567930531582199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493277706906994, 38.5679128211207 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21955", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493211289987997, 38.567895110616199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22376", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493144874250007, 38.567877400078501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483261342600002, 38.566465516775402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483193970962006, 38.566447539488003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482748972473004, 38.566323126161699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482673971441997, 38.566303099169701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482628831523996, 38.566419768109498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482598969311994, 38.566283071223097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482553829276995, 38.566399741034502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482523967217006, 38.566263044128704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482478828227002, 38.566379713015202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473958526893995, 38.564105968703402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473922871013002, 38.564095249930197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473887133562997, 38.564086880316502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473851477701004, 38.5640761615212 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473868520554007, 38.563949517812901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473813142054993, 38.5640667566541 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473780084428, 38.564057073068298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473801589041997, 38.563931622622597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19747", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503030112019999, 38.570515414139699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502946084135004, 38.5706219671968 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19749", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502963778376994, 38.570497743844101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502875327934007, 38.570603119308203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19751", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502897444761004, 38.570480074411201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19753", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502831111185003, 38.570462404039503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502733815651993, 38.570565422500401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19755", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502764777641005, 38.570444733629799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502663059564, 38.570546574482101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19757", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502698444123993, 38.570427064082899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19758", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502592304660993, 38.570527726425397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19759", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502632110646005, 38.570409393597203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22116", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493008627915003, 38.567837454943998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21863", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49293648087, 38.567817915588201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22150", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492494218782994, 38.567702104040599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21921", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492460733445, 38.567826643121201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21886", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492427716310004, 38.567684376493403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20050", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492389796140998, 38.567807733049698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22112", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492318860028007, 38.567788822038899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482448966318998, 38.566243016089999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482393723830995, 38.566390660362401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482373964315002, 38.566222987997499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482298962347002, 38.566202960757401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482108388537995, 38.566151647185997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482041191904997, 38.566133669107003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481973995299001, 38.566115691889898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481906798734002, 38.566097713733001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473286981596004, 38.563928794614696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473264970396002, 38.563791366995098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473215867909005, 38.563909798976098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473159554855997, 38.563891927415703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473076555860004, 38.563739643816703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473089772677994, 38.563875052167099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21630", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473009886865995, 38.563721834947103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473018659104, 38.563856055506598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472943217906007, 38.563704026039098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502450792670999, 38.5704900301725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502389198003002, 38.570475730348399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19765", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502467909139995, 38.570366828727003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19767", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502413862782007, 38.570355868548098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19775", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501920647294, 38.570224324650802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20036", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492294710329006, 38.567648919477698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21949", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492228206814005, 38.5676311909099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20053", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492176986755993, 38.567751001683497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22097", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492161704479997, 38.567613462309097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20054", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492106049602, 38.567732091438103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22159", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492095201031006, 38.567595733664902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22143", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492035113632994, 38.567713181154303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20040", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492028698762994, 38.567578004987602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22053", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491964176560998, 38.567694269920999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21978", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491962195379998, 38.567560276267102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22354", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491893240668006, 38.5676753595503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21971", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491895692024002, 38.5675425484092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22242", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491822303663994, 38.567656449130901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21924", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491829189854997, 38.567524819617198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20059", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491751367846007, 38.567637538673203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481839602196004, 38.5660797364378 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481349828907, 38.565944636225801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20035", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481282894545998, 38.565926779600296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481149024776002, 38.565891066227898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472876550126003, 38.563686217098002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472825386725006, 38.563803033229703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472761019580005, 38.563781952729897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472743212371, 38.563650599090003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472676543543002, 38.5636327900284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472622838340996, 38.563742921541603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472609874748997, 38.563614980928399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472558440049994, 38.563726069601202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21643", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472543205988003, 38.563597171790001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472496734732999, 38.5637092307988 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20271", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472476537259993, 38.563579362613197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21644", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472428305470999, 38.563691302760702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19776", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501862537443998, 38.570324829018503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19777", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501855011833996, 38.570206827891802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19779", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501789376399998, 38.570189331996403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19781", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501723742145998, 38.570171836068702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19783", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501658106777001, 38.570154340098902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19784", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501582494749996, 38.570250178911898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19785", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501592471438997, 38.570136844091799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19786", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501512483881996, 38.570231516278199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19787", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501526836140997, 38.570119347146601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19788", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501442473048996, 38.570212853602101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22274", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491762686572002, 38.567507090782001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21990", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491680430917995, 38.567618628166898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21896", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491696184469006, 38.567489361913701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22207", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491609495180995, 38.567599716721297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20046", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491629681251993, 38.567471633002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20062", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491538558328998, 38.567580806128099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484467861850007, 38.565686854035597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484371762654007, 38.565661245005799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484275664679998, 38.565635635000397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22099", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481082089373999, 38.5658732085802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481015155147006, 38.565855351799797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480948219805001, 38.565837494975597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480881284497997, 38.5658196381127 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480814350371006, 38.565801781216202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480747415135994, 38.565783923374902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480680481077002, 38.565766066400997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19789", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501461202014994, 38.570101851070099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19791", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501395566773994, 38.570084354951398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19793", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501329931566005, 38.5700668587954 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19794", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501232440772, 38.570156865319802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19795", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501264297537006, 38.5700493626072 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19796", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501162431233993, 38.5701382024792 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19797", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501198662392994, 38.570031866376802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19798", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501092420584996, 38.570119539591403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19925", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503923079632997, 38.567213327203604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19925", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503923079632997, 38.567213327203604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19927", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503833083310994, 38.567192632571597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19927", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503833083310994, 38.567192632571597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19929", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503753112398002, 38.567171979949698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19929", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503753112398002, 38.567171979949698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19931", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503673142677997, 38.567151327277401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19931", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503673142677997, 38.567151327277401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19937", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503577202182001, 38.567127049319403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19937", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503577202182001, 38.567127049319403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480521102563998, 38.565720725274197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480056032877002, 38.565602240277002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479988837023001, 38.565584296140301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479921641209003, 38.565566351063701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479780534254999, 38.565528318007601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19805", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500709237405005, 38.570029486106698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500669015274994, 38.5698907367602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19807", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500638013886004, 38.570010515911399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500602241785998, 38.569872952398498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19809", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500566789258002, 38.5699915456673 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19811", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500495564667006, 38.569972575379303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500468697201995, 38.569837383569499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19813", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500424340113995, 38.569953605047502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19953", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502950973091998, 38.566954585347702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19953", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502950973091998, 38.566954585347702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19955", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502871004989004, 38.566933933027002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19955", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502871004989004, 38.566933933027002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19957", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502788513743994, 38.566915236468802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19957", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502788513743994, 38.566915236468802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19959", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502718545899, 38.566898563914201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19959", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502718545899, 38.566898563914201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19961", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502636043300996, 38.566881836557201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19961", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.502636043300996, 38.566881836557201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479701253648997, 38.565506091477701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479546730398994, 38.565461655509601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479479534811006, 38.565443710176403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479345142583995, 38.565407820288499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479277947091006, 38.5653898757391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21785", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470746081513994, 38.563116252715197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21786", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470629315305999, 38.563215575161699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21787", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470679588847005, 38.563098495556297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21788", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470558388507996, 38.563196633693302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21789", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470613095073006, 38.563080737453099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21790", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470487462901005, 38.563177691285901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21791", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470546602479004, 38.563062979317003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21898", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470416536178007, 38.563158749730597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21792", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470480108771, 38.563045221137401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21793", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470345610647001, 38.563139807236197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21795", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470274684, 38.563120865593902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21796", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470293385451996, 38.562994661503403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500335151610003, 38.569801813680499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500268379434004, 38.569784029131199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19821", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500046545884004, 38.569854773565602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500134863883005, 38.569748458239097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19823", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499975304558006, 38.569835774055299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500068099985, 38.5697306528889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19826", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500001337274, 38.569712846604297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19830", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499867810799003, 38.569677234815501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19871", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491197369760002, 38.581590697139397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19873", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491126978264006, 38.581571916683203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19875", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491056586804007, 38.581553136184098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19876", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491048825933007, 38.581435057596103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19878", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490982833507005, 38.5814174513391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19880", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490916842268007, 38.581399844148699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478722313977002, 38.565245706832002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478588447017003, 38.565209956264901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478521514161002, 38.565192080925897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21799", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470134876821007, 38.562951628908301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21801", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470068383319997, 38.562933870492103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21803", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470001890991995, 38.562916112943903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21804", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469935397556, 38.562898354451299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21806", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469868905300999, 38.562880595925698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20335", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469802411931994, 38.562862837356803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19832", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499801047039995, 38.569659428410297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499401061693007, 38.569677567681801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499330114863994, 38.569658677154102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499279703799004, 38.569509385097298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499259168066999, 38.569639787483702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499213190969996, 38.569491675833198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499146678179002, 38.569473965629903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499117273443005, 38.569602007106703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499080165416004, 38.5694562562893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478454580198004, 38.565174204642197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478387647408994, 38.5651563292258 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478320713505994, 38.565138453765499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478253780784001, 38.565120578271603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478186846954998, 38.565102701832998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478119914301004, 38.565084826261803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499046326764997, 38.5695831164049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499013652692, 38.5694385460096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498975380117002, 38.569564226560601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498947139994996, 38.569420836592499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498917057083005, 38.569547194012003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498880627329996, 38.569403127137299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498814114704999, 38.569385416742897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498806112248005, 38.569519468794397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498747602107002, 38.5693677072112 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21862", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498735165734004, 38.569500577901998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498681153719005, 38.569350009630803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498664174922993, 38.5694816273149 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498614662189993, 38.569332250564401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20463", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498549760245993, 38.569317561393099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478052980531999, 38.565066950646703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477841220065002, 38.565005479564597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477774287581994, 38.564987604694402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477347795186006, 38.564880443136303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498050217100996, 38.569190019454702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498017882202006, 38.569310043490802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497983618044998, 38.569172255053701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497946843557003, 38.5692910949573 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22024", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497917020169993, 38.569154490619297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497875804949999, 38.5692721463802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497804767527995, 38.569253197764503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497733728997005, 38.569234249100298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19884", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490784859879994, 38.581364630555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19885", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704632356994, 38.581459233056997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19887", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490634241120006, 38.581440452301202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490563851066995, 38.581421671507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19891", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493459904002, 38.581402890666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19892", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490520894349004, 38.581294202913703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19893", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490423068778, 38.581384109781801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19894", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490454903330999, 38.581276596360802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19895", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490352677689003, 38.581365328854702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477292917358994, 38.564994867871498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477281908413005, 38.564862862791102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477222639719997, 38.564976115416101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477216022812996, 38.564845283314398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477152360963998, 38.564957363813697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477075207368998, 38.564938203633602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477046144010998, 38.564931384965099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477082927881, 38.564806947108302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477021890914003, 38.564924238475001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476994826373996, 38.564917428824799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477018366213997, 38.564792543758301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476966568772994, 38.564911048910503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476926536185005, 38.564900255433599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476960549677003, 38.564776057346499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476892285635998, 38.564893063736697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21812", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507358162334, 38.571673713440099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21813", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507352244827004, 38.571805592913101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21814", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507292350130996, 38.571656168573497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21815", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507282045400999, 38.571786878025101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22157", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507226537966005, 38.571638622768504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21816", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507211846013007, 38.571768163094497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21817", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507160725828001, 38.571621077827103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21818", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507141645513997, 38.571749448116499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21819", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507094914869995, 38.571603532853104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21820", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507071446199006, 38.5717307331008 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21821", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507029102801994, 38.571585986935901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21822", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507001246921007, 38.571712018042497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506963290761007, 38.571568441882199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21823", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506931047679998, 38.571693302941597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497717230174004, 38.5691011989028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497662685939005, 38.569215296769002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497650633611002, 38.569083429815798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497591649810005, 38.569196343523103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497584038222996, 38.569065661596298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497520613717995, 38.569177390233698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497517441726004, 38.5690478924326 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497449577664995, 38.5691584369007 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497450845255997, 38.569030124131501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497378541654996, 38.5691394826232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497384248825995, 38.5690123548912 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497307505677, 38.569120529202898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21877", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497317695983, 38.568994593008803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497251114771004, 38.5689767904245 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497165419461993, 38.569082544692101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476855252424997, 38.564882283790297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476829022432, 38.564871988696702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476800970040998, 38.564863604271402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476843547517007, 38.564746248506601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476755734164996, 38.564854792613303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476716702190004, 38.564844003586899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476777662133003, 38.564728668780397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476683462607994, 38.564835246133903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476649417288996, 38.564826050795503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476711776787994, 38.5647110881157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476614323617994, 38.564815703864099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476581605790003, 38.564807309099997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476645891467996, 38.564693508314399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476546600155004, 38.564797633714697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476506213644001, 38.564787864613599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21824", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506897478759001, 38.571550895890198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21825", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506860848475995, 38.571674587798199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21826", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506831666782006, 38.571533350761598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21827", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506790649308002, 38.571655872612098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21828", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506765855986004, 38.571515805600598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21829", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506720450177994, 38.571637157383599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20381", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506580050878995, 38.5715997267937 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21833", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506568420359997, 38.571463168076399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21834", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506509851858993, 38.571581011437402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21835", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506502608546, 38.571445622760699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21836", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506439652875997, 38.571562296038501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497184532437998, 38.568958988697901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496673770441006, 38.568825409211101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22108", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496617620991998, 38.568938787903598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21904", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496607526911006, 38.568807769884799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22342", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496541283409002, 38.568790131421501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496476301837006, 38.568901158129897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496475039944997, 38.568772492019498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484179566776007, 38.565610024915202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483916158030993, 38.565539462767397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483820059237004, 38.5655138523787 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483730245651003, 38.565489923089999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483682632655004, 38.565477234188698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483635020823996, 38.565464545272903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476580006188001, 38.564675927574797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476469501824994, 38.564778180587503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475982179853006, 38.564518903348201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475901327979003, 38.564623574738498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475915422208999, 38.564501094856602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21751", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506039034275005, 38.571322066038597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21752", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505989618694997, 38.571424888821397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21753", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505972261612001, 38.571304275781003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21754", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505918394736, 38.5714059128765 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20388", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505905490130004, 38.571286485489701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21756", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505838718682, 38.571268695160001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21757", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505775948087006, 38.571367959959197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21758", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505771947266993, 38.571250904791697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21759", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505704725396001, 38.571348982986898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21760", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505705174737002, 38.57123311438 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21761", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505633502736998, 38.571330006871598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20392", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505638403389, 38.571215323934602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21762", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505562278968, 38.571311030707598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496408796506998, 38.568754853480399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496334981683006, 38.568863528178603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496342553109002, 38.568737214002503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496276309744005, 38.5687195744867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496193662824993, 38.568825898059799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496210066404004, 38.5687019358339 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496143823104006, 38.568684296242303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496035156938007, 38.568781879458697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496077579830995, 38.568666657513603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22000", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496011336595998, 38.568649017846198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22134", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495911037152993, 38.568748833760402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495840378508007, 38.5687300180157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19896", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490322920251998, 38.5812413822363 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490282287778996, 38.581346548790698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19905", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504730218850995, 38.567431687782701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19905", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504730218850995, 38.567431687782701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19907", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504640234551999, 38.567409023572402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19907", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504640234551999, 38.567409023572402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19909", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504560277972004, 38.567386404014698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475758911992003, 38.564585584887801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475781907007004, 38.5644654795599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475687702905006, 38.564566590341897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475715149455993, 38.564447671853799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475616495009007, 38.564547594856599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475648391939004, 38.564429864109201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475545287144996, 38.5645286002283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475581634454997, 38.564412056325999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475474078171999, 38.564509605551102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475514877004002, 38.5643942485043 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475402870389999, 38.564490609934303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475448118439004, 38.564376440639002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475331662640002, 38.564471615174597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475381361055, 38.564358632740301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475260453787001, 38.564452619465001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21763", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505571632073, 38.5711975334508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21764", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505491056390994, 38.571292053603699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21765", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505504860791007, 38.5711797429284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21766", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505419832697996, 38.571273077352103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21767", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505438088394996, 38.571161952362601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20396", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505371317180007, 38.5711441617632 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21769", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505277386578996, 38.571235123821197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21770", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505304545998001, 38.571126371125303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21771", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505206164148007, 38.571216147443003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21772", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505237774848993, 38.571108580448801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20414", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505134940611995, 38.571197170115198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20399", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505171002585996, 38.571090789728999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20415", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505063718255997, 38.571178193649203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495878851366996, 38.568613739303402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495769718746999, 38.568711203123897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22114", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495405055277004, 38.5686067740208 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21885", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495343754839993, 38.568462076860499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22372", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495320152350999, 38.568584125610997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22400", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495264159675997, 38.568440843434097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22103", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495235250633002, 38.568561476242998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21902", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495184563411996, 38.568419609948101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22166", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495150347814004, 38.568538827708601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21950", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495104968342005, 38.568398376412198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22144", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495065446203995, 38.568516178216001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19939", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503513196680004, 38.567109005527598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19939", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503513196680004, 38.567109005527598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19941", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503445749375999, 38.567090374866602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19941", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503445749375999, 38.567090374866602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19943", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503365792384997, 38.5670677544787 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19943", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503365792384997, 38.5670677544787 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19945", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503289677256006, 38.567048758610397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19945", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503289677256006, 38.567048758610397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19947", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503204298024002, 38.567024718453702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19947", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503204298024002, 38.567024718453702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19949", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503110884307006, 38.5669998275323 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19949", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503110884307006, 38.5669998275323 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19951", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503030927523, 38.566977206913101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19951", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.503030927523, 38.566977206913101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475189246111995, 38.564433624617699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475221023447006, 38.564309153827097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475118038481995, 38.564414628825702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21706", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475146211725004, 38.564288139916798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475046830883997, 38.564395633890697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474722772665999, 38.564175061794302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474636806228006, 38.564286131597399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474655840734997, 38.564157166197198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474565412535, 38.564267043628803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474509870408994, 38.564120264972303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20418", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504704719922998, 38.570966427781499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20434", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504655233958999, 38.571069228980697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21994", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504571891289004, 38.570930953253701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20436", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504513548684997, 38.571031389473198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21991", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504505475873998, 38.570913215927703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22380", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504442706101003, 38.571012470104797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20422", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504439061639005, 38.570895478568502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20438", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504371863561005, 38.570993549792298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20423", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504372647432007, 38.570877742072 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22263", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504301022199996, 38.5709746303421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20424", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504306232115994, 38.570860004631697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20440", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504230179729007, 38.570955710843698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20038", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495025372173004, 38.568377142816701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22054", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494980543493, 38.568493529557102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22160", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494945777197998, 38.568355909171302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22356", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494895641990993, 38.568470879939902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22013", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494866181123996, 38.568334675466303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20058", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494810739388001, 38.568448231156403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21977", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494786585095994, 38.5683134417066 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22081", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494725837993002, 38.5684255814148 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20042", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494706990257995, 38.568292208797899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20060", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494640935497998, 38.5684029325067 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21923", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494627394324993, 38.568270974928701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20061", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494556034211001, 38.568380282640398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20044", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494547799586996, 38.568249741009701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21915", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494471131824, 38.568357633607803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20045", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494468203750003, 38.568228507031002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19859", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483537417245998, 38.565436330649 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19870", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491246799951, 38.581487877927898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474442938582996, 38.564102369251998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474388197528995, 38.564219481529399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474351231683997, 38.564209779458999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474376007930005, 38.564084474399102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474316803969003, 38.564200393407603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474279838143005, 38.564190691314302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474309076164005, 38.564066579502303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474245419135002, 38.564180281861198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474208444640993, 38.564171603125601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474174025652005, 38.564161193651302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474137051176001, 38.564152514892697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474180589723005, 38.564031870772702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474101321215002, 38.564143121959603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22308", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504159337301004, 38.570936790401099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22404", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504173403877999, 38.570824529646501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20442", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504088494906, 38.570917870815897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22388", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504106988660993, 38.570806792091901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20443", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504017652547006, 38.570898951187402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20428", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504040574624, 38.570789054504097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20444", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503946811380004, 38.570880030619598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22410", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503876018008, 38.570861173275802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20430", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503907653438006, 38.570753616652198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22100", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503805151269006, 38.5708423101687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21445", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494315069403996, 38.568318707973297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21451", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494226754411997, 38.5682915339641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21648", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494229418816005, 38.568164804776401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21457", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494143020148002, 38.568273128512097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22153", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493809036572998, 38.568054501953299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20003", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493676203381995, 38.568019082421799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19911", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504477827903003, 38.567361806170297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19911", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504477827903003, 38.567361806170297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19913", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504402858495993, 38.567343143867497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19915", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504315380454997, 38.567320491936201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19917", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504225410100005, 38.567295859905002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19917", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504225410100005, 38.567295859905002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19919", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504160483307999, 38.567275272900801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19919", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504160483307999, 38.567275272900801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19921", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504098047786002, 38.567256664089903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19921", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504098047786002, 38.567256664089903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19923", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "6", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504008063900997, 38.567234000288998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19923", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "0", "start_time": null, "end_time": "06:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.504008063900997, 38.567234000288998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18969", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488744691193006, 38.569139392804203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18970", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488711953481001, 38.569127535646601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18973", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488681743409003, 38.569118612154298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18977", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488614969866006, 38.569101986621803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18978", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488578423481002, 38.569091900880203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18981", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488552746460996, 38.569085977548497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22218", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493870272349994, 38.569297262842099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21930", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493804655915994, 38.569404926751702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22084", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493278456262004, 38.569145745541697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20007", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493212126429995, 38.569128052541203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18985", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488485243251006, 38.569065176663599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18986", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488450713066001, 38.569057816895999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18989", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488423086680001, 38.5690500975414 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18993", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488360726509001, 38.569034930098702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18994", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488331400934996, 38.569027332039802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS18997", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488299261698998, 38.569016365694601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19502", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503321255806, 38.571823437708197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19508", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502902913138001, 38.571700266080803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19509", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502850715720996, 38.571815759312798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19510", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502836578544006, 38.571682578596103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19511", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502779958486997, 38.571796893348903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19512", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502770243984003, 38.571664891073297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19513", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502709201298003, 38.571778026440803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19515", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502638444145006, 38.571759159489503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19516", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502637574955997, 38.571629516814603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22124", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493145796625001, 38.569110360403599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20009", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493079466859001, 38.569092667327098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20010", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493013137125999, 38.569074974212697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22375", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492946807419997, 38.569057281961001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22003", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492880477751996, 38.569039588770501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22118", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492814148118001, 38.569021895541901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21867", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492747818509997, 38.569004203176199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21653", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492681488941997, 38.568986509871699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22280", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492615159406, 38.5689688165291 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19001", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488242070702, 38.569000624644602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19002", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488217942337002, 38.568993819800802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19005", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488188485861997, 38.5689857580658 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19006", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488162531645997, 38.568978014510797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19009", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488130798154998, 38.568969680531602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19010", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488106117556001, 38.568962437188297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19013", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488082240816993, 38.568955751446303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19017", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488026225046994, 38.568941280345797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19517", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502567687023998, 38.571740293395898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19518", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502571240494007, 38.571611829177797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19519", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502496929947, 38.571721426358103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19520", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502504906065994, 38.571594141502899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19522", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502438571669998, 38.571576453790101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19523", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502355417044996, 38.571683693058603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19524", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502372237301003, 38.5715587669401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19525", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502284660073997, 38.571664826791903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19526", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502305901822993, 38.5715410791463 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19527", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502213903146, 38.571645959580998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19528", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502239567526004, 38.571523391319403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19529", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502143146248997, 38.571627093227796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19530", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502173233261999, 38.571505703454498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22065", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492548829897004, 38.568951124049399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22096", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49195255555, 38.568786397578997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491897283545995, 38.568893304022303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22162", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491886052330003, 38.5687686517036 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491826345465, 38.568874374687603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22014", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491819547988001, 38.5687509066857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19018", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488003269982997, 38.568936005864799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19021", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487981081906, 38.568931150085497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19022", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487959906539999, 38.568924452843802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19025", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487933860341997, 38.568920258364201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19026", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487915276007001, 38.568913572576299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19029", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487869853478003, 38.568900644652501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19531", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502072389396005, 38.571608225930497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19532", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502106899024, 38.571488016452498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19533", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502001632573993, 38.571589359490801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19534", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502040564824995, 38.571470328511502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19536", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501974230659997, 38.571452640532499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19543", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501509938257001, 38.571342136354602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19545", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501444302108993, 38.571324605129902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491755408562994, 38.568855446215203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491684470557999, 38.568836516793603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21972", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491656975590999, 38.568707886741997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22244", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491613532583997, 38.568817588229301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20043", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491590471370003, 38.568690140691601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22078", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491542595800993, 38.568798658725697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22276", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491523968329005, 38.5686723946082 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21988", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491471657901997, 38.568779730074397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21895", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491457464174005, 38.568654648481399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22208", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491400721195006, 38.568760800483901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22204", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491390960051007, 38.568636902316499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21914", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491329783371995, 38.568741871745701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21649", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491324457109997, 38.568619156118302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21647", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491257953046997, 38.568601410777802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19039", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487542951237003, 38.568832365744903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19043", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487475223684996, 38.568816511001202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19044", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487443242885007, 38.568807162228801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19047", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487408054005002, 38.568797601043997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19546", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501400899505001, 38.571441127482203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19547", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501378667134006, 38.571307074773898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19548", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501330888915007, 38.571422428709198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19549", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501313031044006, 38.571289544375702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19550", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501260877220005, 38.571403728988003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19551", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501247396134005, 38.571272013945197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19553", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501181760109006, 38.5712544834726 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19554", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501065663093996, 38.571352224958297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19555", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501116125262996, 38.571236952967702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19556", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500995651530999, 38.571333525977501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19557", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501050489308, 38.5712194215197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19558", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500925640011005, 38.571314826053602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19559", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500984853380004, 38.571201890935399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20086", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489201588156007, 38.568175269212901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21484", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489186067044997, 38.568042065285098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21486", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489130280373999, 38.5681562455974 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21488", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489119215840006, 38.568024230692899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21493", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489058971483004, 38.568137221933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489052364669007, 38.568006396062103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22270", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488987662623998, 38.5681181991255 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21497", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488985512382996, 38.5679885613877 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21500", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488916354956999, 38.5680991753783 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488918661279001, 38.567970726679697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488845046180003, 38.568080151582002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21510", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488851810208004, 38.567952891933103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22303", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488771074617006, 38.568056888072398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21513", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488784958023004, 38.567935057142797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21520", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488718107018002, 38.567917222318997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19051", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487346516795, 38.568781669133102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19052", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487313526261005, 38.568772313149999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19055", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487279786303006, 38.568766484453199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19059", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487196974129006, 38.568759652779498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19060", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487162362103007, 38.568751903977201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19063", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487131418757002, 38.568745105649398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19067", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487062864880997, 38.568727534397397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19560", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500855629669005, 38.571296126993097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19561", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500919218630997, 38.571184360318803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19562", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500785618221997, 38.571277426984402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19563", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500853582765998, 38.5711668296601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19565", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500787948082007, 38.571149298969097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19567", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500722312289, 38.571131767334997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484069811737001, 38.566681247502402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483985314717003, 38.566781773128497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484002439698997, 38.566663269784698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483913450825, 38.566762596961297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22022", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483935066539999, 38.566645292923603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483841586965994, 38.566743421650202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483867694569994, 38.566627315127398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19068", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487027489653997, 38.568716930833901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19071", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486995885482003, 38.568707722344598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19075", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486931864666005, 38.568690270203099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19076", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486904298713, 38.568682008412402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19079", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486874850473001, 38.568671722964702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19082", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486815386348994, 38.5686563675252 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19083", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486789162652997, 38.568656930538097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19576", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500191272606003, 38.571130066667699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19580", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500071858081995, 38.571098584504497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19581", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500069126623998, 38.570945505039703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19582", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500000729993999, 38.571079623342399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19583", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500002444041996, 38.570927728836601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19584", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499929601944004, 38.571060662136503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19586", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499858473931994, 38.571041700886902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487251319834996, 38.5676535803711 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21561", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289539852995, 38.567538587110803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487180664953001, 38.567634704387302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21570", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487157060596004, 38.567503194980503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22037", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486655987006998, 38.567369789759198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22175", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486673588171001, 38.567499656441299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22254", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486589834512998, 38.567352145086602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21961", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486592170975996, 38.567477940488899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19086", "timelimit": 60.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486755088226005, 38.568648478594802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19090", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486696514689996, 38.568632635153101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19091", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486666972852007, 38.5686261149865 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19094", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486641262971006, 38.5686198595536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19098", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486586333618007, 38.568605823200699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19099", "timelimit": 60.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486561162146998, 38.568596987266297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19588", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499787345957003, 38.571022739593602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19589", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499723120916997, 38.570851861132603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19590", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499716218021007, 38.571003778256603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19591", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499656438507998, 38.570834084730102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19592", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499645088980998, 38.5709848159701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19593", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499589756131996, 38.570816308289302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19594", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499573961120007, 38.570965854545697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19595", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499523073790002, 38.570798531810098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19596", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499494778159999, 38.570943686193999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19597", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499456391481004, 38.570780755292397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19598", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499436642378001, 38.570927264629297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22318", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486510752683998, 38.567456224474199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486457529616999, 38.567316856528997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21908", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486429334440999, 38.567434508402201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22296", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486391378362995, 38.567299212648997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22213", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486347916247993, 38.567412792272997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22058", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486325226, 38.567281567825098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22047", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486266498104001, 38.567391076086402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21935", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486185080010003, 38.567369359842601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19976", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486192922512998, 38.567246278970103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21941", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486103661965004, 38.567347643541503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22311", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486126770249001, 38.567228634032901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19383", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507988622102999, 38.573069973317203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19384", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507886275350003, 38.573164342235799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19385", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507935028429003, 38.573055689744102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19386", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507829108864001, 38.573149106493801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19387", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507881434777005, 38.573041406146103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19388", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507771942402002, 38.573133870723602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19389", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507827841145996, 38.5730271225233 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19390", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507714775970996, 38.573118634024198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19600", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499389709206, 38.570762978736298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498876828964995, 38.570760929840297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19610", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498805794353999, 38.570741986363601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498793116504004, 38.570617311391999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498734760926993, 38.5707230428483 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19613", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498726521636996, 38.570599551948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498663726391001, 38.570704099284399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483800321478995, 38.566609338187902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483697858227998, 38.566705069087497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483625994484001, 38.5666858936426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483665576554003, 38.566573383295299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483554130784995, 38.566666717252197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483598204719002, 38.566555405342299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483482267124998, 38.5666475408172 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483530831771006, 38.566537427344997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483410402350003, 38.566628365233399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22018", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483463459998006, 38.5665194502144 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483338538767001, 38.566609188709101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483396087117995, 38.566501472138697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483266675223007, 38.566590012140303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483194811711002, 38.566570836427601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19391", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507774247537, 38.573012838875698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19392", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507657609557995, 38.573103398197503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19393", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507720653948994, 38.572998555203299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19395", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507667060382005, 38.572984271506101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19396", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507426391769002, 38.573036492430397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19397", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507613466837995, 38.572969987783999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19398", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507330254115004, 38.573010521299601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19399", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507559873313994, 38.572955704037099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19400", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507273087870999, 38.572995285283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19403", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507431204010004, 38.572918590155801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19404", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507370900921003, 38.572901106618197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19405", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507306565779999, 38.572882549137503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498592691886998, 38.570685156577703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498593333149998, 38.570564032949903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498521658574006, 38.570666212931599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498526739530007, 38.570546273395898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498450624151005, 38.5706472692369 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498460144795999, 38.5705285137986 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498379589766003, 38.570628325498603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498393550095003, 38.570510754163003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19624", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498308556566002, 38.570609381721702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498326956574004, 38.570492994494003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19626", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498237522249994, 38.570590438797097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498260361939003, 38.570475234781703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19628", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498166487977997, 38.570571494928103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498193767337995, 38.570457475031098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21449", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491116971286999, 38.568685083473497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21968", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491090002606995, 38.568557307844202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21456", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491046034761993, 38.5686661545665 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19705", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490615693240997, 38.568423355517602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19706", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490564337080002, 38.568537661413401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19707", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490548491951998, 38.568405434628403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19708", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490492655151002, 38.5685185451024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19409", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506880139608995, 38.572774422315902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19410", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506830683016005, 38.572877231766199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19411", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506814326744006, 38.572756842944699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19412", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506760482928996, 38.572858479626603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19413", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506748513919007, 38.572739262635402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19414", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506690282872, 38.572839728345301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19416", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506620082858007, 38.572820976120603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19418", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506549881734003, 38.572802223848399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19639", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497594172545007, 38.570297535390402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19640", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497544699699006, 38.570400340857198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19641", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497527491306002, 38.570279740644999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19642", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497473573106006, 38.570381360124699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19643", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497460810099, 38.570261945861098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19644", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497402446557004, 38.570362378447598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19645", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497394128926004, 38.570244151038899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19647", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497327448934001, 38.570226356183099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19996", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485806192835, 38.567270414720603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19997", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485726166695997, 38.567242362921803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22063", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485335901216004, 38.567142450389603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22106", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485241348586996, 38.567117198516897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19420", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506479681787994, 38.572783472439298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19421", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506485264076005, 38.572668942830198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19422", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506409481885001, 38.572764720086901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19423", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506419451406998, 38.572651363234598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19424", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506339282018999, 38.572745967691901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19425", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506353638776005, 38.572633782700699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19426", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506269081035995, 38.572727216150199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19427", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506287826171004, 38.572616203030201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19428", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506198881242995, 38.572708463669997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19429", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506222013604997, 38.572598622421502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19430", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506128681481997, 38.572689712048103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19649", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497260767827996, 38.570208561283998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19650", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497189067123998, 38.570305434955799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19651", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497194086754007, 38.570190766346499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497046814360004, 38.570267472109002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497060724708007, 38.570155176356202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496975688039001, 38.570248490169703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496994043740997, 38.570137380402599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496904561747996, 38.570229509087497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496833434354002, 38.5702105270557 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496860681894006, 38.570101790181702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496762308140006, 38.570191545886097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496794001020007, 38.570083995013697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21525", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488651256047007, 38.567899387456499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488579976642995, 38.568008372962403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22200", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488508668047004, 38.567989348958903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21577", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488018176989002, 38.567733238409801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21580", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487957878768, 38.567842333367501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21582", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487951936976003, 38.567715543681501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21584", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487887222359007, 38.567823458710798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19431", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506156201066005, 38.572581042676198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19432", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506058481763006, 38.572670959482799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19434", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505988282082001, 38.572652206874899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19441", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505538469761007, 38.5724031076101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19442", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505548071967993, 38.5725368325635 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19443", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505471784452993, 38.572385334558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496691181968998, 38.570172563771898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496195634285996, 38.569924259744603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496129390217007, 38.569906568795503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496063146181001, 38.569888877808602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19678", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496000425114005, 38.569988144785398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495996902171996, 38.569871187684498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19709", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490481290703002, 38.568387512799298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19710", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490420974407996, 38.568499428751998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19713", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490346888299996, 38.568351669924802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19715", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490279687146, 38.568333748879503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19717", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490212486031993, 38.568315826894299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19719", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490145284945001, 38.568297905770997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19720", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490062566671, 38.568403847215102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19721", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490078083898993, 38.568279983707797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19445", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505405099179001, 38.572367561467601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19448", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505298409009995, 38.572468176183698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19449", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505271729878004, 38.572332015176201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19450", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505227278167993, 38.572449218233402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19451", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505205044703004, 38.572314241970503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19452", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505156147362996, 38.5724302602394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19453", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505138359561997, 38.5722964687263 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19454", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505085016596993, 38.572411302201701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19455", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505071674454001, 38.572278695443799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19456", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505013885867996, 38.572392344120303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19457", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505004989379003, 38.572260922122801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19458", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504942755176998, 38.572373385995199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19680", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495929764452995, 38.569969275038602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495930658201999, 38.569853496621803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495864414264005, 38.569835805521002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19684", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495788444395998, 38.569931534519803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19685", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495798170352998, 38.569818115283297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19686", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495717783852996, 38.569912663742798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19687", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495731926481994, 38.569800424106703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19688", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495647123341001, 38.569893793823397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19689", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495665682642993, 38.5697827328923 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19694", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495435143188999, 38.569837182009898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19459", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504938304337003, 38.572243148763299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19460", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504871624523005, 38.572354427826298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19461", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504871619328995, 38.572225375365498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19462", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504800493907993, 38.572335469613797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19463", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504804935500999, 38.572207601934203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19464", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50472936333, 38.572316511357499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19465", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504738250559001, 38.5721898284595 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19467", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504671565650995, 38.5721720549464 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19696", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495364482827, 38.569818311917999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22256", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494861682793996, 38.569565969649702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19989", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49473858959, 38.569654074334501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22049", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494653685635996, 38.569631424535302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22299", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494637695129001, 38.569503389583403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21586", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487885697002994, 38.567697848014198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21588", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487816567140996, 38.567804583115297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21590", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487819457062002, 38.567680152309201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487745910807007, 38.567785708372398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21593", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487753217153994, 38.567662456566303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21596", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487675254516006, 38.5677668326855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21598", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487686977278997, 38.567644760785399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487604599403994, 38.5677479578614 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS20107", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487620737430007, 38.567627065867498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21602", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487533943189007, 38.567729082088199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21603", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487554497621005, 38.5676093700108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21606", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487463287010996, 38.567710206271997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487488257844007, 38.567591674116201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21609", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487392632010994, 38.5676913313185 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487422019248001, 38.567573978188697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21614", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487321975906994, 38.567672455415902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22135", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487355779531001, 38.567556283119202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19474", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504251171690001, 38.5720712973283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19475", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504151992705999, 38.5721675675086 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19477", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50408114196, 38.572148683023798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19478", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504118325842995, 38.572035888881103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19479", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504010291252001, 38.572129798495602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19480", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504051903537004, 38.572018185503602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19481", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503939440580993, 38.5721109139239 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19482", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503985481268998, 38.572000481187096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19484", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503919057887003, 38.571982776827603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19487", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503726887640994, 38.572054260844901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21933", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494568782876001, 38.569608775579802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22061", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494558097866005, 38.569482155666897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22357", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494478501798, 38.569460921700703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22267", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494398976384005, 38.569563475674997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21869", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494398904622997, 38.5694396885755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19994", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494314072639, 38.5695408265276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22309", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494319308650006, 38.569418454499903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22012", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494229170102003, 38.5695181764221 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22017", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494239711576, 38.569397220364401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22336", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494144267612, 38.569495527155098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS21878", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494029464953996, 38.569339731561399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22325", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493974461652996, 38.5694502275283 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22226", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493949868054003, 38.569318497226597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22191", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493889558183994, 38.569427577168597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19722", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489990886157997, 38.568384730598403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19723", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49001088288, 38.5682620625063 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19725", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489943681900996, 38.568244140365103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19488", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503786213517003, 38.571947368004103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19489", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503656035972995, 38.572035376094902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19490", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503719790228004, 38.571929664431202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19491", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503585185489996, 38.5720164913064 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19492", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503653368125001, 38.571911959924101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19493", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503514335044002, 38.571997606474604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503586944907994, 38.571894255373998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19495", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503443484635994, 38.5719787215995 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19496", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503520522871995, 38.571876550790797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19497", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503372633118005, 38.571959836676001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19499", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503301782777996, 38.571940952614902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19500", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503387677743007, 38.571841142405901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS19501", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503230932483007, 38.571922067609599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483472976255001, 38.560392870914001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483539469708006, 38.560410603607501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483605964334004, 38.560428337168801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483672457845998, 38.560446070686801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483738952538005, 38.560463804171697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33052", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501744995460996, 38.565281734442102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33051", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501812109176001, 38.565299682689698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33050", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501879222919001, 38.565317631799203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33049", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501946336702005, 38.565335579968902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33048", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502013449371006, 38.565353528094803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33047", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502080563213994, 38.565371477087503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33046", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502147677097994, 38.565389425140502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33045", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502214791010005, 38.565407374055397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33044", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502281904960995, 38.565425322030499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33043", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502349018939995, 38.565443270867597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33041", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502483247011995, 38.565479166623298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33040", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502550361092005, 38.565497115343597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33039", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502617475212006, 38.565515063124202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33798", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508612158787002, 38.568747356543099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33799", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508432573172001, 38.568743381450197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33800", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508618355560998, 38.568642532095602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33801", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508442289539005, 38.5686385719575 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33802", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508621102280003, 38.568549292035001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33803", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508444566831997, 38.568548210070503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33804", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508623537934, 38.568454397510202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33805", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508458051342004, 38.568447600337898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33806", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508625615973997, 38.568355943829602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33807", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508456420277, 38.568354893038098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33809", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508469677947005, 38.568250224706297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33810", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508637391142997, 38.568174249805303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33811", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508471803663994, 38.568181857545099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33812", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508648995246006, 38.568087868024101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33814", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508649589312995, 38.5680014404074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33815", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508465676282, 38.568006090182898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33816", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508653834298997, 38.567917909352801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33923", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506553182546, 38.570482349171698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506823474211998, 38.570225075477602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33929", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506679281429996, 38.5701894909853 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506850485737004, 38.5701630539685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33931", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506706293066003, 38.570127469509799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506877497214006, 38.570101032453103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33933", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506733304655, 38.570065448027997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33934", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506904508644993, 38.570039010931197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33935", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506760316197997, 38.570003426539799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506929749660003, 38.5699889034167 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33937", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506789023679005, 38.569940087954599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33939", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506821188328004, 38.569864841636203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33960", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507306803196997, 38.569122835400002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33962", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507334014356005, 38.569060697513898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33964", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507361225473005, 38.568998558720402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33966", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507388436536999, 38.568936420821402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33968", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507415647559995, 38.568874282014903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33970", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507447947529002, 38.568808191005203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33084", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500418216463999, 38.564905413843697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33083", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500501452489999, 38.564927941424699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505878358155002, 38.572432916421597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33865", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505724727216005, 38.572389204931099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505906187476995, 38.572368544577898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33867", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505753856805995, 38.572319872036402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505934015595003, 38.572304173623401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33869", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505781686196002, 38.572255500222496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505961844816994, 38.572239801766202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33871", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505812128434997, 38.572179218902498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33082", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500567606654997, 38.564945509681202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33081", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500649294270005, 38.564966808859097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33080", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500715448508004, 38.564984377031102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33077", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500913910280005, 38.565037079513601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33076", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500980064654001, 38.565054646633499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33075", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501046217907003, 38.565072214611497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33074", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501112372346, 38.5650897816558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33073", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501178526811003, 38.5651073495631 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33974", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50749902071, 38.568695572918401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33976", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507526336105002, 38.568652033524899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33872", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505989673982, 38.5721754308031 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33873", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50583995657, 38.572114847069599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33874", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506017501955995, 38.572111058927497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33875", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505867785796994, 38.572050476135701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33876", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506045331020999, 38.572046687950802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33879", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505930607164998, 38.571909646870097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33881", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505957415815999, 38.571848291362102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33882", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506087710502001, 38.571930208172297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33883", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505984224420004, 38.571786935847797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33884", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506108754414996, 38.571859623580302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33885", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506009774125005, 38.571724582168002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33886", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506148896545994, 38.5717722313683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476154839279005, 38.558423866335403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476220875943994, 38.5584414372194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476286912641001, 38.558459008065697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476352949371005, 38.558476578874398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476418987280994, 38.558494149650599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476485024075004, 38.558511720383898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476551060903006, 38.558529291079601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476617097762997, 38.558546861737497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476683135802006, 38.5585644323629 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476767505344995, 38.5585907452543 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476931132925003, 38.558634321657202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477116147318, 38.558680580028202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477549806004006, 38.558782337148997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477683660880004, 38.558818021355201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477817515896007, 38.5588537045058 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477884442881006, 38.558871546020399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477951371046004, 38.558889387501502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33817", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508473710185001, 38.567905288835 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33818", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508665597055, 38.567808480626802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33819", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508467105324996, 38.5677986640966 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33820", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508670040403999, 38.567696140667501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33821", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508478908043003, 38.567683473428502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33822", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508674384540996, 38.567598205610302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33823", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508483331831002, 38.567574014456603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33826", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508665161330995, 38.567338875142902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33827", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508474010086005, 38.567329087975303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33828", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508665816039994, 38.5672438045886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33829", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508478255238003, 38.567245556926302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33831", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508467921315003, 38.567147559545901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33833", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508453778923993, 38.567069711643001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478018298097993, 38.5589072289387 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478085226323998, 38.558925071243202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33622", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478152153441997, 38.558942912603001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478286008927, 38.558978595211698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478352937294005, 38.558996436460603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478419864545998, 38.559014277665597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478878867646003, 38.5591653861594 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478944400372995, 38.559182860421799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479140996452998, 38.559235282975898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479206528161001, 38.5592527570847 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479403124618997, 38.559305180094299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479468657604002, 38.559322654059798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479599721373006, 38.559357601869102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479665254452996, 38.559375075723302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479730786418997, 38.559392549535197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33889", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506059552661995, 38.571607815057199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33890", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506212666484004, 38.571606317851497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33891", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506086361089004, 38.571546459518999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33896", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506333603607004, 38.571329046034599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33897", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506201206341998, 38.571293540988499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33898", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506360556922004, 38.571267100965301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33899", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506228159757995, 38.571231595949897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33900", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506387510196006, 38.571205154988697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33901", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506255113126997, 38.571169650904999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33902", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506414463417002, 38.571143209906602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33904", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506441224691002, 38.571080970308003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33905", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506308638904997, 38.571045902414397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480152556551005, 38.559507931660598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480219397659994, 38.559525754316802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302908403004, 38.559549484196197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480436590807997, 38.559585129296202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480503432060999, 38.5596029517883 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480570274493999, 38.559620774246902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480637115814005, 38.559638596661799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480703957166, 38.559656419038099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480770798552996, 38.559674241375802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480837641120004, 38.559692063679897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480904482572996, 38.5597098859404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481038165578994, 38.559745530345502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481527203031007, 38.559868745047503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481594482234996, 38.559886688688302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481729038444001, 38.559922576742999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481796317743004, 38.559940521167299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506975299247003, 38.5698701224226 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33943", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506876806845, 38.569730734295497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33945", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506903957453005, 38.569677279084601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507065157233995, 38.569677606194297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507090731394996, 38.569612130781202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33949", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506953263298001, 38.569561076248 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507114580937994, 38.569551946187502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33951", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506973639042997, 38.569511566015599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507138394983002, 38.569497060507203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33953", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507000790635999, 38.569458111687602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507170818077, 38.569417044049601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33955", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507024668084995, 38.569390072320303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481863595934996, 38.5599584646464 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481930874154997, 38.559976408987303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481998153562003, 38.559994352393403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482065431848994, 38.560012296656097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482132710176998, 38.560030239978801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482199989679003, 38.560048184168402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482334546497, 38.560084071519199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482401826106994, 38.5601020146906 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482874530987999, 38.560233267720697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482941024135997, 38.560251001658898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483007518465001, 38.560268735564001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483140506081, 38.560304202353699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483207000508003, 38.560321936144199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483273493821997, 38.560339669891398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484242284150994, 38.5605997638568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484309302477996, 38.560617636282402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484443338087004, 38.560653381012202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484577374970002, 38.560689126492797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484644392318003, 38.560706998719297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484711410846998, 38.560724870912097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484778429401999, 38.560742743966898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484979484144006, 38.560796360190999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485046502833995, 38.560814233090603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33434", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485756748390003, 38.560970817306298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33432", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485891833240004, 38.561006839787801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33430", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486026918226003, 38.561042862111599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33428", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486162002201993, 38.561078884272597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33426", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486297087455, 38.561114907181903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33424", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486432172850002, 38.561150929032699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483339988316004, 38.5603574036056 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483406481694999, 38.560375137276303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33907", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506335261104994, 38.570983868551998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33908", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506494468835996, 38.570956903416899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33909", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506361883253007, 38.570921835584201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33911", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506387016315003, 38.570855752139302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33912", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506555329788, 38.570822781639798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33914", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506586170803004, 38.570753011693903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33915", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506445220103998, 38.570730855072902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33916", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506613647218998, 38.570681903082303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33917", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506472640227997, 38.570667737200402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33918", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506637638822994, 38.570626675018197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33919", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506498343681002, 38.570608584953597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33920", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506661630395001, 38.570571446048199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33921", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506525763712006, 38.570545467068399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33922", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506685621924007, 38.570516217974003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23042", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486060178377997, 38.559846602234899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23044", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485977277166995, 38.559823320666403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23046", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485924399514005, 38.559809259745798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33438", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485486580252001, 38.560898770974497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23080", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484436905853002, 38.559416024110099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23081", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484363531289006, 38.559394625251301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23084", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484201663777, 38.559350983445 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23085", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484168956572006, 38.559503710027002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23086", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484129674323995, 38.559331792403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23087", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484098123430996, 38.559484849343399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23088", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484054889939998, 38.559311487960301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23089", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484027289172005, 38.559465989512297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23090", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483985673947004, 38.559296712777702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23091", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483955285467999, 38.559444317227701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23092", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483916488689999, 38.559277533204003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23093", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483884452435007, 38.559425457314198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23094", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483854281800006, 38.559262789196197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23095", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483813619439999, 38.559406597357402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23097", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483742786489003, 38.559387736456401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23099", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483668397645999, 38.5593660533535 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23101", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483586853050994, 38.559345274306899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23102", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483572331317006, 38.559181122787898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23103", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483501754884998, 38.559321672148499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23104", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483491355102004, 38.559158256127297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23105", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483417834164996, 38.559299945445403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23106", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483397838436005, 38.559134093801198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23107", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483336303271997, 38.559277294218298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23108", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483311658231997, 38.559107375873602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23109", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483250012046994, 38.559253686548203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23112", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483148873529998, 38.559067932982103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23113", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483091133157004, 38.559051200408497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23119", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482856354139997, 38.559150727777599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23120", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482844779432995, 38.558987997429703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23121", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482780162504, 38.559130420725303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23122", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482763106831996, 38.558964709129498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23123", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482703972064002, 38.559110112727097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23124", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482696439633997, 38.558946940071202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23125", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482627780515003, 38.559089805574501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23126", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482629772468997, 38.558929170974501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23127", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482551589015003, 38.559069497470901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23128", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482563105338002, 38.558911401839403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23129", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482475398698995, 38.559049190223099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23130", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482496438238996, 38.5588936326659 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23131", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482409746632996, 38.559030510227203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33459", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484845447997998, 38.560760616082099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23165", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480893772342, 38.558630894337597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23167", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480845883214997, 38.558617746251997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23173", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480656015513006, 38.558569291002698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23175", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480573151437994, 38.558546078687797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22910", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491651778184007, 38.561322911572901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22912", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491577414168006, 38.561301959805199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22914", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491499937889998, 38.561284628533699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22916", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491424029607003, 38.5612636698825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22918", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491348087972995, 38.561247556958499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23191", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479980284074003, 38.558396633170098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22929", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490779964905002, 38.561254629054901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22930", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490841919277997, 38.561105653639999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22931", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490702971321994, 38.5612341669543 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22932", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490751217031999, 38.561083543884003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22933", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490625977788994, 38.561213703901601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22934", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490669807472997, 38.561056629927201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22936", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490579104190005, 38.561034520932203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22937", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490471989702002, 38.5611727785383 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22938", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493014398993, 38.561014855587601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22939", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490394996296004, 38.561152316232899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23193", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479912873442998, 38.558376189803298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23195", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479843066236, 38.558357606790203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23197", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773259072005, 38.558339022834097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23199", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479703451937993, 38.558320439736796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23205", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479428612163005, 38.5582475527859 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22940", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490419260443005, 38.560996455296397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22946", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490156139934001, 38.560927714863801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22948", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490074429603993, 38.560903928877202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23218", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478670428713002, 38.557882405391297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23219", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478589424868005, 38.558014626478403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23220", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478570091405999, 38.557857861580104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23223", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478442817778003, 38.5579774426106 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23225", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478374872244004, 38.557959342771802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23226", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478304960670997, 38.557787698562301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22959", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489533859687995, 38.560926645895101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22961", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489458260114006, 38.560906934153202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22963", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489382660588007, 38.560887221461002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22965", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489307061096994, 38.560867509620302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22967", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489231461648004, 38.560847797730197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22971", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489105240957002, 38.560815033581299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23227", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478306927892007, 38.557941242898302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23228", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478218827638997, 38.557764894141599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23230", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478131952067997, 38.557743851166599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23232", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478058536803005, 38.557726310258602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23233", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478097147316006, 38.557885045053503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23234", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477994838827001, 38.5577093410581 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23235", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478029203112001, 38.557866944116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23236", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478261357205, 38.557641423266098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23237", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477961257787996, 38.557848844034403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23238", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478197658102999, 38.557624455072997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23239", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477893313646007, 38.557830743917997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23240", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478129178146006, 38.557606220246598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479075463629002, 38.559217808824897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479337592815, 38.559287706096903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22977", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488840910213995, 38.560744281213204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS22981", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488686925286999, 38.560703196723601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23247", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477466993942002, 38.557714278004298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23251", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477255982255997, 38.557663586563997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23255", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477083095782007, 38.557614003934297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23257", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477013290428005, 38.557595368765703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23259", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476943486256999, 38.557576733560197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23261", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476848755465994, 38.557555218083699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23011", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487263829151004, 38.560333943208398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23013", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487190776483999, 38.560314125046901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23020", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486855976285, 38.560224354156503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23022", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486792444336999, 38.560206517584497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23024", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486737227852004, 38.560192460180097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484510356507997, 38.560671254222299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS33436", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485621663681997, 38.5609347937663 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23026", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486674874593007, 38.560176499933497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23028", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486610150648005, 38.560158657073401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23030", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486537098997005, 38.560138906970401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23033", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486271685877, 38.559902847310397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23034", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486385029786007, 38.560100314381202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23035", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486218809261004, 38.559888785628601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS23037", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486165931512005, 38.5598747248184 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489088816548005, 38.583755114517999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489114403833995, 38.583694985373697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489140041409996, 38.583627668191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495688537592002, 38.568191381752101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495716475625997, 38.568127472252002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495879340760993, 38.568101282700503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495744414751002, 38.568063563651101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495928135054996, 38.567989062417098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495787286666996, 38.567958041016702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495814103103001, 38.567896610379599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495975063318994, 38.567881557388503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495840919499003, 38.567835178835402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495998527398001, 38.567827804867001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495867734702003, 38.567773747279901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496021991442007, 38.567774052340702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498432105104996, 38.5690446755629 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498305749948003, 38.5689831778529 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498333581443006, 38.5689192789808 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498479892763001, 38.568929073299003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498361411741996, 38.568855380096899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498503754306, 38.568875857131701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498389243138007, 38.568791481211299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498531584435, 38.568811958206901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498440870568999, 38.568680573056398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498465452092006, 38.5686313608972 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498604084638004, 38.568641994758899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496552173476999, 38.569618498080402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496700465903999, 38.569608552006102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496572862809003, 38.569563791037503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496728234033, 38.569553874813202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496600590658005, 38.5695146713296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496768500616994, 38.5694398747695 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496648837058004, 38.569404127633803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496794390632004, 38.569376665114603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496675654960995, 38.569342460770898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496702472817006, 38.569280793901697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496857994020999, 38.569246591793103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35587", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489163807140002, 38.583566093168201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35597", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489304243223998, 38.5832515826933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35599", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489331632553998, 38.583187064174403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489357138618004, 38.583129726497802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495894551006003, 38.567712315723099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496045454302006, 38.567720299804598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495921325317994, 38.567656658723799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35850", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495944140625994, 38.567606373641098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35858", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496088198956002, 38.567288268206703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35860", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496115625778003, 38.567225151878702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35099", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498641130110002, 38.568569956487302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35100", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498508783964994, 38.568531381578801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498533417961994, 38.568474526428503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35103", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498691728121997, 38.568444122218402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498552223144998, 38.5684161172016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498718963016003, 38.568382742280498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498578836570999, 38.568354684153697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498847786260995, 38.568089343033201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498721990747001, 38.568022041016299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498874979069996, 38.568030812412204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498754494080003, 38.567946717290297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496729290627997, 38.569219127026201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496756107243996, 38.5691574601395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496912080697996, 38.569127592336301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497036867540004, 38.568819894715404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35354", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496906709792995, 38.568790151762499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497064499299, 38.568755995275701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496934341656996, 38.568726252353898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497089719559, 38.568699494324299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496961935434996, 38.5686679104031 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497122123039006, 38.568628206630599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35615", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489593709673997, 38.582584189405701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35617", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489627955572999, 38.582509657850501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496191957690002, 38.567045018361299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496217412448004, 38.566983433959201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496262304902004, 38.5668692956652 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496289320695993, 38.566807629753299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498898212903995, 38.567981435770697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498923501318998, 38.567916781610201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498807029096, 38.567815888683299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498950726215, 38.567853663746597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498836212041994, 38.567751251404303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498977951057, 38.567790546777601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499005175850002, 38.567727429801998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498914776939998, 38.567586890572699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499059957086999, 38.567613102612 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498941592752004, 38.567525144807497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499091266907996, 38.567550956443696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498965768871003, 38.5674695019935 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496989567201993, 38.568604010981097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497152074704999, 38.5685698739779 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497177307884002, 38.568511520821097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497047177895993, 38.568478074559302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35365", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497204888333997, 38.568455030097603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497070025799999, 38.5684234155474 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497254379680001, 38.568336124036797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497125305888005, 38.568303951811899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497152173532001, 38.568235110318398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35373", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497306155101995, 38.5682101161986 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497181321997999, 38.568177393986097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497339094270998, 38.5681508469279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35619", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489651089865006, 38.582452328573801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35631", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489808378779003, 38.582095078478901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35633", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489832438639993, 38.582032665882501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496335433232005, 38.566695041778502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496362450044003, 38.566633375854302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496389466815998, 38.566571709023002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496410524495005, 38.566520795485701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496675120988996, 38.566250044092101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496543241840996, 38.566228004896601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496698582584997, 38.5661929139604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496564673752999, 38.566180617266703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498992584595001, 38.567407756216497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35135", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499166963030007, 38.567372590308103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499046128889006, 38.567296493934101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499185291426002, 38.567310387946399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499072943336998, 38.567234747232398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35139", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499208754826995, 38.567256360008699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499323598082, 38.566990688806897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499213218963007, 38.5669234539982 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499343408377996, 38.566943590951503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497360224302994, 38.568093379513101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497232644464006, 38.568047110360297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497388471055999, 38.568030386267402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497257060186001, 38.567991225695799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497519973703007, 38.567719265964399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497572387635998, 38.567604137303697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497597454079994, 38.567541010384701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486396544127999, 38.585514618771199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486553653323995, 38.585480848191096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486448196469993, 38.585398150233502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486602888769994, 38.585371787751697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486475230891998, 38.5853362118729 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486627518638997, 38.585315402631899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486522143197007, 38.585221577225497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486694691851, 38.585161306583998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486568014240007, 38.585112533411497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486718527809998, 38.585106287288497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499244912709003, 38.566847744655 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499369116653995, 38.566888492517101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499278059052003, 38.566773187527197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499388991250996, 38.566832222006298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499311292672999, 38.5666860200214 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499414754609006, 38.566769098616099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35153", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499344398646997, 38.566617195103497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499446351554994, 38.566707146387401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499371670936995, 38.566547199005299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499473567476002, 38.566645176106803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499382630677005, 38.566512674511202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499531140756005, 38.566515705894901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35161", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499418916078994, 38.566430615643498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499564043275996, 38.566453924143602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497629584986001, 38.567479767264601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497677268310994, 38.567366470269199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497728974357003, 38.567251415043401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497761980516003, 38.5671826793265 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497837220977004, 38.567002300368202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36023", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486999160476998, 38.584453598077303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36024", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486869090656, 38.584418129956198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36025", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487021403843002, 38.5844006761589 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36026", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486893669458993, 38.584368928304997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36028", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486920704794997, 38.5843067547126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36029", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487070734566004, 38.584278162856499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36030", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486945310200994, 38.584253844176899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36031", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487097783050999, 38.584214134335397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36032", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486972345454006, 38.584191669671398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36034", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486999380655007, 38.584129496060399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499445322579007, 38.566370005826201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499592671998997, 38.566376837498801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499471730188006, 38.566309395106899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499617278730994, 38.566318077510402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499493699363001, 38.566256791275002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499649217620004, 38.566254763649603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499518605977997, 38.566201907358902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35170", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499676873138995, 38.566177672777698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35171", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499542084029997, 38.566142430798003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497867879636999, 38.5669317021948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497996984859, 38.566623468245098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497869270959995, 38.566588084732999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498022025336994, 38.566563929394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497891965419996, 38.566526682588503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498072080121005, 38.566448554246399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497944405604997, 38.566407613356901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498097094415996, 38.566392719751597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485774490889, 38.5872897476468 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485798146722999, 38.587235551156397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497974216483001, 38.566340685334403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498126879088005, 38.566329496062799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498001589962996, 38.5662848610922 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498151906333007, 38.566271808468798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498205208607999, 38.566158966251002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498071440613003, 38.5661194468235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498233110632, 38.566095010954001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498097821856007, 38.566062737179699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498291326911996, 38.565959701824198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498162497137997, 38.565932699337402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498316844748999, 38.565899440659202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36038", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487050501023006, 38.584008838435402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36039", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487196391471002, 38.583997142415697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36040", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487077941137002, 38.583945881919398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36041", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487220401594001, 38.583942056223101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36042", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487105381202994, 38.583882925396701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36045", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487268421744005, 38.583831882021201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36046", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487160261189004, 38.583757012331702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36047", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487292431762995, 38.583776794912602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36048", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487187701110003, 38.583694055789401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36049", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487316441744994, 38.5837217077991 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35209", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500138823067005, 38.564760986724501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35210", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500309931632998, 38.564720501426002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35211", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500159806541006, 38.564704974025297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498191354613994, 38.565859330222203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498344733549004, 38.565837337521501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49821776057, 38.565798916173001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36071", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487522818016998, 38.582911314464397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36072", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487677865878993, 38.582902075487901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36073", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487549851967003, 38.5828491803614 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36074", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487701520041, 38.582847707438901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36075", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487576885877004, 38.582787045351203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36077", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487603918592001, 38.582724910329603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36078", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487748828258006, 38.5827389713263 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36079", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487630952401005, 38.582662776207499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36080", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487772482305999, 38.582684604163603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36081", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487657985021002, 38.582600641173102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487796136323993, 38.582630236095099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35212", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500340715042, 38.564655358075399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35213", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500188588225001, 38.564647465274497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35214", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500369560780001, 38.564588678432798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35215", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50021155092, 38.564586874649699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35216", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500390554733002, 38.5645311360161 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35217", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500240472849001, 38.5645094945219 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35218", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500425338195996, 38.564450723501501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35219", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500267403581006, 38.564438220173102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35221", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500296282573004, 38.564366953328403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35224", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500483262711995, 38.564305330100701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35225", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500367785387994, 38.564235270786 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35226", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500524683223006, 38.564217315608303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35227", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500392566662995, 38.564178261831799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35229", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500417347891997, 38.564121253773102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485844458838997, 38.5871425617593 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485885119228996, 38.5870434887185 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486018387738, 38.586721994506902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485878859086, 38.586693785970198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485906097601003, 38.586631377477097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35230", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500591713616004, 38.564074850622397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35231", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500442129087006, 38.5640642448082 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35232", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500613397170994, 38.564024967858998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35234", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500635080695005, 38.5639750850914 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35241", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489738140870998, 38.585260708624702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489760401805995, 38.585205883572797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35245", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489787501487001, 38.585134408749497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35246", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489960900081996, 38.585141053790501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35487", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487705600908001, 38.586966586228201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35489", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487732837359005, 38.586904256582102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36054", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487454197871998, 38.583428494772001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36055", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487321773543997, 38.583393000511897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36056", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487476846465995, 38.583374672764201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36057", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487342085736998, 38.583335458291501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36058", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487494728749994, 38.583326393591499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36059", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487362304591002, 38.583290899377602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36060", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487522169057002, 38.583263318955602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36062", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487549610458004, 38.583200245218997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36063", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487417186512005, 38.583164750167001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36064", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487577050667994, 38.583137170569898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36065", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487444626826004, 38.583101675549301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36066", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487604491978004, 38.5830740959194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36067", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487472068233004, 38.5830386018309 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489816907887999, 38.585070353057503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35248", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489990372552995, 38.585067736229099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489843967713, 38.585004435676296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35250", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490017405732004, 38.585005523177202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35251", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489878147671007, 38.584932991128497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35252", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490044438869006, 38.584943309217998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35257", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490374196136003, 38.584198540484302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35258", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490236935038993, 38.5841687597852 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35259", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490398994553999, 38.584146685025402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35260", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490259385900998, 38.5841150417764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35261", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490421459660993, 38.584091115706102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35262", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490286623518998, 38.584052083620797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35491", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487750753230998, 38.586856354093499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35499", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487858421119995, 38.586604609067997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35505", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487941214895002, 38.586407768992203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35755", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494769279815003, 38.570656242128102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35756", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494636880562993, 38.570623775152697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35757", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494790578068006, 38.570599886711904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35758", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494680013895007, 38.570530560305997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35759", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494823686488004, 38.570537424305002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35760", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494713199868997, 38.570457319042397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35761", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494841018855993, 38.5704872110013 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35762", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494744315633, 38.570399466856202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496746029384994, 38.566097132444902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496613518187999, 38.566072010415297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496773456273004, 38.566033859208602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496640945183998, 38.566008737210502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496668372124006, 38.565945464899997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496825622489993, 38.565917567649997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496695799017004, 38.565882192582897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496882383493997, 38.565799905957 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496733643229007, 38.565775560362702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496905489217994, 38.565747147188901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496760049556997, 38.565715264659801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35263", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490446231544993, 38.584042964607001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35265", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490471056312003, 38.583987405663301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490336312984994, 38.583935407440002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35267", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490500640193005, 38.583926310027103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35268", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490363550466, 38.583872449266103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490534983168004, 38.583859677694697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35270", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490390787899997, 38.583809491085702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35274", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490438939631005, 38.5836965864532 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35275", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490615354843996, 38.583676026821699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35276", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490465973024001, 38.583634215643002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35277", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490643820515999, 38.583608507342198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488129670660001, 38.586005810529599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35517", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488174739222998, 38.585919231803899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35519", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488186437181, 38.5858885719501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35521", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488209363592006, 38.585824536663097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35763", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494868243899006, 38.570424722006003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35764", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494763640678002, 38.570344643365303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35765", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494895468888004, 38.5703622339052 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35767", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494922693834994, 38.570299744897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35770", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494833444091, 38.570165320962801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35771", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494975140226003, 38.570179757195497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35772", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494860058596004, 38.570104280649502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35773", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495000443398993, 38.570118657075497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35774", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494886673048995, 38.570043241230898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35775", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495027741460007, 38.570052945855402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35776", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494911282775007, 38.569988351587199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35777", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495056988504004, 38.569988783663703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35779", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495086236643004, 38.569924621469603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35780", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494958573727999, 38.569873944974397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485930959442001, 38.5865708133718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485958197857997, 38.586508405767098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486120144392999, 38.5864871679941 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486147382618, 38.586424759443901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486222169968002, 38.586249493050701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486085940154993, 38.586215499424803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486246006402993, 38.586194508987397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486122700048995, 38.586143428683698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35278", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493005223001, 38.583571844821201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35279", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490665155233003, 38.583548365458299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35280", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490517652349993, 38.583513167984201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35281", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490691261093005, 38.583480835586101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35282", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490544685605002, 38.583450797155301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35284", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490571718807004, 38.583388427220903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496097750689998, 38.570987605867799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35290", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495958013136999, 38.570976364214602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496127173971004, 38.570919530682403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35292", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495980201630005, 38.570930484479803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496154172496006, 38.570860706150903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35535", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488410192250996, 38.585314807733702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35537", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48842896747, 38.5852631531016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35781", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495117478501996, 38.569855848167002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495245492449001, 38.569565124992103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495107270966997, 38.569524919682401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495273326638994, 38.569501265593701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495138983819004, 38.569467236662597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495301159632007, 38.569437406183503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35792", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495164856990996, 38.569403369637897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495184802197002, 38.569345635283902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495352915366993, 38.5693081315653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495378722954001, 38.569253502000301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486595254932993, 38.585049654501098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36009", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486622495578004, 38.584986775584298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486649737323006, 38.584923896665998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486790034313998, 38.584941230267901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486813870126994, 38.584886210952497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486704218371997, 38.584798138799897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486837705895994, 38.584831192533002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36021", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486979361454004, 38.584495402045697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36022", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486844485131002, 38.584471041376403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35294", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496007226450004, 38.570867955610403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496181197137005, 38.570798177240697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35296", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496034251222, 38.570805426734601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496210646424998, 38.570726396760897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35298", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496063674488994, 38.5707373515651 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496237670965996, 38.570663867837503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35300", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496090737268005, 38.570669265211897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35302", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496113004069997, 38.570612272334898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496299583080003, 38.570519280321001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496322870696005, 38.570465904440901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35306", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496160283826995, 38.570496636367402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496346157128997, 38.570412528551103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35308", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496186897040999, 38.570435635387597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496369443527001, 38.5703591526567 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35310", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496213485198993, 38.570378338778703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495238410208998, 38.569231766015697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495402590069006, 38.569195784706601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495266244275001, 38.569167906618702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495440164613001, 38.569085780568301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495309034141997, 38.569061036959198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495463630700996, 38.569031856991103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495335852799997, 38.5689994091437 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495487096754005, 38.568977933409201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495510562777994, 38.568924008921599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495389489971004, 38.5688761543948 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495534028760005, 38.568870085329998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495559521084004, 38.568806930970197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496786455839, 38.565654968950803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496951743989001, 38.565635470398497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496839269418999, 38.565534377519597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496997955194004, 38.5655299528296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496865675566994, 38.565474081792502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497021060744004, 38.565477194038301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496888062042004, 38.5654276261766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35314", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496271470335003, 38.570250800768299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35316", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496305239644997, 38.5701787174442 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496561340534001, 38.569922684178401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496440813609993, 38.569877953841697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496468647398004, 38.569814016681399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496612275147996, 38.569796640554301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496640081473998, 38.569736406819302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35563", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488795926739002, 38.5844108725911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35565", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488829155600996, 38.584347166454698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35567", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488862486271998, 38.584269084250501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35569", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488892104106, 38.584198172999699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495443125809004, 38.568752899615703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495584981849007, 38.568748396264397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495462000893994, 38.568705095636901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495715045430003, 38.56847041028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495577297116, 38.568447292184899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495742794565004, 38.568406450401298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495605046365995, 38.568383332339202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495770543651005, 38.568342490515803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495632795573002, 38.568319371585801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495826107921005, 38.568225006997999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486269841658995, 38.586139524013298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486149981324004, 38.586075025757403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486204464717005, 38.585949346509999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486341350638995, 38.5859745708782 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486231705764993, 38.585886507324403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486365185747999, 38.585919585884199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486499584460006, 38.585604724942002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486369510718006, 38.585576557118301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486526618914993, 38.585542786569803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500524016837005, 38.567666152534301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500673438937, 38.567318526041703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500527494883002, 38.5672866974434 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500700661229999, 38.567255525779899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500554717287002, 38.567223698116798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34827", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500727883476003, 38.5671925255117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34828", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500581939650004, 38.567160697882898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500755105666997, 38.567129526137897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500782326668997, 38.5670665258518 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500625091209997, 38.567048712566603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500809548763996, 38.567003526465001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500652313437001, 38.566985713216802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34312", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498806761343999, 38.581357216943701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34314", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498832230418003, 38.581297757245103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500858554263004, 38.566883025812999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500890526915995, 38.566817552311399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500720502532005, 38.566843128826903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500746686346005, 38.566785836658298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500941076857998, 38.5666812754842 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500772918164003, 38.566721514096898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500984615522995, 38.5665871573784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500836700311993, 38.566575337678699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501007546028006, 38.566533951105001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34850", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500862907379002, 38.566514530287797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503209194201006, 38.571718358308402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34324", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503079012841994, 38.5716449170611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503237023953005, 38.571654066377199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34326", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503106842688993, 38.5715806242602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503264854809004, 38.571589773543302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34328", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503134673627002, 38.5715163323583 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503292685608997, 38.571525481603501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34330", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503162504521995, 38.571452039548902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503320515216998, 38.571461188751101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503348345922007, 38.571396895896903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34334", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503218165006004, 38.5713234548057 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503376176570995, 38.571332603936902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503428554764, 38.571217839171702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34593", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498089692734993, 38.580169497833801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34595", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498116696981, 38.580081580231003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34597", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149144020005, 38.580008931180501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34599", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498176132807998, 38.579923191864097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34601", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498208640993994, 38.579841831396401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34603", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498250449688996, 38.579753830182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34340", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503281167563003, 38.571179513336602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34341", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503466186395997, 38.571137082116202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34343", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503493572229004, 38.571075335954397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34344", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503334390524998, 38.5710564883194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503523057294998, 38.571002483534897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503550452924998, 38.5709391500232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34348", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503387613303005, 38.570933463277399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503573738355996, 38.570885326754798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34350", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503414224048996, 38.570871950744703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34352", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503440834743003, 38.570810439106701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34356", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503697608671004, 38.570607203566901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34611", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498363370568995, 38.579494465034699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34359", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503720134225006, 38.570551397743301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34362", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503748762075006, 38.5704908541381 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503775398798993, 38.570425538052397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34935", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490997985329997, 38.586215504338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491018058544, 38.586160104568499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490869639839005, 38.586136330513803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491033243122999, 38.586130459754699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490892062308006, 38.586091756358002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491055603012001, 38.586082415940403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490921568849004, 38.586038030508298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491085074289003, 38.5860215493894 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490951127757, 38.585976960773699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491107552016999, 38.585956979138103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490978320129003, 38.585919552681403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34113", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505016016594993, 38.570948947708096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34114", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504881448296004, 38.570909979629803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34115", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505043024507998, 38.570886886057799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34116", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504908456318006, 38.5708479171101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34117", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505070032380999, 38.570824823500402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34119", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505097040199999, 38.5707627618374 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34120", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504962555983994, 38.570711720404198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34121", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505124055924, 38.570700711913702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34122", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504989603889996, 38.570646204001498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34123", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505151076253, 38.570638652994603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34374", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503855200551001, 38.570245468487698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34380", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503893293087998, 38.570141027815097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34383", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503923245069004, 38.570076332207698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34389", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503979038821996, 38.569956451233601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493415565711999, 38.587475852210702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497971511154006, 38.570110028414803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497999344220005, 38.570046011610401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497864969489996, 38.570013580301499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498027176087007, 38.569981994794198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497892801459997, 38.569949564418401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498055009045999, 38.5699179788771 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497920634533003, 38.569885547632701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497966394623006, 38.569777300708402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498106259606999, 38.5698074917537 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497988998661, 38.569732469238701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35065", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498127612944003, 38.569752029663398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498017540237001, 38.569673905925598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34124", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505014402894005, 38.570587585145297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34125", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505178096530003, 38.5705765949699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34129", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505218578335004, 38.570468745182701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34130", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505089534057007, 38.570435719840098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34131", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505242570472006, 38.570413585873602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34132", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505116953577001, 38.570372680659098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34133", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505266562570995, 38.570358426559402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34134", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505139859595999, 38.57032687073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34136", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505167279028001, 38.570263831536998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34137", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505327860790999, 38.570229191044398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34138", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505192526005999, 38.570197333520902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34139", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505351948425997, 38.570160233999403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34140", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505219945343001, 38.570134294315302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34392", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504013125060993, 38.569879068883502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34395", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504043143055, 38.569804845652499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504174095447993, 38.569500829927797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504227720456996, 38.569377178306198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493283046881004, 38.587440558997798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493442192933998, 38.587414263619003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493309674203999, 38.587378970436497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493468818962995, 38.587352675016099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493336300332999, 38.587317381864104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493495446091998, 38.587291086412002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493362927565002, 38.587255793290403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493522072028995, 38.587229497796699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493389596255, 38.587188199517499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493548699067006, 38.587167909180202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493431681972993, 38.587104657957603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493575326059002, 38.587106320557503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493490052930994, 38.586977936495799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496977537223003, 38.572398760331403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497004561452002, 38.572336269967998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34990", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496908292444004, 38.5722207197731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497058609760998, 38.572211290122901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34992", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496933025185001, 38.572161778008002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497085633840996, 38.572148800641202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34994", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496957870781003, 38.572086825097401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497110316250001, 38.572096974800402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34146", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505346288802002, 38.569824241401797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34150", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505404403087994, 38.569686574270399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34152", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505431262109994, 38.569617731752999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34154", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505458134186, 38.569547164069498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34156", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505489423881002, 38.569473165721803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504254532887998, 38.5693153529363 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504281345273, 38.569253527560299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504308156470003, 38.569191701272104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493633388842994, 38.5870043795315 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493512188783995, 38.586942981257003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493657395013997, 38.586949291106698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493539624324001, 38.586880023213403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493567059815007, 38.586817065163302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493705407245002, 38.586839114241997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493586717441005, 38.586772089212097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493614152849005, 38.586709131150698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493753419328002, 38.586728937357201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493641588209002, 38.586646173082798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493777425313993, 38.586673848907203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35001", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497191029828002, 38.571912793015201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35002", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497063019300995, 38.571872456942003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35003", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497223800643994, 38.571849497836901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35004", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497080889163996, 38.571822655552602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35005", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497247494495994, 38.571787943398803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35006", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497101099475003, 38.571762189607497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35007", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497268910548001, 38.571728157433 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35008", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497128121418001, 38.571699973979598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35009", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497297124531002, 38.571668401885702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35016", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497296495940006, 38.571327497279597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34160", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505545481168994, 38.569367464331599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34161", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505690467231005, 38.569392577115103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34162", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505563768181005, 38.569325240876402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34163", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505725447467, 38.569311729637597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34164", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505588718091005, 38.569272696384701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34165", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505749299303005, 38.569251531816803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34166", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505615924018002, 38.569211538147499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34167", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505773149950997, 38.569191333986197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34168", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505643141852005, 38.569148654739102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34169", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505801455180006, 38.569122531793397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34170", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505663708707004, 38.569094366297101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34171", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505825271046007, 38.5690675085498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34172", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505690926453994, 38.569031482877399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504379514565002, 38.5690365392038 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504404715465995, 38.568975396085399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504439100908002, 38.568902383338397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504471961039002, 38.568830554135197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504500253637005, 38.568761087340199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504520886875, 38.568702306613503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35069", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498186003190995, 38.569625885251803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35070", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498064878275002, 38.569558265843803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35071", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498217167036998, 38.569559764828199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498091495075002, 38.569496636524498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35073", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498242521172003, 38.569489033651301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35074", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49811613112, 38.569439585074498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35079", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498382348503, 38.569163326917298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35080", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498244225733004, 38.569114006912599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498404273649001, 38.569108574458603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35082", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498268172362003, 38.569048562395203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34180", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505841925577997, 38.568687869140803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34182", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505868939552002, 38.568625533455901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34184", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505895952323996, 38.568563198660598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34186", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505922966197005, 38.568500863863903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34188", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505949980021995, 38.5684385290607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34190", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505976992653004, 38.568376194246397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504651574613007, 38.568410206279999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504678590603007, 38.568347715022298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504705606551994, 38.568285222857298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504732621306999, 38.5682227306811 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504759637161001, 38.568160238503303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34887", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501598819687999, 38.565151866152704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34888", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501466414212999, 38.565109490764101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34889", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501622508425001, 38.565102340483499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34890", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501492415347997, 38.565049427388097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34891", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501643921669, 38.565058078858698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34892", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501518416438998, 38.564989364006202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34893", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501663095119994, 38.565013806685897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34894", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501544417486002, 38.564929300618502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34895", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501688985558005, 38.564969564328898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34896", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501570418488996, 38.564869237224798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34897", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501712746685996, 38.5649094912607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34898", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501596419449001, 38.564809173825303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34899", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501731994859995, 38.564854671706001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34900", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501622420364995, 38.564749110419797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504786652967994, 38.568097746319303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35020", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497356611141001, 38.5711702843494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35022", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497387560971006, 38.571103147004102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35030", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497491560919002, 38.570875988860998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35031", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497637122377995, 38.570896188126397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35032", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497514024685003, 38.570822652411699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35033", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497660319405995, 38.570830617055599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491226742763999, 38.585651540504401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491108366671995, 38.585619815018298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491253773661995, 38.585589365896801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491137798555997, 38.585550278954699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491280766228996, 38.585532719916102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491307798188998, 38.585470544400003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491189566969993, 38.585418546759399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491334830094999, 38.5854083697783 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491226083019001, 38.585343513004197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491357125934002, 38.585351703145697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491255542114999, 38.585270290562697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491386414060003, 38.585302439261199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499573049285999, 38.569490108705402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499597637400996, 38.569437921577702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499625293446996, 38.5693740288485 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499671498010002, 38.569257948088598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34902", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501650692376003, 38.5646940927966 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34904", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501687028270993, 38.564608240675298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34905", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501812463928999, 38.564682245110397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34906", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501716548895004, 38.564536422193399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34907", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501836380537, 38.564613022284199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34909", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501876043286003, 38.5645333213279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34910", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501770942058002, 38.564417374981403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34912", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501793635100995, 38.5643613468281 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34913", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501950815401997, 38.564384445673198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34914", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501816341521007, 38.564303561980402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490775037321001, 38.586709295428697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499735644542994, 38.569130167436498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499902290343996, 38.569063222105598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34772", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499929158385996, 38.569005933073598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499802376559003, 38.568966001714301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499949284349, 38.568952131108396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499828789728994, 38.568904527878502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499972371406002, 38.568901857227999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499855202852999, 38.568843054036599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499995495389996, 38.568846309656202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34780", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500018607013999, 38.568792520575798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499908030105004, 38.568720107240502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500043908072996, 38.568745772442497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499934443086005, 38.568658634281199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35035", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497691315349996, 38.570763551001598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35036", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497556964015999, 38.570722085253898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35037", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497718353150006, 38.570705638889301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35038", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497583408471002, 38.5706565364017 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35039", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497743454330006, 38.570646190447903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35041", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497768598510007, 38.570580627804397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497781470969002, 38.5702056306028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497943679187003, 38.570174045217499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS35050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497809304241997, 38.5701416138441 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34533", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505702377484994, 38.5659590730357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500184416352994, 38.568453995163601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500036028276995, 38.568411032036401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500063153560006, 38.568362016114499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34792", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500218168890996, 38.568367565673803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500083623058003, 38.568304182298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500238589012, 38.568316763112101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500106355876994, 38.5682428429552 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500263511178005, 38.568262464686498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500292949987994, 38.568202911907598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500154062416001, 38.568120173933401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491436349687007, 38.5851797619245 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491330906830001, 38.585107250429701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491472147127993, 38.585093257425797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491358144998998, 38.585044135272199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491503089104, 38.585028847698197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491410220353004, 38.584925265526401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491555556921995, 38.584903673336598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491432709259001, 38.584869501525098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491579390509997, 38.584848447642301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491459947246994, 38.584806386343303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500181261397998, 38.568060610609599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500339938010001, 38.568100699962798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500391079278003, 38.567980219534 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500240590836, 38.567925973784099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500409901777999, 38.567924345208802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500267206516995, 38.567864148474598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500293821004007, 38.567802323153799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500460918581993, 38.567821442499699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500320436600006, 38.567740496931101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500484170326999, 38.567772618772203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500347050995003, 38.567678671598003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500503005004006, 38.567714986836201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500373666491996, 38.567616846263697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490799789156995, 38.586653917173997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490656565915003, 38.586626726076901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490836371265999, 38.5865802270662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490686107607999, 38.5865657220983 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490863515745005, 38.586517513410399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490715653828005, 38.586506488393802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490885967620997, 38.586456615141401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490740556047996, 38.586443547787503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490922523326006, 38.586386597845497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS34930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490774873389995, 38.586371480161901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37620", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490853535116997, 38.565295167665703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37622", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490881574772999, 38.565235958840503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37626", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490935400479003, 38.565115751086701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37628", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490954296853999, 38.5650671821627 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486011040037994, 38.572687397361797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486146831499994, 38.572741217094098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486038683171003, 38.5726235005584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486168901786996, 38.572685298189903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486066326252995, 38.572559603748402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486195172866005, 38.572634384391698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486093970433998, 38.572495706936799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486217206017997, 38.572583452679098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486121613416998, 38.5724318101134 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486237109943005, 38.572534174568403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486149256350998, 38.572367913283401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486261298466005, 38.5724782641473 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489369374568994, 38.572171251648399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37131", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489257994309, 38.572087270574599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489393201992002, 38.572116369617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37133", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489285226530001, 38.572024548668303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37134", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489417030531996, 38.572061486684802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489305025666994, 38.571979010100897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489440859029003, 38.572006604648401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37142", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490860086783002, 38.5684035020046 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37144", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490877840484998, 38.568358886605601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37644", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491081853045003, 38.5644336838131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37649", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491281335365002, 38.564312442369499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37650", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491156565769998, 38.564278587773899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37651", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491313035220998, 38.5642531513313 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37652", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491184638972996, 38.564218927675498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486290457172998, 38.572056749458902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486418819101004, 38.572105987278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486428407907994, 38.572074786713898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486315333247006, 38.571999514155998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486441163191998, 38.572044496589598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486455427311995, 38.572014235679802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486342353859001, 38.571938964054198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486467253170005, 38.5719815360345 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486480353394995, 38.571950351043697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486369409182998, 38.571873426734697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486494071398994, 38.571917835464397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486509525797004, 38.5718848230836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37146", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490905477327999, 38.568295185030102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37150", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490960749723996, 38.568167780953402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37154", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491016021921993, 38.5680403768499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37157", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491200977610006, 38.567956336321501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37158", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491071980306998, 38.567903135242702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37159", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491224447514, 38.567902275770003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37160", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491098803301995, 38.5678413525576 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37161", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491247917381997, 38.567848215213601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37162", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491125626255993, 38.5677795689653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37404", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482859116079993, 38.583414262141602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37653", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491340213149002, 38.564192060240799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37654", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491215093641003, 38.564143258292297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37655", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491365098369997, 38.564134519412903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37656", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491243204813998, 38.564078258731698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37660", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491292640167998, 38.563946449589899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486392121210002, 38.571822831334003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486524930941002, 38.571850042021701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486545146601998, 38.571806023777398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486412727968002, 38.571770565334504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486563837757998, 38.571763989750103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486624514336, 38.571620615348401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486492495744997, 38.571587813712704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486635089263999, 38.571594127228401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486647012253002, 38.571563855913197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486519530820999, 38.571525051932603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37163", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491271387214994, 38.567794154652503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37164", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491152448015995, 38.567717785361701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37166", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491179270878007, 38.567656001756902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37167", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491318325625997, 38.567686033510803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37168", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491206093692995, 38.567594218145899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37169", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491341795352, 38.567631972935303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37175", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491346428246999, 38.567277167912899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37177", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491368835648998, 38.567215806301498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37406", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482883613856004, 38.583355673621902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37408", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482912767833, 38.583293470773597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37410", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482934949433002, 38.583234871898703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37412", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482954790866998, 38.583179895886197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37414", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482979262143004, 38.583124941446599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37420", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483052396993997, 38.582961007478403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486664657472005, 38.571530965839898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486674733927003, 38.571503098034398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486685007934994, 38.5714777572191 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486695499494004, 38.571453280426802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486573600838, 38.571399527452499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486705340192003, 38.571426117876598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486716419049003, 38.571401355399601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486600635778004, 38.571336764752402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37933", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486728522590994, 38.571375965936298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37934", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486739819779004, 38.571351319740103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37935", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486627670664006, 38.5712740029469 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486751625734001, 38.571326617240203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37179", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491396476936998, 38.567158600997402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491556543604005, 38.567135512426702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491584571172993, 38.567070128632999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37183", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491448716788994, 38.567039926570899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491633448971996, 38.566961372644698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37187", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491495820677002, 38.566933918689202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37190", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491683143887002, 38.566856768853903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37191", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491552243189005, 38.5668164770007 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37193", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491578862321006, 38.566755006823499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37194", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491729728316997, 38.566749195541803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37422", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483081942016, 38.582899917140402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37424", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483109158882996, 38.5828406344109 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37426", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483134152947997, 38.582768621086998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37430", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483188624804995, 38.582644603539499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37698", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492028846918004, 38.562581684711503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37699", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491891904241001, 38.562540970294897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38035", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488107208870005, 38.568196499481601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38036", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487986318127994, 38.568133085805698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38038", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488012740043999, 38.568071771417003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38040", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488039163056996, 38.568010457927997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38042", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488056054482996, 38.567972381453799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38049", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488318996505001, 38.567707588507197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488173967161003, 38.567690457300102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38051", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488330826048994, 38.567672076092499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37195", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491605482560999, 38.566693535744299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37196", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491753019913006, 38.566695407975203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37199", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491658721749005, 38.566570594463201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37200", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491799604131998, 38.566587834634703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37201", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491685341844999, 38.566509124266403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37202", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491822896762997, 38.566534047959898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37207", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491955836341006, 38.566215117699699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37208", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491824273728994, 38.566173494421399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37209", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491979838524998, 38.566159789070603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37210", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491853450497004, 38.566111648025696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37211", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492003840666001, 38.566104461337197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37703", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491944759188996, 38.562415409198103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37704", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492094298110004, 38.562425322214203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37706", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492109212464001, 38.562387410357999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37707", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492011291024994, 38.562279227974301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37708", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492133284380003, 38.562337079280397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37709", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492042302875006, 38.562209347284202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37710", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492155114379997, 38.562283178017303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37716", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492237015224006, 38.562107986802097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38071", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488530710654999, 38.567200991323197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38072", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488377797408006, 38.567216566825898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38073", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488549413369995, 38.567159093970197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38074", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488568403353, 38.567122421283599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38075", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488403053718002, 38.5671559237718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38079", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488612198976, 38.567017826058901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38081", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488632427008994, 38.566980836310698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488648278263, 38.566946600184501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38083", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488485098525999, 38.5669691223328 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38085", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488505576427997, 38.566921935557801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37212", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491877351808, 38.566051155034799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37214", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491899450733001, 38.565997543284297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37215", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492051844849001, 38.565993804053903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37217", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492086591527993, 38.565908214586202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37218", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491943588477994, 38.5658985852345 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37221", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492141993681003, 38.565779434858399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37223", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492165461181003, 38.565725511046402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37224", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492016775292001, 38.565731805425003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37225", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492188927491995, 38.565671588125397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492050691711995, 38.565659187939701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37468", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487283131839007, 38.573533956455499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37469", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487157734405002, 38.573476900345803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37718", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492263558782994, 38.562046648573997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37720", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492290140294998, 38.561979969990603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487035907671, 38.570307393566601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487184727948005, 38.570315726793602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487068011540003, 38.5702462406026 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487098555887002, 38.570185081620899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487232747365994, 38.570204385955201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487253387497006, 38.570155468591203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487366019857006, 38.569910810874497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487225697035996, 38.569885198478502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487386727933995, 38.569859439744903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487246369985002, 38.569838728097302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487413758752993, 38.569797069632003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492079266323998, 38.5655975694755 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37229", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492235832893996, 38.565567874563101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492106106080996, 38.5655331875491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37231", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492259300246999, 38.565513951632802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37233", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492279218367003, 38.5654655230136 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492159784294003, 38.565404424573202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37235", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492302646441004, 38.565417110687498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37241", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492283283860004, 38.565118667690001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492305545708007, 38.565070134933201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37473", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487223112623994, 38.573332770790003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37474", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487361255657007, 38.573354925772399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37475", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487256939353003, 38.573263437151297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37476", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487390335507001, 38.573301925955597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37477", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487290792139007, 38.573190468499497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37478", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487410155693993, 38.5732488842295 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37480", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487427610161006, 38.573203100461001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37483", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487359201819999, 38.573026686617197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37485", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487379809206999, 38.572975400626802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38087", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488521327631005, 38.566880853992103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38091", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488789520466, 38.566615909326899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38092", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488658502448004, 38.566597717178901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38093", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488812513143003, 38.566565228215502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38094", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488681503993007, 38.566545810912501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38095", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488833936486998, 38.566515764488202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38097", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488853790489998, 38.566467519947501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38098", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488718196497999, 38.566434605922403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38099", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488878219997005, 38.566415358688502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38101", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488897753258001, 38.566367028940803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37245", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492333178579003, 38.565006471746102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492360812548, 38.564942808557397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37248", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492520863473999, 38.5649145744866 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37250", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492548496092994, 38.564850911248001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37251", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492416078042993, 38.564815482150003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37252", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492576128661995, 38.564787248002801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37253", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492443710716998, 38.564751818936301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37259", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492494696769995, 38.564607917948202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37488", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487526677063002, 38.572970187867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37490", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487550865214999, 38.572914208710898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37492", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487575052175004, 38.572858230445398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37493", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487473915935993, 38.5727557678549 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37495", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487496876924993, 38.5726990409376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37763", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481187504892006, 38.584204500842198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37764", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481062440284006, 38.584139854142002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37765", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481215775522003, 38.584153694406801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37766", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481083866320006, 38.584073342352198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37767", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481239892746004, 38.584091469403901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37768", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481118876721993, 38.584011166196298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37769", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481272179453995, 38.584029281899198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38118", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488969582604, 38.565854625856304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38119", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489110094769003, 38.565876170359402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38120", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488996203886003, 38.565793116633998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38121", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489134966351003, 38.565819906512601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38126", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489276355209, 38.565490863462898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38127", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489148647250005, 38.565448155944999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38128", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489299010785004, 38.565441009594899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38129", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489176080902993, 38.565384845771298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38131", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489203514508006, 38.565321535591004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38132", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489339588866997, 38.565348632282898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37261", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492529574721004, 38.564534354996702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37265", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492599379403003, 38.5643803392189 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37267", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492630728758002, 38.5643095157114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37504", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487647694076998, 38.572343896632397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37505", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487811760821003, 38.572318978645498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37506", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487674724477003, 38.572281684112902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37507", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487838791068995, 38.572256766087698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37508", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487701754837005, 38.5722194706862 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37509", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487865821276003, 38.572194552622697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37511", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487892851436001, 38.572132339151203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37770", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481142978432004, 38.583951078972397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37771", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481295730305007, 38.583961592208702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37772", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481169819206002, 38.583888866189298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37773", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481329738572001, 38.583870673786102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37774", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481196658784995, 38.583826653394702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37778", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481242231981, 38.583721054450002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37780", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481260932959003, 38.583668113242901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37782", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481288117331999, 38.583613547885498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37784", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481311101695994, 38.583553975439003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487270200474001, 38.569787370819299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487440788377, 38.569734699507599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487289312767004, 38.569740893517803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487311591392995, 38.569688305038902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487332299445001, 38.569636933919 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487504351881, 38.569597745518301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487348326827004, 38.569585542065902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487518538483002, 38.5695674417953 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487368815573006, 38.569537055541197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37997", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487570485779997, 38.569433766957602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37999", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487597970400003, 38.569373675378102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37518", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487834042898001, 38.571911578162997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37520", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487861211090006, 38.571857940946899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37522", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487888444456999, 38.571795218468203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37523", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488043838806007, 38.571786614871002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37524", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487915612563995, 38.571741581239202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37525", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488067655235994, 38.571733549267599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37526", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487942845831995, 38.571678859648401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37527", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488091418324004, 38.571687752759999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37529", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488110579468, 38.571638301679997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481374086588005, 38.583424934728299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37790", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481401331214997, 38.583362057037903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37791", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481535063402006, 38.583394540529298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482133263568997, 38.582014694042599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482000849254007, 38.581969373939401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482156401834999, 38.581961262634302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482024023818994, 38.581910955353599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482183848614, 38.581897875759999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482049256631996, 38.581860858548197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482211295344001, 38.581834488879203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38102", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488758925952993, 38.566325931352701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38103", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488922013087006, 38.5663125948616 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38104", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488781562759996, 38.566280065771402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38105", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488943895931996, 38.566255349394297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38106", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488803572164002, 38.5662285532959 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38109", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488993588081001, 38.5661501728584 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38110", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488859911101997, 38.5661092242525 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38111", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489015331185001, 38.5660951204448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38112", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488886533721001, 38.566047715060698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38113", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489040238021005, 38.5660339549936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38116", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488939777666999, 38.565924697554401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38117", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489085265873001, 38.565926307389901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37307", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493241347983002, 38.562916063041797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37537", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489543045060998, 38.567979240359797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37538", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489693882672, 38.567972330698304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37539", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489572923454006, 38.5679191480653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37540", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489721518991004, 38.567908669038403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37541", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489602852721006, 38.567851937100897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37542", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489746825367007, 38.567853896159903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37544", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489776792634004, 38.567781344802597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37545", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489665144011994, 38.5676943836379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37546", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489804429952997, 38.567717683127597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37547", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489690913377004, 38.567627818271902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37550", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489854809240001, 38.5676017489426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482076703467001, 38.581797471699197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482104150252994, 38.581734084843603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482266188656993, 38.581707715097799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482131596984004, 38.581670698882398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482287173038998, 38.581659261397697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482332402040996, 38.581538839837101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482205419303, 38.581497344233902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482355883134005, 38.581484781096499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482232255094999, 38.581435562717203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486892521510001, 38.571011262173698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486750652921003, 38.570986809020901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486919552348994, 38.5709490101911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486771317990005, 38.570941681024003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486940252536996, 38.570898982341802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486790422401995, 38.570896547005297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486959374451004, 38.570851397933701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486980065778994, 38.570802594357097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486831831705004, 38.5707952670693 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37309", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493267965414006, 38.562854906891097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37311", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493294583947005, 38.562793750739203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37313", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493321202434004, 38.562732594581099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37315", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493347819728001, 38.562671438411797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37317", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493374438130004, 38.562610281340604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37319", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493401055332995, 38.562549125158903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37323", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493450311491003, 38.562439098012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37552", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489876000175002, 38.567549424554301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37553", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489773305797996, 38.567448814727904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37555", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489800130030005, 38.567386992705103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37557", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489826953074001, 38.567325169770101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37558", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489955646927001, 38.567364042144803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37560", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489981410656, 38.5673063973707 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37562", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490004843342007, 38.567257643181001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482426326200994, 38.5813226048461 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482312762191, 38.581250218129298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482449807153003, 38.581268546086299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482339596643001, 38.5811884374831 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482473288067993, 38.581214487321603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482480662453995, 38.580868628987297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482644155846003, 38.580836789573297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482507298352004, 38.580806650119101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482664401877997, 38.580779770381803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38001", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487623913134996, 38.569311125626697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38003", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487656054179993, 38.569254730304003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37325", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493477537738002, 38.562376178721301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37327", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493504763942994, 38.562313258523197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37329", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493531990093999, 38.562250339219403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37331", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493559216202996, 38.562187419008403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37333", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493586442258007, 38.562124499691798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37568", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489994275640996, 38.566928136857797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37570", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490017355625994, 38.566867543327803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37572", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490054190129001, 38.566785651027999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37574", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490081879924006, 38.566714397662501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37583", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490333275534994, 38.5665019337684 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482686756728995, 38.580724422764803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482554157332004, 38.580690976279698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482711177336, 38.5806757347952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482576484679001, 38.580638953771597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482733541881004, 38.5806187241568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482600992035998, 38.580578628425101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482753739572004, 38.580568353354003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482621213925995, 38.580524932542303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482801004584005, 38.580455487524901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482824841322994, 38.580400400554801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482697079928997, 38.580344339003702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38052", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488341916866005, 38.567648845942102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38053", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488193767677004, 38.567631700968697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38054", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488356851074997, 38.567615796786903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38055", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488366363750998, 38.567595010098103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38056", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488221317047007, 38.567580329312101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38057", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488382839764, 38.5675644190949 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38058", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488392396353007, 38.567537506499299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38059", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488248954249997, 38.567516706740697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38062", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488426980298001, 38.5674665290368 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38063", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488444445015006, 38.567424948750002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38064", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488304229663001, 38.567389460682001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38065", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488461018728998, 38.567380880750399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38066", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488476896506995, 38.567342969104999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38067", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488331867865, 38.567325838095698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37585", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490358887696999, 38.566441003575299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37587", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490382180469993, 38.566387182051301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37589", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490403245134004, 38.566328011999097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37591", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490428894168005, 38.566261741437003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37593", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490452186823006, 38.566207920799599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37594", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490328255497005, 38.566140641239599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37595", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490473213244996, 38.566154090181897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37601", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490470985160002, 38.565828511589501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482848679171994, 38.5803453135849 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482872516984997, 38.580290226610103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482751565586, 38.580218426235398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482896354762005, 38.580235139630297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482778808342999, 38.5801554698415 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482920191347006, 38.580180053541199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37856", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482806051051, 38.580092513441102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37857", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482944029048994, 38.580124966551502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485824050907993, 38.573148464032798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486854101342999, 38.570744020973002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487019948235996, 38.570696405808199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486877993258005, 38.570684204624101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487039115830996, 38.570648517987301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487088688656002, 38.570538409310799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486959839692005, 38.570497066425801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487112698537004, 38.570482738463802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486985745298995, 38.570429760814903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487006907359003, 38.570371009814401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487160718179993, 38.570371397655599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37602", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490639857348995, 38.565809573851503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37603", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490500672124, 38.5657670308373 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37607", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490548659571999, 38.565651138081698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37609", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490582994283002, 38.565573657117497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37611", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490619597391003, 38.565496186125998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37616", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490804281893006, 38.565410054981299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37618", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490832347034996, 38.565347286836698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485966287240004, 38.573144730870403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485850883249, 38.573086289790503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37866", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485988835924005, 38.573089187996302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37867", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485879819651998, 38.573025787041601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486013479004995, 38.573036978726897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37869", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485898217764998, 38.5729585879646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486035979720995, 38.572988084250298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486062775890005, 38.572930897164703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485943267181, 38.572854150644901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485965791845999, 38.5728019310775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38029", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488037850485995, 38.568357447877297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38031", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488060969977994, 38.568303799017301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38032", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487933473023006, 38.568255712758202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38033", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488084089441003, 38.568250149251803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38034", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487959896172001, 38.568194399287599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36876", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494089610252004, 38.564720058970003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36877", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493961982345994, 38.564670873365799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36883", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494572850319997, 38.563258340183097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36885", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494597361968005, 38.563210196996202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36887", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494623773599002, 38.563149273873002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36889", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494650186325003, 38.563088351649597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36891", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494676597866004, 38.563027428514197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495219894814994, 38.565543412269598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36370", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495110644875993, 38.565451567753499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36373", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495284150524995, 38.565380092363398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36374", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495153543217995, 38.5653405995482 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36375", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495307081668003, 38.5653275052194 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36376", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495179749678002, 38.565280499723997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36377", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495330011636, 38.565274917165098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36378", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495198870737994, 38.565220368092596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36379", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495352942712003, 38.565222330011999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36382", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495248842178995, 38.565111285645699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486747789003999, 38.5816347069591 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486662897418, 38.5814838258731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486645230825005, 38.581518546478797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486793566648004, 38.581522483381001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486670040218996, 38.5814634999794 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486679102219, 38.581441869087101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36630", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486827281800004, 38.581438785466602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486688884637999, 38.581412311694798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36632", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486698589732995, 38.5813837692696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486857624780995, 38.581383658050299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486711539742004, 38.581354226820302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486729179440005, 38.581323233996301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486891304036007, 38.5813049311068 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486761405400998, 38.581255249246297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486745312631001, 38.5812912191804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36893", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494703009361004, 38.562966505372799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36895", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494729421952997, 38.562905583131098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36898", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494911021470003, 38.562827947289101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36900", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494933308335007, 38.562769690768697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36902", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494962834027007, 38.562711465830098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36904", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494988750871002, 38.562651804424398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36906", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495018346858004, 38.562583633880401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36908", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495042422869005, 38.562528227474097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36383", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495398804774993, 38.565117153890199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36384", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495279721095002, 38.565058624156997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36386", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495301322821007, 38.565010496060701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36387", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495414595642004, 38.565071954480302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486772833008004, 38.581216999180398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486787315125, 38.581184750013499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486803458343999, 38.581151492897497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36653", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487117650540995, 38.580785863470297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36655", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487145089376995, 38.580723063690598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36657", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487172527016995, 38.580660263899098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36659", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487199964609005, 38.580597464101103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36661", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487227402152001, 38.580534664296501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36664", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487132565466993, 38.580409396140702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36665", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487152717757994, 38.580370486492697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36666", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487277863792002, 38.580417418957801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36667", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487163259813997, 38.580340581977502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36668", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487181600539998, 38.580302373305599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36669", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487309381054004, 38.580340759788399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36670", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487192111987994, 38.580276723587602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36671", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487208641156002, 38.580239215893101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36672", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487335808560005, 38.580277621253103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492221273344001, 38.572421918000302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492091182099003, 38.572392020397501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492248298362995, 38.572359743145498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492118208365994, 38.572329845577997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492270520863002, 38.572308675095101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492145234586999, 38.572267670751998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492297546943007, 38.572246500233703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492165159213997, 38.572207318810896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492324572976003, 38.572184325365797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492192185346994, 38.572145143973898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492351598962003, 38.572122150491502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492219211432996, 38.572082969130498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36673", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487221872421003, 38.5802121602078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36674", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487236574744998, 38.580177480441002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36675", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487369753346997, 38.580206356576099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36676", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487242589329995, 38.580148973877598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36677", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487260890336998, 38.580116437964399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36678", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487393408817994, 38.580151714723399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36679", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487274161184999, 38.5800837095017 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490765955477002, 38.5720273909117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490916253354001, 38.572014799795497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490791102387007, 38.571975115290599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483773769531993, 38.584710157137202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483938882594998, 38.584666263676802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483945945276005, 38.584647803347899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483958825615005, 38.584627020310201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483971479079997, 38.584602057900497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483827844152998, 38.584586046530497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483854881388993, 38.584523991667901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37002", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484048737593, 38.584425521026098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37003", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483899982904006, 38.584420281474799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484062662273004, 38.584399827337798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492417138684004, 38.571955120670196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492280920465006, 38.571932117098903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492441319796001, 38.571899381018198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492308556290993, 38.571868415187097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492465500869997, 38.571843641361099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492336193216005, 38.571804713273501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492489683054004, 38.5717879017039 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492363828950005, 38.571741010447496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492513864052995, 38.571732162036596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492381961928004, 38.571684685728897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492538045006995, 38.571676423264996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492402378468995, 38.571639498895799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490943178254, 38.571966794103297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490810808988002, 38.571924236448098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490961044665994, 38.571920170186402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490837785775, 38.571869126537102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490978880645002, 38.571877808275303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490864813214003, 38.571806913272297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491005907970006, 38.571815594076703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490891839463998, 38.571744699095298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491027413896006, 38.571766143823801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491049480398999, 38.571716932066501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490964942453999, 38.571568175461401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491097845707998, 38.571605453333397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490992580462006, 38.571504473868401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36706", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491123796845002, 38.571555405490798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37098", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485064100143006, 38.582088238442701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37099", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484956088180994, 38.581991725085402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37100", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485087579188004, 38.582034042211802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37101", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484987546152993, 38.581915613116799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485111059351993, 38.581979845080198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485134539472995, 38.581925648844603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489089207131002, 38.572812024226202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488959273187007, 38.572770821144502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488986233817997, 38.5727182115753 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489138268255999, 38.572704870969702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492562227077997, 38.571620683592599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492422821378, 38.571590602282598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492692668320004, 38.571342334131003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492560308136007, 38.571306746049501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492719895006999, 38.571279924918301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492747121652997, 38.571217514798199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492614760519999, 38.5711819276748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492774348243998, 38.571155105572601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492669213865994, 38.571057108378398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484592953398007, 38.586235144860296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484620193135996, 38.586172698832698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484647375424998, 38.586118197551897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484691587921006, 38.586013123644101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491020217273004, 38.5714407722636 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491142509338999, 38.571505325822699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491047854041, 38.5713770697513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491164790438006, 38.571462366309397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491075490754, 38.571313368133303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491183452217996, 38.571419389982204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491207635254, 38.5713636514933 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491228105480999, 38.5713206831078 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491244708696001, 38.571276708538797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491374960746995, 38.570952131097499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491247928196003, 38.570916800051997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491400098105004, 38.570901079623397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484248705772004, 38.5836164435404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484277369807003, 38.583537718425397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484448994190004, 38.583496886573599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484313550314994, 38.583461391637002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484377507708999, 38.583320423071299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37050", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484404949630999, 38.583257506826101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484540188948998, 38.583301407916103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492828801292006, 38.571030286201001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492696440470993, 38.570994698269999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492844056966007, 38.570990081160701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492856379360006, 38.570952474966603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492780601456005, 38.570778996933498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492803563352993, 38.570726139239 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492826524061996, 38.570673282435699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492847044052994, 38.5706315428096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492869978328997, 38.570582395774302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484716195084999, 38.585964570318701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484904549953001, 38.585891423184798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484937596484997, 38.585825728157403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484782808947998, 38.5858002188643 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484970630019006, 38.585761824946701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484808770270007, 38.585743098611601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484994466106997, 38.585706841135497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485018303312998, 38.585651856423603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484855604844995, 38.585625331863298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485042140483003, 38.585596871706699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491274956322997, 38.570854389400402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491427126093001, 38.570838668936197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491301984396003, 38.570791979643197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36728", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491329012427997, 38.570729568978798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491482951039998, 38.570719539972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491356040406998, 38.570667159208803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491531495632998, 38.57060606276 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36737", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491589753187995, 38.570442949142297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36739", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491609498675004, 38.570396136084398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484554331949994, 38.583273083622203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484432391511007, 38.583194589673496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484569157777997, 38.583238098432503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484579882625994, 38.583213603045003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484588199488996, 38.5831930780001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484596634563005, 38.583172712038703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484487275120003, 38.583068756249297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484606896768994, 38.583143620916204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484620676085001, 38.583113520228601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484514717996007, 38.583005839982903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484635421651006, 38.583089476065503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484643512298007, 38.583064672551501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484650315766004, 38.583045028149101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36219", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493172175941993, 38.570241424549401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36220", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493039813248004, 38.570204021690003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36222", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493067039753996, 38.570141534019001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36223", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493226628708996, 38.570116448237798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36224", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493094266219003, 38.5700790454406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36225", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493253855017997, 38.570053960522699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36226", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493121492629001, 38.570016557756603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36227", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493281081286, 38.569991471900302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36228", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493148718998, 38.569954069165298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36229", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493308308647002, 38.569928984177302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484882846963004, 38.585562492093899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485158895127995, 38.585287390550498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485026503515002, 38.5852518118406 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485185929764995, 38.585225412847599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485053539394997, 38.585189835074502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485212965496999, 38.585163436044198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485080574086993, 38.585127857396003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485240000039994, 38.585101458328502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485267035678007, 38.585039481512297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485134644471003, 38.585003902925898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36741", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49162924529, 38.570349322127299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36743", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491654491608003, 38.570292586419697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36744", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491545960688001, 38.5702411685524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36745", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491681557627004, 38.570234437983601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36746", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491568515848996, 38.570189291289999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36748", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491591072131001, 38.570137413127398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36755", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492187774753006, 38.568740534448096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36757", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492211679305001, 38.568692407109502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489165297214996, 38.572642696839999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489192326128006, 38.572580522703802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489059914063006, 38.5725450475108 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489086943030003, 38.572482873399203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489246342727995, 38.572461912943503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489297889778996, 38.572335898603797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489183731593002, 38.572258254724403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489321718460005, 38.572281016592299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489203529712995, 38.572212716169403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489345545961996, 38.572226133669801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489230762035007, 38.572149993375199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36230", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493175945313993, 38.569891581468397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36231", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493335534812999, 38.569866496442799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36235", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493384322303996, 38.569754837539897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36236", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493250450803998, 38.5697246264779 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36237", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493407612585997, 38.569701358645901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36238", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493279482445004, 38.569656099842597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36240", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493313252592003, 38.569585739896603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36242", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493339868738005, 38.569524621556702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36244", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493366484833004, 38.569463504111397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36246", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493393102035, 38.5694023857641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485294070128006, 38.584977503783797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485161680169995, 38.584941925233402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485321105671005, 38.584915526954902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485375295102003, 38.584780718899196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485249216200998, 38.584741288336303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485401466515, 38.584718542716402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485276701315001, 38.584679036040299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485440155367996, 38.584641114121602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485296620249002, 38.5846131248936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485463992120998, 38.584586095083701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485331198674999, 38.5845514869984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485487827689994, 38.584531076035802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36761", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492266909785997, 38.5685706076138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36763", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492294544605002, 38.5685068660637 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36765", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492320309139998, 38.568451641489403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36771", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492398523822004, 38.568268728609901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36773", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492425345811995, 38.568206944716898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483228765885002, 38.5859538302186 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483260910433998, 38.585887376685399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483287046426, 38.585825647658702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483311307822007, 38.585756658040701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483375542477006, 38.5856243993235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493419718038993, 38.569341268306601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36254", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493523689059003, 38.569090510061102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36256", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493548909037997, 38.569034137794901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36257", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493706566670994, 38.569014990632297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36259", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493729410640995, 38.568960462881101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36260", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493601776228004, 38.5689121300354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36264", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493654590592001, 38.5687975400038 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36522", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485518593845995, 38.584114776820002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36523", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485670215832002, 38.584103682061297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36524", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485548311003001, 38.584050439794197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36526", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48569725214, 38.584041507853399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36528", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485578022358993, 38.583978305473401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36775", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492452167755005, 38.5681451608176 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36779", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492505810346998, 38.568021593895999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36781", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492532632150997, 38.5679598099779 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36786", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492800455847998, 38.567685532875799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36787", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492673547322994, 38.567633157147696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492828183802999, 38.5676214880069 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36789", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492701276513003, 38.5675691132151 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36790", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492859582449995, 38.567550355643903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36791", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492729004504994, 38.567505069270801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37067", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484657243859004, 38.583024655475398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484645036252999, 38.582706474637298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484663277132995, 38.582665676735402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37078", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484813972275006, 38.582660298779402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484681516842997, 38.582624878825499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37080", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484830731735002, 38.582615945626799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484852036465995, 38.582568064063402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493857324098997, 38.568661022804001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36271", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493890547226002, 38.5685885260772 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36277", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493956750104999, 38.5684265307126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36279", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493980392007003, 38.568372538831198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36281", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494001619751003, 38.5683259552751 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36530", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485591855747003, 38.583943855382401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36532", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485751323453997, 38.583917161214998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36535", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485770681483999, 38.583866872651001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36538", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485789850339003, 38.583820691333003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36541", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485695497102995, 38.583701659269899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36542", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485708941313007, 38.583672777681301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36543", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485846325143996, 38.583693899481197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36792", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492887243786001, 38.567486466324503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36794", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492913405986002, 38.567422479440602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36795", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492790221942997, 38.567374073289301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36796", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492937686762005, 38.567368430208198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36798", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492961947302007, 38.5673172232109 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36801", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492871804364, 38.567184711822101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36802", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493005510596007, 38.567211650564197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36803", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492892892886999, 38.567137426058501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36804", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493034332106006, 38.567143678924097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36805", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492912192041999, 38.567087290123297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36806", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493061333927002, 38.567077120021501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484078149229006, 38.584366175780403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483927225684994, 38.584357403191397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484087948257994, 38.584336113273899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484103411589004, 38.584305724656303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483997158717003, 38.584203433597303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484149676833994, 38.584198944792199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484162183506996, 38.584177596106201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484170695466005, 38.584150440457996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484197358713999, 38.584087819889398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36288", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493995455741, 38.567993886684697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36290", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494021012268007, 38.5679336392312 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36292", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494048957700997, 38.567869692322098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36296", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494102406877005, 38.567752915686803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36298", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494122896868006, 38.5677040162835 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36544", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485738754449002, 38.583613545515099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36545", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485729517082007, 38.583641910660702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36547", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485755265796996, 38.583584136105699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36548", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485766195289997, 38.583550628046801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36549", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485906958217001, 38.583568202638297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36550", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485781526584006, 38.583520281865098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36551", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485793636075996, 38.583487711472699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36552", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485937214388002, 38.583492059853903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36553", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485808980786999, 38.5834555004908 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36554", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485821077967003, 38.583424793996301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36556", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485837663140998, 38.583385131797002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36557", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485849772584999, 38.583352561398598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36558", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485993927726, 38.583372550038497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36809", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492958089004006, 38.5669785250304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36810", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493120716697007, 38.566951131125101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36811", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492984708132994, 38.566917054535097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36812", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493144007308999, 38.566897343278903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36813", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493011326075006, 38.566855583127698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36819", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493151333786997, 38.566531032051302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36821", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493178764614001, 38.566467838948803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36823", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493206194251997, 38.566404644933797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483427393843002, 38.585507293362603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483551889465005, 38.5855427179619 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483441587341005, 38.585460389330102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483577574213001, 38.585487776016798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483468830354994, 38.585397589531297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483496073314996, 38.585334790626803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483623454739998, 38.585370617211602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483523274231004, 38.585277791502698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483550518244996, 38.585214992590402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483676746466003, 38.585250590550999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36303", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494327186590994, 38.567567066340601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36304", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494200406584994, 38.567525894599697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36305", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494350476489004, 38.567513279152898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36306", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494227023700006, 38.567464423814201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36307", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494373766351998, 38.567459491960498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36309", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494397057325997, 38.567405704768497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36310", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494280258939995, 38.5673414822297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36312", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494306875923996, 38.567280010524897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36313", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494443636875999, 38.567298130360001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36314", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494333492855006, 38.567218539714702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36564", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486122014211006, 38.583073286662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36565", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485981034459002, 38.583051048323298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36566", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486000344153993, 38.583008049564 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36567", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486149456199996, 38.583010133975598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36569", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486176898140002, 38.582946981282703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36570", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486044458994002, 38.582911524227299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36571", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486204341179004, 38.582883828588201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36573", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486231783015, 38.582820676783001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36574", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486088644193998, 38.582805056889597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36827", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493261053368002, 38.566278258685898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36829", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493288482853004, 38.5662150655521 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36833", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493344936705, 38.566093683520101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36835", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493364425940996, 38.566044812301399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36841", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493430173017998, 38.565892547628103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37084", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484871818296, 38.582522541475399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37086", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484899193413, 38.582468773425703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37088", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484926750941995, 38.5824088116143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484987554762995, 38.582261446735203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484861784488999, 38.582210599133802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485017139644, 38.582196631780903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484896280990995, 38.582130952076497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485040619908006, 38.582142435564599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484926189456999, 38.582060747618101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36316", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494360110889005, 38.567157068903299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36575", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486107942963002, 38.5827637157143 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36576", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486259224809004, 38.582757524070203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36577", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486124674191998, 38.582722057735801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36582", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48618041892, 38.582602248038 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36583", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486195471306004, 38.582564201501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36584", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486329990143005, 38.5826050009223 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36585", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486209672556996, 38.5825252881259 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36586", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486226811668004, 38.582490565244598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36587", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486358001382996, 38.582532078686 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36589", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486388060552002, 38.582467865488198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36590", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486261545969001, 38.582412766581598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36843", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493456992101997, 38.565830921145903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36845", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493483809997997, 38.565769293751501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36851", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493617175249994, 38.565462215677201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36853", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493642936542003, 38.565407148458 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36855", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493670567793998, 38.565343563327602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484170684324994, 38.583792331202801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37029", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484357567111005, 38.583725545058101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484342250672995, 38.583759779390903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484194630917997, 38.583740789472699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484372327575002, 38.583694071297899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484386128474, 38.583661013089298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS37034", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484221668369003, 38.5836786165098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36337", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494809826315006, 38.566480146630802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494838082867005, 38.5664169702588 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36341", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494863949366007, 38.566357493341798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36343", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494887414998999, 38.566303568978398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494910880589998, 38.566249645511 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494934346151993, 38.566195721138001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494957811671995, 38.566141797661103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36591", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486273922755998, 38.582379679310499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36592", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486411715060001, 38.582413566168199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36593", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486289698809003, 38.582342015250198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36594", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486302570692999, 38.5823134878096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36595", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486440200394, 38.5823481036389 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36596", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486326348917004, 38.582263845791303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36597", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486334995405002, 38.582235713111601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36598", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486471887975995, 38.582277683257303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36604", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486586800572994, 38.582005165325 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36605", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486450201420993, 38.581961401127202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36606", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486467886113005, 38.5819241950568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36861", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493749813174006, 38.565157054983501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36863", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493777444227007, 38.565093470728101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36866", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493957481856, 38.565017927713001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36867", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493815500205997, 38.564993452049997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36868", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493980237577006, 38.564965442763103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36870", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494004854278003, 38.564905861473598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36871", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493883961874999, 38.564850823275002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36872", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494036729024998, 38.564843469577198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36873", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493909968742003, 38.564790839977803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483577761069995, 38.585152192765698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483692658392997, 38.584896323454998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483886833921005, 38.584794183348798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483719695865005, 38.584834268624498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483746733296002, 38.584772212886598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483932899658996, 38.584691429689101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495083068309, 38.565839027568003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36357", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495108204946007, 38.565794095992203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36359", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495126280085998, 38.565745424619301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495174256256007, 38.565646277596301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36364", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495041968150005, 38.565597772865701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495197055296003, 38.565597626815403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36366", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495067144101995, 38.565547277533298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36607", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486613631327998, 38.581943422426498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486496354435999, 38.581855002726101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36609", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486478660825995, 38.581893451998702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36610", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486640463184003, 38.581881679526802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486510286669997, 38.581825516006397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486523186360003, 38.581793259853399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486537109628998, 38.5817650154275 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36615", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486550017091005, 38.581731516969398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486694125610001, 38.5817581937035 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36617", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486565533093, 38.5817020372671 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486580069076993, 38.581662330741104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36619", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486720957333006, 38.581696449883999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486592427516001, 38.5816315946958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS36621", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486610138887002, 38.581590659910702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479569282197005, 38.577319789129596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479721420969, 38.577315928838601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479770635869002, 38.577216171135902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479636709822003, 38.5771523307492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479647256212999, 38.577118423336898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479794130719995, 38.577161713872698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479818114579004, 38.5771070795235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479842098408, 38.577052444268404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479700013818004, 38.576998533922101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479716738907996, 38.576964655173498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479866081045998, 38.576997809904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39935", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485275522733005, 38.564169157573097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485300845059996, 38.564110873127603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485326167346003, 38.564052588676397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485395885215993, 38.563887408367897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485427454928001, 38.563819450810897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39948", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485566188240995, 38.563840339481303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485452777006003, 38.563761166331801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479723280602997, 38.576939309901697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479733779748997, 38.576911870711399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479746536711005, 38.5768817020383 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479757011112994, 38.576857496055098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479905845158001, 38.576883652984897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39694", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480535284899005, 38.575425786887998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39695", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480400749450993, 38.575399974211003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39696", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480560395802001, 38.5753728754569 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39697", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480427989869995, 38.575337371504901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485478097897001, 38.563702881841998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485503419893007, 38.563644597351797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39698", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480587636069998, 38.575310272713203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39699", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480455231394998, 38.575274767896701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39700", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480612769291994, 38.575254127150103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39701", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480482471718005, 38.575212165177703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39702", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480635809533993, 38.575202823523199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39703", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480509711994003, 38.575149562452303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39704", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480658872133006, 38.575148286671997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39705", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480536952221001, 38.575086959720302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39710", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480715001826994, 38.5750145101877 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39712", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480739015938994, 38.5749591496646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39713", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480643999066999, 38.574850017565197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39197", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484865464503002, 38.568513496954999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39199", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484890695892005, 38.568455194171896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39208", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485050659831003, 38.568087254327097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39716", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480787044044007, 38.5748484295042 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39717", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480698888079999, 38.5747234796372 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39718", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480811056896002, 38.574793068960901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39720", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480837177829002, 38.574731250325698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39721", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480741230340996, 38.574622756471101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39722", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480861191743998, 38.574675890677902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481961949888998, 38.572132128738303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39728", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481839990373999, 38.572080445263097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481989186839996, 38.572069642774302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481867227411996, 38.572017959327702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39210", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485077691724996, 38.5680247667391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39212", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485104724712997, 38.5679622800508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39214", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485131757652994, 38.567899793356098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39216", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485158790553001, 38.567837305754097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39218", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485185823398993, 38.567774819046598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39220", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485212856203006, 38.567712331431899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482016423743005, 38.572007156803799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481921701337996, 38.571892988338497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482068755414005, 38.571893494131899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481948938233003, 38.571830502383698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39737", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482095992173001, 38.5718310090434 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481976175073996, 38.571768017323301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39739", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482121133863998, 38.571773364105297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39741", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482158463466007, 38.571701698967999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482047241827999, 38.571601242322899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39745", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482198158686003, 38.571603394060297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482076804358002, 38.571529623539 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39233", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485497501479998, 38.5673930974596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39235", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485520798877005, 38.567339346286701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39747", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482215936420999, 38.5715558503544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482106390298995, 38.571454771532601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482235819739003, 38.571501847621903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482257714754994, 38.571454321424497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482159136145995, 38.571338990863197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482182391096998, 38.571285130249102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482309908184007, 38.571336669756001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39264", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485911113455998, 38.566426627621503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485934586957001, 38.566372396070399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39268", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485958061562997, 38.566318165420498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39269", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485831781982, 38.566284314600999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39270", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485981536140002, 38.566263933865002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39271", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485870054402994, 38.566206375027498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482788701540002, 38.569899276353802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476832893267002, 38.580580991247501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47665359602, 38.580541978330999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476855456200994, 38.580537473557598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476676172514004, 38.580496625609001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476873398457997, 38.580486596275001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476698802805998, 38.5804439353169 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476728640448002, 38.580382044299697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476928355115007, 38.5803593820279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476756155312998, 38.580318400441499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476955869793002, 38.580295738122203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476783670120994, 38.580254757477498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476983384421004, 38.580232094209897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39278", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486021871565001, 38.565857701207698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486087196963993, 38.565693491067499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486117227950004, 38.565631124665899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486156456814996, 38.565550937904497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486186608078995, 38.565472490106302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486211234055006, 38.565406814116201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39293", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486366997152999, 38.565388281176197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486237858973993, 38.565345266795703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482838590808996, 38.569782916854997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482865624433003, 38.569720705456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482890563102004, 38.569663334221602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39805", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482917596641002, 38.5696011219095 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482984618695994, 38.569433063419702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476999227624006, 38.579758993779699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477324280716005, 38.579473305236199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477154454971, 38.579437666461502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477351321678995, 38.5794110942294 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477181497209997, 38.5793754564003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477378363743, 38.5793488832213 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477208539409006, 38.579313245431898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477405405753004, 38.579286673107802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477235581559995, 38.579251034457101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477262622509997, 38.579188824371698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486269066282006, 38.565276622720901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39297", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486413589625002, 38.565280573069501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486302552500007, 38.565206210381099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39301", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486460180815996, 38.565172864037898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486362610993993, 38.5650813657345 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39303", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486483477502006, 38.565119009970502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486472351841002, 38.564803326833498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483018475115003, 38.569364697800403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483046117087, 38.569301153947599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483073759004, 38.569237610989099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483101402019003, 38.569174068029 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483129043836996, 38.569110525057198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39312", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486499787899007, 38.564739978556098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39314", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486524882094002, 38.564687293711501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39316", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486549975097006, 38.564634609757199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39318", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486565979022998, 38.564585443122901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39326", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486696944895996, 38.564300395490498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39328", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486728164103994, 38.564229972076099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478138152065995, 38.5809378195382 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478016061277998, 38.580897530559199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478037451700004, 38.5808452389225 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478187098847002, 38.580834880217402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478058817280001, 38.580796181391101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478214702543994, 38.580777766121898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478082278401004, 38.580742281970998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39830", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483272389703998, 38.568772045731002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39834", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483310368944004, 38.568673205766501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39838", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483366999246996, 38.568558281534699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39840", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483398467162999, 38.568491940272999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39842", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483427876430994, 38.568425591617697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39846", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483488824776003, 38.568283199324704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476811184888007, 38.580191113606098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477039651447001, 38.580101893950904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476866000469997, 38.580066061805503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477062961930002, 38.580037149051599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476892548435004, 38.580004648672798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477090932210004, 38.579974259421803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476919096347004, 38.5799432364349 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477116552335005, 38.579913196100499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477139868056994, 38.579859618733202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476972497720993, 38.579820357465898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477163256897995, 38.579805925475597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39330", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486757078720998, 38.564164876249301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39332", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486786057274998, 38.564090884340899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39336", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486832429944997, 38.563978432773702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478109930610998, 38.580678700577401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478270005556993, 38.580650603259699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478165233734003, 38.580551537764997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478343335063002, 38.5804834731113 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478214169333, 38.580443652456999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478366641229002, 38.580429689152197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478238674023004, 38.580391876619601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478389947360995, 38.580375905188397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478265310846993, 38.580330408622999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478409076508001, 38.580330187053399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39848", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483514068776998, 38.568223298701497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39850", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483539299889003, 38.568165014224903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39852", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483566567270003, 38.568109972147703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39854", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483591845109999, 38.568045220327797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39864", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483919168097003, 38.567620922472699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40009", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486925306966995, 38.560687568552297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40010", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486798172313996, 38.560647898760301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40012", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486824387476005, 38.560587329670099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40013", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486971183302998, 38.5605815732658 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40014", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486850602592995, 38.5605267605739 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40015", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486994120849999, 38.560528575162799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40016", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486876817666996, 38.560466191471797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487166718091004, 38.563537802775798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487196876382995, 38.563466565531698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487224716217995, 38.563402434194103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39353", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487250188760001, 38.563352525634699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4784302634, 38.580284478185803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478447331292998, 38.5802387498575 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478332754258005, 38.580160501516303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478351044264997, 38.580113548083098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478489730899, 38.580144096198197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478371972448997, 38.580068371391597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478489924848006, 38.5798076750104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39613", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478510703759994, 38.579756831879102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39866", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483946401604996, 38.567558436944701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39868", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483973635072005, 38.567495950509297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39872", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484028101855998, 38.567370978520003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39874", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484054338503995, 38.5673092164485 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39876", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484087981271998, 38.567249009897097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39877", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483950398736994, 38.567236645299097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39878", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484115420389998, 38.567192009908403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39879", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483977025721998, 38.5671751768758 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39880", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484140872216997, 38.567125299295498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39881", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484003651520993, 38.567113707540301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478531470822006, 38.579707605801303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478554321535995, 38.579655155784501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478581362070003, 38.5795930228713 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478608402551004, 38.579530890852503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478635441844006, 38.579468757921298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478676729626997, 38.579361090231899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478703975079, 38.579298213171398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39882", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484164169650001, 38.567071514157298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39884", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484187468193994, 38.567017729019497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39885", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484056904114993, 38.566990770657704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39886", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484210765556995, 38.566963943871897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39887", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484083530923002, 38.566929301308797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484212254553, 38.566614485303496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484235505287998, 38.566560780123197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484260910293997, 38.566494150357002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478731220482999, 38.579235336104396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478779331376998, 38.579137039603403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478798244325006, 38.579087060089201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478825489564997, 38.579024182999802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479569187435999, 38.577661246772998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479430415539994, 38.577642038239297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484292467436006, 38.566430781315198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484341025990005, 38.566323380983903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484416073727999, 38.566138204358197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484443102895995, 38.566076227713999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484470130876005, 38.566014250157401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40018", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486903032694997, 38.560405622363596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40019", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487035821033004, 38.5604306450903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40020", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486929247679001, 38.560345053249499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40021", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487056631551994, 38.560387338407402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479442961947996, 38.577616224490299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39648", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479589524467997, 38.577615879821899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479448751660996, 38.577588577663299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479459215614995, 38.577565988769898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479609909800999, 38.577564045543198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479467018118996, 38.577544817632699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479475386684996, 38.577527069746999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479636544670001, 38.577502538490698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479483177373993, 38.577507516567103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39656", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479491569523006, 38.5774865354661 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479658988771007, 38.577450713457402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479505609775998, 38.577457310422801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479520298680995, 38.577420188326201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479681375021002, 38.577406972811701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479536420203999, 38.577387736613602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479555204296005, 38.577353867144602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479703783684002, 38.577359998041302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484524188983997, 38.5658902959362 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484559559386, 38.565813804220603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485174234157995, 38.564402295304603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485199556650997, 38.564344010881399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485224877955005, 38.564285726447402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38134", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489362261891003, 38.565296328040397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38135", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489244127722003, 38.565224258489003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38138", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489407520168001, 38.5652039704514 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38139", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489284757223004, 38.565124530104697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38140", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489426334471005, 38.565152106830404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38143", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489341109964997, 38.5650075270092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38144", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489464979917997, 38.565063896607498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38145", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489367731171996, 38.564945939325199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38146", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489489835040999, 38.5650100145849 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38147", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489394353479994, 38.564884351640004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38148", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489516231950006, 38.564958588895401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479375169308994, 38.581190944642202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479535097039999, 38.581168010655198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479402606421999, 38.581129180889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479562495075001, 38.581111582703002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38912", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479589946122999, 38.581048039696803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479617357036005, 38.580989834319602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479480268463007, 38.580959879432598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479640195642006, 38.580936945300301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479500828669003, 38.580908758567602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479690019451994, 38.580828648957599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479542705244, 38.580787338323397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38150", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489537992308001, 38.564901017554703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38151", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489447596809995, 38.564761176246101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38152", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489561294444997, 38.5648459034485 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38153", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489474218981002, 38.564699588542403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38154", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489586158191003, 38.564790795323098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38156", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489617324052006, 38.564727139344399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38160", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489738629377001, 38.564422472840697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38161", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489604550889993, 38.564393292627898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38162", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489766213682998, 38.564365886587503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38163", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489632189014998, 38.564329356226096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38164", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489789143935994, 38.564305604153901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38165", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48965982595, 38.564265418911702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484069151610996, 38.573777030752503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484220358027997, 38.5737708856634 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484244966416995, 38.5737128928508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484269564005999, 38.573656388266897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484125644027003, 38.573638716443 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484135355912002, 38.573607485081403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484296100399007, 38.573593933782 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484148419006999, 38.573571777680797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484161881630001, 38.573546520662902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38654", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487666559294993, 38.565791321814501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38655", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487537389818002, 38.565752775399297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38656", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487689855273004, 38.565737467504803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38657", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487564012573998, 38.565691227768902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38658", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487713150074995, 38.565683612284403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38659", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487590636438995, 38.565629679236601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38660", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487736445983003, 38.565629757965198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38662", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487759740708, 38.565575903636301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38663", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487643882876995, 38.565506583049299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38664", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487783036552003, 38.565522048406798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38665", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487670505449998, 38.565445035394198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38666", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487806331206997, 38.565468194068302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479713338454999, 38.580772981013503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479569341946004, 38.580725752914603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479736723431998, 38.5807084197045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479595977455006, 38.580664167494298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479760120188999, 38.5806420800727 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479622614066002, 38.580602582072999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479790318024996, 38.580575769194397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479649249483003, 38.580540996640401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479675886007996, 38.580479410305799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479950370652006, 38.580201276299398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38937", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479820193118996, 38.5801710978985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38167", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489687462834993, 38.5642014815907 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38168", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489839665936003, 38.564187511159503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38170", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489867303777004, 38.5641235738006 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38171", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489738038648994, 38.564076037559097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38172", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489894940420996, 38.564059636429903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38176", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489938914375003, 38.563953315383003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38177", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489801855704002, 38.563916583557301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38178", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489963091118, 38.563896313168698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38179", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489827662929002, 38.563857031812603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38180", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489991975498995, 38.563835656934501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38181", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489853470111001, 38.5637974800621 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484362542274994, 38.573439211500798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484389825243994, 38.573383473805102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484413378919996, 38.573318784396598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484257808250007, 38.573316327443898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484284742943998, 38.573264322439201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484301961819, 38.5732201335721 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484317460027995, 38.573175524426603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484460281675993, 38.573217700028302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484330820460002, 38.573140254364702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484350027484993, 38.573107575198499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484481830706997, 38.573167895308202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38671", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487933331982006, 38.565168216764299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38672", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487797996254997, 38.565139528898001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38673", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487966496761999, 38.5650993475668 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38674", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487822555600999, 38.5650806738687 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38675", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487995346125004, 38.565037160142502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38676", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487851364991002, 38.565024071863903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38678", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487875913940002, 38.564966333889799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38680", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487903348543995, 38.564903023116401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38681", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488067621238002, 38.564857239176398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38683", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488092129888003, 38.5648050856392 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479970507356995, 38.580153384968497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38939", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479842595394999, 38.580123216768897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479862745123995, 38.580073546243099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38943", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479889784388007, 38.580011452662902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480033141603997, 38.580015057859299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479916823606004, 38.579949359076302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480060180698004, 38.579952964239197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479943862783003, 38.579887264582503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480087219745002, 38.5798908706128 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479970901906, 38.579825170983099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480107041737995, 38.579852436364703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38182", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490014556656007, 38.563783549458897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38185", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489905084344997, 38.563678376543699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38186", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490059718878001, 38.563679333593498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38187", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489930891390998, 38.563618825676599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38188", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490082299936006, 38.563627226104501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38189", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489947230517004, 38.563573934818102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484499572860997, 38.573119560111799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484619686106996, 38.572842897026099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484487116329007, 38.572812178935301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484646520235998, 38.572780605048898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484513960174993, 38.572748397848798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484673354311994, 38.572718313966298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484536946768998, 38.572693535578203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484694399708005, 38.572669399754503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484582929468004, 38.572582320982299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38687", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488142408955994, 38.564699864313603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38688", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488004582917, 38.564676932313702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38691", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488190413572994, 38.564593210393198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38692", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488057828492003, 38.564553757558699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38695", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488235547279999, 38.564489894195702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38696", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488106765438005, 38.564436148384999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38697", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488257419861995, 38.564435998346099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38699", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488285013326006, 38.564377660236801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38700", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488152808565999, 38.564325228166702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480024817746994, 38.579706239771497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480154719579005, 38.579742332899698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480052062431994, 38.579643322755899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480180837464999, 38.579685511670299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480209234897998, 38.579626921398003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480106551651005, 38.579517489606303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480235379766995, 38.579566542634801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480133796185001, 38.579454573472098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480261562333993, 38.579500826219402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480161040677004, 38.579391656430701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484742300546998, 38.572555215269396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484769134459995, 38.572492923263603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484636597546995, 38.572457737038199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484813920644001, 38.5723922311347 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484838108586004, 38.572336390372499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484704799330004, 38.572308869222397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484862297636994, 38.572280549610397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484730567547004, 38.572242064392803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484886485504006, 38.572224708838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484906805451004, 38.572179276029999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38705", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488422673263003, 38.564033845041102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38706", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488288605704994, 38.564020915527301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38707", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488447404395998, 38.563978751886303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38708", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488306157786994, 38.563974726660199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38709", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488469240726005, 38.563930348606 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38712", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488349886674001, 38.5638701015123 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38713", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488523032903004, 38.563811247210701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38716", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488405164701007, 38.563742071643198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38717", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48856961493, 38.563705518377901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39014", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482481000180996, 38.574370147348802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39018", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482527213319003, 38.574253385958201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39019", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482391404466995, 38.574232781585003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39021", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482420066059007, 38.574166810913503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39022", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482577371434004, 38.574137937672603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39023", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482448728744004, 38.57410084024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39024", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482602449859996, 38.574080213068598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39026", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482627529393, 38.574022488464202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39027", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482503707779998, 38.573979564014202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39028", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482652607732007, 38.573964764750002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39029", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482525493555997, 38.573924237309797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38217", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490834659292005, 38.561559307939099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38219", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490868377200002, 38.561483849398599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479865153155004, 38.583829136884901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479891994132004, 38.5837668856555 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479916884735999, 38.583712071573402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38232", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479937980930004, 38.583657240442001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484787688073993, 38.572123372298996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484927134974996, 38.572132354078398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484809630130997, 38.5720610179714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484945567595005, 38.572085423683198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38469", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484835269116999, 38.572012083638199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484967795098996, 38.572038509268502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485094385295994, 38.571748611512596 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484956184667993, 38.5717133418961 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485119342374006, 38.571683450731101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484984902196004, 38.571652665422597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485151888017, 38.571618323695397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38721", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488610008362002, 38.5636102414175 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38722", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488486536820005, 38.563564045577799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38723", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488635475297002, 38.563552664998802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38725", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488658055472001, 38.563500660481502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38726", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488538150333994, 38.5634451777902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38729", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488707533210004, 38.563389968733603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38730", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488588406100007, 38.563317367984297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38731", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488730114429003, 38.5633379642072 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38732", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488615658916004, 38.563254589573901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38733", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488755580022001, 38.563280387756897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39125", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483992525865006, 38.570859315160497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39127", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484016183305997, 38.5708043307582 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39131", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484063499233002, 38.570694361043302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39133", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484087156564001, 38.570639376626403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484114734529001, 38.5702567498045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479964821772995, 38.583594990096302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38236", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479991632308995, 38.583537205355299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38237", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479849434311006, 38.583524290071303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38238", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480014570150004, 38.583489828396502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38242", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480058695943001, 38.583386341418503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479925913670002, 38.583331183103603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38244", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480090199969993, 38.583320932720099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38246", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480114007848996, 38.5832703821848 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479980405356997, 38.583205428397697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38248", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480137847104999, 38.583215364236999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480007651129, 38.583142551035003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38250", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480161687464999, 38.583160347190102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485011734712998, 38.571590490472403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485184443212006, 38.571551705708799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485205552680995, 38.571493974612103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485059644512006, 38.571475052751602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485228590069994, 38.571431783636001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38487", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485249633866999, 38.5713829855342 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485111400475006, 38.571352184403501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485160879662999, 38.571240902253102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485317532026002, 38.571230708822398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485188115734005, 38.5711781020334 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39061", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483004742424001, 38.572831970629203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483082014426003, 38.572949426023101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39063", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483031575400005, 38.572770032166503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483147437016001, 38.572794858434897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39072", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483151131927002, 38.572478254644103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39074", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483178167722002, 38.572415846785603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39076", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483205203476004, 38.572353438019803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38251", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480034896852004, 38.5830796736658 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38253", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480062141380003, 38.583016796285001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38254", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480209366940002, 38.583050311274697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38262", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480209588867993, 38.582685942634797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38264", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480234444868003, 38.582635634617901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485339434804999, 38.571180219035703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48521535175, 38.5711153027083 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485363265497995, 38.571125268465998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485271752732999, 38.5709852432662 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485410927912994, 38.5710153682179 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485298988609003, 38.570922443020301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485434705933997, 38.570967864214303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485448965171003, 38.570924785442898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485563722243995, 38.570650517401198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39079", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483380170920995, 38.572295958892397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39080", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483259273681, 38.572228622265698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39081", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483407206446003, 38.572233550980201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39082", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483281699198997, 38.572176868533496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39083", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483422782323004, 38.5721888819387 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39084", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483306378191003, 38.572126903226298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39086", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483340248950995, 38.572039735852897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39088", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483367692843998, 38.571976074822899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39089", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483499995846998, 38.572020377642197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39090", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483395137841995, 38.571912412890697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39091", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483528657953997, 38.571948681503599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39092", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483422581642998, 38.5718487509467 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39093", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483559533714995, 38.571884112321101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480280385279997, 38.582532025974899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480299549706999, 38.582481693295698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480322542107999, 38.582426910247101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480397492215999, 38.582237783481098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480424736968999, 38.582174944756403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485431171336998, 38.570619760818502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485594315624994, 38.570592787842102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485458003356001, 38.570557547026503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485615411739005, 38.570536505255603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485488649331003, 38.570492371815099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485665217253, 38.570420997335603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485538508716999, 38.570369417373499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485563378137002, 38.570316130832602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485718879538993, 38.570296569631303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485588280886006, 38.570258375985397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484141767219, 38.570194538107998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484303506393005, 38.570164238182599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484325980525, 38.570105563777801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484182056761, 38.570094959511898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484353012979994, 38.570043351130899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484209089337, 38.570032746898598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484377767359007, 38.569982907602103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484236120719004, 38.5699705342738 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484400164223999, 38.569934908469499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484263153201994, 38.569908321647702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480451981665993, 38.582112106925997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480479226322004, 38.5820492681883 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480533769711997, 38.581916145022198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480803149804004, 38.581657157178398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480826695589002, 38.581608567478199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480694195040996, 38.581573258957697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485771010983001, 38.570185810718598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485641914596002, 38.570144121118297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485795021767004, 38.570130141045503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485669356575002, 38.570080498283303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485815185207997, 38.5700818992905 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485698769335997, 38.5700064581169 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485835317560998, 38.570038126744102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485726210063007, 38.569942835263099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485857356302006, 38.569992872577998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485781091370995, 38.5698155895357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485907210004996, 38.569890476425201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38539", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485931220590004, 38.569834805822701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480418822936002, 38.579127039072603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480286322408006, 38.579093490415303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480443722982997, 38.579074747435797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480311235502995, 38.579039419593201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480470967339997, 38.579011791583603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480338478815, 38.578976463766999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480498211647998, 38.578948835725001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480392967590006, 38.5788505521055 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480538960318995, 38.578842432527601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480420211904999, 38.578787596265002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480554717207994, 38.578800774572201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480447456172996, 38.578724640418002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480721643539994, 38.581509794054099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480881593483005, 38.581481636706101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480749091996003, 38.581446328243203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480909041779995, 38.581418171758003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480776540397997, 38.581382863326397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480803988749997, 38.581319398403103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480825658976997, 38.581267821926502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481015164729996, 38.5811886728236 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480878270613999, 38.581160569109002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481038470613001, 38.581134682028697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486034550645002, 38.569566710874803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485896398728002, 38.569533166896001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486042781454003, 38.5695467015613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486052432932993, 38.569523661631102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485923430726999, 38.569470797130798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486060192498002, 38.569503278153597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485944706731004, 38.569417336894197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486083964787994, 38.5694327029234 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486092196708995, 38.569412694512202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39094", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483450025395996, 38.571785088996101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39095", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483588195693997, 38.571812417969298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39096", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483477469093003, 38.571721427939799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39097", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483616831871998, 38.571744280237198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39099", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483640883741998, 38.571683239136398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39105", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483760255508997, 38.571411006037998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39106", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483627847167995, 38.5713755246259 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39107", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483780413491004, 38.571359477233003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39108", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483654880426002, 38.571313351781598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39109", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483802835514993, 38.571307957619602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480897241674, 38.581109257091697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481061776459995, 38.581080691228998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480918100140997, 38.581059441815903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481085083414001, 38.5810267013307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480942761356005, 38.581008153501699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481108389190993, 38.5809727105215 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481131696080993, 38.580918719712798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480988303714, 38.580904073431803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481155001787002, 38.580864728894099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481014928094993, 38.580843857905101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486099487017995, 38.569388154011897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486106302937003, 38.569367022201099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486016752663005, 38.569239183719901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486146619739998, 38.569273887171398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486152454950997, 38.569253807756603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39031", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482544987048001, 38.573872458898698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39037", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482676044829006, 38.573566014407902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39039", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482699653875997, 38.573516543542802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39041", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482725569175003, 38.573461744261898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39043", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482756105272998, 38.573394513422102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39044", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482880214785993, 38.573419290320302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39045", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482788920637006, 38.573325513486203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481260161381002, 38.580551103256397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481139024672004, 38.58051882542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481285036399996, 38.580497975295899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481160082765996, 38.580468657844499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481328989063996, 38.580406583413897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481200229391007, 38.580378739037499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481223239794005, 38.580321134284901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481382512557005, 38.580303321827401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481405448154007, 38.580256140984297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481257759954005, 38.5802222542479 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481427619722993, 38.580212224268301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38574", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486560256580006, 38.568350335675902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38578", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486614320727995, 38.568225282324597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38580", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486641352730999, 38.568162755639399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38582", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486671181055002, 38.5681069431214 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38584", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486696422793997, 38.568046497664497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480569981482006, 38.578760253138498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480494372487996, 38.578610978458798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480630951422995, 38.578643847884202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480521413502004, 38.578548492852001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480654612940995, 38.578589172278299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480548454474999, 38.578486006337897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480575495400998, 38.578423519817399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480701933573997, 38.578479821041398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480602536272997, 38.578361034191403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480725593829007, 38.578425146316498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480629575956002, 38.578298547652999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481475199480002, 38.5801155242766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481351501830005, 38.580054031709402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481502929635994, 38.5800470847987 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481378821262993, 38.579980690441303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481530583961998, 38.579989071056502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481425698403996, 38.579857801847702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481451000381, 38.579800832537998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481613740319006, 38.579788224464401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481482049972001, 38.579736443951901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38590", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486770602472006, 38.567882013794502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38592", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486795360707006, 38.567822718419897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38594", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486815802120006, 38.567770105674398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38596", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486836196447996, 38.567724194489003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486853720937006, 38.567681621013698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "16:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.486871245405993, 38.5676390475357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38604", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486983760841994, 38.567361288017601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38605", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486856987454004, 38.5673215830111 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39110", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483681913644006, 38.571251178029897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39111", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483822967698003, 38.571259986334802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39112", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483708946814005, 38.571189004271801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39113", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483843112719995, 38.571210236733101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39114", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483735979930998, 38.5711268314083 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39115", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483870145734002, 38.571148062937397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39116", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483763013007007, 38.5710646576375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39117", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483897178701, 38.571085889135297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39119", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483921552168994, 38.571024269233597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39123", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483968868386995, 38.570914299557799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38362", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481756894843002, 38.579456015434303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481620578239998, 38.579425140405 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38364", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481778360419, 38.579404947774698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481642033083006, 38.579375561905202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38366", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481809376222998, 38.579344987761203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38367", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481669245190005, 38.579317072278897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38368", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481828966299005, 38.579290932431199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38369", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481690699965995, 38.579267493769997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38370", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481856221479006, 38.579226487123996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38371", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481717943296005, 38.579204537624598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38372", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481885415798004, 38.5791560928565 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38606", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487009712890995, 38.567306672643703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38607", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486878617106996, 38.567274766488303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487031324081002, 38.567262090235403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38609", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486898829615001, 38.567226827468197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486926267645998, 38.567163281801903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487086199871996, 38.567135000635098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487113637700006, 38.567071454924303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38615", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486981143547993, 38.567036192251301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487141076621, 38.5670079101128 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38617", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487008582572997, 38.566972647471097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487181624978007, 38.566914274858398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38621", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487078311109002, 38.566847816482401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482892492670004, 38.573369767897503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39047", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482819457771001, 38.5732582817338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39049", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482840890473994, 38.573196347115598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482932012513004, 38.573283456501898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482953134748001, 38.573241704175402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482969686581995, 38.573205269247602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39055", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482924244364, 38.573017785984298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39057", "timelimit": 600.0, "pkgtype": "Pay & Display (Meter In Space)", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482951077479996, 38.572955847540598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483016682952993, 38.573091539079698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39059", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482977909401995, 38.572893909085401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483051647370999, 38.5730160441911 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38374", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481906870375994, 38.579106514307298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38375", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481772429809993, 38.579078625314402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38379", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481818087538002, 38.578964330169597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38380", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481974629468993, 38.578955787531598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38381", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481845127526, 38.578901844253998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38384", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482021896538996, 38.578853883240299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38385", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481891478528993, 38.578796198093201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38386", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482043637225004, 38.578802178027701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38387", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481912729881998, 38.578747089802803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38388", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482061529703003, 38.578757902409897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38389", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481934001694995, 38.578695002333603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487205097176002, 38.566860112416997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38623", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487105136872998, 38.5667859158021 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38624", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487228570484007, 38.566805949975802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38625", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487131963729993, 38.566724016021503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38626", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487252043764002, 38.566751786628998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38629", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487185616164993, 38.566600215535402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38630", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487298990203996, 38.566643461722599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38631", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487212442889003, 38.5665383148351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38632", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487322462229002, 38.566589298356298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38634", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487338701951003, 38.566551857835201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479482515602996, 38.581287990882501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479354569986995, 38.581247401323601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479507647044997, 38.581231553653303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39003", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482202356330006, 38.574684394610799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39005", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482224835034003, 38.574625525130003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39007", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482249554351, 38.5745702224079 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39008", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482406817054994, 38.574539612274201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39009", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482274300596004, 38.574511362158397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39010", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482433841380995, 38.5744789829049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39011", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482303591475997, 38.574450743856602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39012", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482456294027003, 38.574423670005402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS39013", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482326044214005, 38.5743954309823 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38390", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482088951836005, 38.578707710888601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38391", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481961052293997, 38.578631027256101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38392", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482108869919003, 38.578645571428503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484135064894005, 38.573956729132099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484008402098993, 38.573913816156399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484163499576994, 38.573894284938 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484019558751001, 38.573879591256997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484034971113005, 38.573846896128998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484190025377998, 38.573833320513401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484051841208, 38.573809717425299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38638", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487471854936004, 38.5662501073801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38639", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487329284596001, 38.566224958095702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38640", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487493765096005, 38.566190337088599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38641", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487352642920996, 38.566161842907803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38642", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487517098053004, 38.566130572191703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38643", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487378836537999, 38.566099857384302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38644", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487546129150005, 38.566069715405199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38645", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487413591136004, 38.566034558430097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38646", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487572327034002, 38.566008864987801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38647", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487439793918, 38.565974797248302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38648", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487597096428999, 38.565950228951898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38649", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487464554238002, 38.565917278312298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38650", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487620402849998, 38.5658971719958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS38651", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487489298463004, 38.565861994425298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479068183820999, 38.568170937346103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479222034957004, 38.568141575694099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479095629758007, 38.568107472818497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479236876770997, 38.568111402945298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479244220183006, 38.5680902684974 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479123074498006, 38.568044008279301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479257213539, 38.568067143258403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479269969501999, 38.568043211547803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482821285558998, 38.559815188239703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482683328988003, 38.559802296075802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482704317849993, 38.559747073891998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482900735271002, 38.5596432970748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482924387596, 38.5595886218846 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482948039890999, 38.559533945788701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482971692150002, 38.559479269687998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482995345513004, 38.559424594488299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41987", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482860018669996, 38.559387586447301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476332819530001, 38.574823608517697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476228096720007, 38.574712832465998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476242704935004, 38.574681854534099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476356306734999, 38.574769036592201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476379793910993, 38.574714463760898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476516289703, 38.574387519265997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476385626327996, 38.574352155489102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476539867341998, 38.574334503562902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476407396593999, 38.574300543343803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476561596080998, 38.574288535323902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479250463561996, 38.567743479917198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479268199073999, 38.567696670697998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479321871611006, 38.567572089203303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479348708383, 38.567509798449102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479375545107999, 38.567447507688598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483018997699006, 38.559369918377797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41990", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483042649848997, 38.5593152422624 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482908588385001, 38.5592766993949 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476583324792003, 38.574242567080901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476610570134994, 38.5741796905073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47647811, 38.5741443187095 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476637815429001, 38.574116813927198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476505355396995, 38.574081442160598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41502", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476665060675003, 38.574053937340601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476713144366002, 38.573943303778599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476582352132993, 38.573899948677301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476737160720006, 38.573888012550597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476761178177995, 38.573832722223699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476637246468002, 38.573773569424098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476785194458003, 38.5737774309857 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476809210694, 38.573722140643397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476692141756999, 38.573647190149899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476833226899998, 38.573666849395302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476719588750996, 38.573584000950703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476857243062, 38.573611559043002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476747035697002, 38.573520811744999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476984918824002, 38.573315127185602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476854209015997, 38.573277098864601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474148731491994, 38.579873503580203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474019888838995, 38.579833912129402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474038431585996, 38.579786988440901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474189455184998, 38.579774027660001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477009940604006, 38.573255690010399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477036781248003, 38.5731934385351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476906052087998, 38.573158232696002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477086783212002, 38.573080209893902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476954257174995, 38.573044995090598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477113623723, 38.573017958400598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476981096635001, 38.572982744523699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477140463034004, 38.572955707796801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477188478702004, 38.572846011568899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472959437783999, 38.579160209872597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473015460585998, 38.579047016669101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472882731663006, 38.579006807155402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473038593574998, 38.578993541984602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472909170278001, 38.578945693521298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473061726536002, 38.578940066394601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472935607707001, 38.578884578975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473107992340005, 38.578833117002297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472988483571001, 38.578762350770198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473131125197, 38.578779641398398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474056985855995, 38.579738653996301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474217112221993, 38.579710212068697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474084641849998, 38.579674838431401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474244768061993, 38.5796463964654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474272425, 38.579582580860801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474139954837, 38.579547207286801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474300080739994, 38.579518765244302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474167611831007, 38.5794833917071 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474356125428997, 38.579405154385 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474379432728995, 38.579351577526197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474213711763994, 38.579357038496902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477061392240998, 38.572802392656598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477213563692999, 38.572788081837601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477090059909003, 38.572736188176798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477238647489997, 38.572730152996499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477118728671996, 38.572669983695 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477263732392998, 38.572672224155099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477288816108, 38.572614295303097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477176063743997, 38.572537574699602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47731390093, 38.572556366450698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477204732347005, 38.572471370196297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477342621163999, 38.572492809884501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480334208773996, 38.565568764419801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480207229528006, 38.5655276980266 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480357942647004, 38.565521078367802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480229216835994, 38.565472950131003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480385383268995, 38.565457888291597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480252990707001, 38.565419621058702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480414601308993, 38.565397528699201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302399170995, 38.565304505521901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473404525549, 38.578126730077699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473268437867006, 38.578105155201698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42174", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473427950235006, 38.5780781250945 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473482729970002, 38.5779701773479 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473346478311001, 38.577934008176598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473511708206004, 38.577911141788299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473378909589997, 38.577857457792199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473537165463, 38.577852091110799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473409549747998, 38.5777850433807 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473562664610995, 38.577787513611803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473586331882998, 38.5777325998138 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473463646422005, 38.577659525934401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474399102820996, 38.5793036273718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474240442376001, 38.579283108821102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474432948441006, 38.579221814668898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474302891842001, 38.579135287563197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41331", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474456255622997, 38.579168237794399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474329539104005, 38.579072644833701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41333", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474479563925001, 38.579114660019499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474502829461002, 38.579066727069602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474624171105006, 38.578774986103397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474493489322995, 38.578729938196801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477475465048997, 38.5721766333413 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477350291066003, 38.572132755807097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477503927528005, 38.572111094499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477376904915005, 38.572074264477898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477532357805998, 38.572049788821701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477399892484001, 38.572019990088897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477591049687007, 38.5719229532951 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477449532796001, 38.571901579502097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41566", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477619511959006, 38.571857414424201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477477995189005, 38.571836040666099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477506457529998, 38.571770501822897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480460372368995, 38.565288039989099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480329839757999, 38.5652413154586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480535095880995, 38.565110019308101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480402357829007, 38.565068377733098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41815", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480558575179003, 38.5650556519196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480429191574999, 38.5650062434772 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41817", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480582054441996, 38.565001284526197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480456025273995, 38.564944109214899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480629012858998, 38.564892549725101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480509692525004, 38.564819841572501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41341", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474643764153001, 38.578721090536199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474516697650003, 38.578673238351101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474668758028002, 38.578665809568697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474539905946997, 38.5786165375998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474566657801006, 38.578566907855198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474720609805999, 38.578546788540002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474593501998996, 38.578504579472401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474745574685997, 38.578495740742099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474620347303997, 38.578442250187699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474768803529997, 38.578436216626301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474826943611006, 38.578325542066601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41573", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477564685998999, 38.571650978604502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477717187302005, 38.571639855097601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477740493062001, 38.571585796491597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477617957679001, 38.571527415887402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477763799928994, 38.571531738786902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477644592876004, 38.571465634516997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477787105619001, 38.571477680171398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477671229167996, 38.571403854046501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477810412420993, 38.571423621556299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477697864272997, 38.571342072663697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477833718040003, 38.571369562931302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480652492008005, 38.5648381832182 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480536524935999, 38.564757707286297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41825", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480675971126999, 38.564783815805598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480794271012002, 38.5644906044352 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480674306853999, 38.564443045715002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480810495331994, 38.5644550557301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480697841866004, 38.564390595658701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480825074226999, 38.564415560018297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480725378711995, 38.5643266960288 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480838061032003, 38.5643815030881 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480852844664, 38.564347455116497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473609999119006, 38.577677686011 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473490695261006, 38.577596767204398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473633666325, 38.577622771302401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473619576654997, 38.577295967005099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473770356697003, 38.577297272300299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473786441882993, 38.577264186078601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473645077897999, 38.577242578645901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473799459088994, 38.577232848966297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473813773615007, 38.577201135768703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473672409746001, 38.5771795283693 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474685354068001, 38.578277975530902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474850784528996, 38.578270628802002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474712601755996, 38.578215217422098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474876444529997, 38.578212901272003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474767096994, 38.578089700284202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474925966068, 38.578097438038498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474794344537003, 38.578026942155901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41365", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474949807981005, 38.578042524758501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474821592040001, 38.5779641831204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41590", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477978864042996, 38.571039587315703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477830113422996, 38.571022449810897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477984217534001, 38.571020434955102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477989795568007, 38.570995060207501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41594", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477850042727994, 38.570976552497797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41595", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478002420851993, 38.570964651492503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41596", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478011603222996, 38.570937882191899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477869982338007, 38.570929243521498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478029663111997, 38.570901853857897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478038825970003, 38.570877906077897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480769571856996, 38.564224797388398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480797152470998, 38.564161172711799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480928052837996, 38.564182194870398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480879303677, 38.56399276978 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480917221924997, 38.563916457255097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480947993826007, 38.563834466747501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481003918805996, 38.563701507238697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473974511101005, 38.576805327169097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473988793752994, 38.576777758835199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473845258950007, 38.576755734573403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473996384966, 38.576754789808803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474012458594999, 38.576723084579903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473872305084996, 38.5766932505176 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474023578556995, 38.576698749607701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474036123401007, 38.576668410319598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473899351171994, 38.576630766455501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474043713439997, 38.576645441284903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474059788163999, 38.576613736955402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473926397219003, 38.576568281486097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474072700229001, 38.5765852650906 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474083454045001, 38.576559062690599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473953443211002, 38.576505797411201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475105417917007, 38.577677749800301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41373", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474969251033002, 38.577650923429402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475127190422, 38.5776259415045 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474996500545004, 38.577587850850399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475154439785001, 38.577562868888201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475014637201994, 38.577541671110701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41379", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475031018199005, 38.577489838383201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475058267595003, 38.577426765789397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41382", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475227148661006, 38.5773806658569 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475085516942997, 38.577363693189199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475252536089002, 38.577326052313403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475112766235995, 38.577300621483303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477924467029993, 38.570803646506398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478096874521995, 38.570756558369702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477951709302999, 38.5707408479891 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41606", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478109510037001, 38.570724738884202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478122339116993, 38.570690929286499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478160918081002, 38.570611152166698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41612", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478030100555003, 38.570553932848703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478061033849002, 38.570478020369798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478197679447007, 38.570518794817502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481268933113, 38.563414330615998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481296172479006, 38.563351296183299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41869", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481350648778005, 38.563225226387601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481218172791998, 38.563189937333199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481377886852002, 38.563162191930402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475294441147, 38.577222054358401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475318077645994, 38.577167372504803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475192309785996, 38.5771192800892 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475341714109007, 38.577112690646402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475219322811, 38.577056786564803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475365350211007, 38.577058052925501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475246400255003, 38.576994266299401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475389039293006, 38.577003384809601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475273473889999, 38.576931789253599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475412728330994, 38.576948717589602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475300546330004, 38.576869312196202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475436417340006, 38.576894049463803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478210477480999, 38.570489219288298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478095612697004, 38.5703950675898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41619", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478219741806996, 38.570460639537103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478234317334, 38.570433893628199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41622", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478245368333006, 38.570406731832897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47825815601, 38.570378567057197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478146498577999, 38.570270002893501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41625", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478270994813002, 38.570352825023697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41626", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478281995789999, 38.5703232413872 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478162814851004, 38.570226479320297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481272650245998, 38.563063868479801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481432364002998, 38.563036123001901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481477639011004, 38.562917734415201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481355719402004, 38.562878876604799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481501115371003, 38.562863573132603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481382548637995, 38.562816977247302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481548067982999, 38.562755250552897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481571544234995, 38.562701089255903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473826780611006, 38.577171179682999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473841105298007, 38.577138085452198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473855872721998, 38.577108136463501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473868436939995, 38.5770750342284 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473725353627998, 38.577047892972402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473754394813994, 38.576991758530099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473954343268005, 38.576862779459297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473965127732995, 38.5768324321796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473818212761998, 38.576818219523602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475559381005993, 38.576605914875998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475445102639, 38.576539618992697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475452479162001, 38.576514252512901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475585998545995, 38.576547192434802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475464489, 38.576486507035199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475477290385996, 38.576456931816402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475608967591995, 38.576495507488303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475492892204997, 38.576429203511502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475503884898004, 38.576401030900499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475635605796001, 38.576433962617898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475517743713993, 38.576366238866299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475528726015995, 38.576339477011402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478440425491996, 38.569950653169002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478300574933996, 38.569937926612702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478450806794996, 38.569926545982902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478460040442002, 38.569892721050103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478321958327996, 38.569884234902901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478477644066999, 38.569864412183897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478486827273002, 38.569837641949398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478345147843001, 38.569829140523197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478504481293001, 38.569802278378603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478515471776007, 38.569774105478601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478371985164003, 38.569767007649503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41646", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478531317317007, 38.569740145462703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481468511944996, 38.562620016326598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481500815714, 38.562546853224397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481609386160997, 38.562609658209396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481629196957002, 38.562565357922502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481742739970997, 38.562277533291102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481633475989, 38.562257967494197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481660917935997, 38.562194266320503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481804770951001, 38.562155808808498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481688359828993, 38.562130566041198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481833940056006, 38.562101993666502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475662242813996, 38.576372416835099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475546137598002, 38.5763103469939 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475555333105007, 38.576282166236403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475688880926, 38.576310871952302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475572774645997, 38.5762488012316 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475580202960003, 38.5762163791494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475715517851995, 38.576249326157097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475766003524996, 38.576136911972398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475629565337996, 38.576114886920301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475644163731005, 38.5760853198231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475813329513997, 38.576027632095901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478542307780003, 38.5697119725601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478556336840001, 38.569680825968703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478565489052997, 38.569658288905401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478425658530995, 38.569642740076198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478581312776996, 38.569627150395199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478592272265004, 38.569603210665399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478643063820002, 38.569517710042199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478657659614001, 38.569488142561802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478503296040003, 38.569464569841799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478668748391001, 38.569455611548598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478679759379006, 38.5694246162141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481861381765, 38.562038292445102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481743201325003, 38.562008809395898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481888792679996, 38.561978825296997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481910781305999, 38.561923567187897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481792572592994, 38.561898316477397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481843049953, 38.561787171736 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481985975794998, 38.561760924217801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482012228561999, 38.561698956372197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481894674949999, 38.5616680726826 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475836993605995, 38.575972991705001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475701605645, 38.575941618374003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475718042588994, 38.5759064154717 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475860656513007, 38.575918351304097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475730519284994, 38.575869303648503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475750571212004, 38.575831294601002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475884319377002, 38.575863711799101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475772066955003, 38.5757899902991 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475907982211993, 38.575809071388399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476037848632004, 38.575510610836702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478526973993993, 38.569397404700901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478690808044007, 38.569397729140498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41664", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478701809846996, 38.5693681454688 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478712879110006, 38.569338436875199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478723879746994, 38.569308853196297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478590538039001, 38.569258913196499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478736745969996, 38.569279151791697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478749534399, 38.569250986966402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478617778851998, 38.569195996502103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478755201267006, 38.569222663945901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478767999984996, 38.569193088359597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478645020757, 38.569133080707303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478779078358997, 38.569161968094697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478790078941998, 38.569132384409301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482059259379994, 38.561586286210002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481951774367005, 38.5615377080643 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482081844470997, 38.561534180275402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481979454612002, 38.561468289888303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482104430676003, 38.561482074341498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473014920864003, 38.578701236205603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473154258012997, 38.578726166690501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473281746159998, 38.5784208569304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473149319479006, 38.578379953599303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473299910007995, 38.578369464083401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473174566124001, 38.578323065997502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473326927212, 38.578311201626299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473196250968996, 38.5782716891893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42168", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473355775092998, 38.5782432763556 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473379280304002, 38.5781836177351 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473241391239995, 38.5781675616402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476056216876003, 38.575459923894698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476081817346994, 38.575403624657703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475940159961993, 38.575396433945897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475952981687996, 38.575364036255898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475982342294003, 38.575285175769501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475965864157999, 38.5753260235456 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476136716029004, 38.575276932143296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476006123754999, 38.5752316917279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476031693383007, 38.575176773438102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476164166440995, 38.575213586331799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476191615662998, 38.575150239607702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478912100182001, 38.568863384369202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478776036026005, 38.568834974582799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478939137170002, 38.568801134248098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478801255544994, 38.568775538821299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478962506914996, 38.568748745052901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478855308991001, 38.568653860142298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479005642090002, 38.568645361231397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478880558151999, 38.568590191180398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476097469655002, 38.575026101438098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476112109084994, 38.574990889445402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41468", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476238871491006, 38.575041897078002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476124384013005, 38.574953855045798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476133568757007, 38.574927085000198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476149419457997, 38.574892889291199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476160390931, 38.574867539035097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476285846159001, 38.5749327523597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476172615145998, 38.574837561130998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476183565884995, 38.5748150323898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476309333436006, 38.574878180443697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476197607920994, 38.5747822392958 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476214054710994, 38.5747456255638 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478907574456002, 38.568530762584402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479059715690994, 38.568520860938797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479138588447, 38.568359524610401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478985849159997, 38.5683613309047 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479155270787004, 38.568323716031401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479166260784993, 38.568295543068999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479013294096006, 38.568297866391703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479181257158004, 38.568244205339099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479192514280001, 38.568212604760703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482702912527003, 38.5600740212586 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482579445390996, 38.560045671271801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41966", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482734785321, 38.560004736959698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482768445703996, 38.559936872347102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482628743335994, 38.559916915588701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472800703770005, 38.579520116441202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472670069383, 38.579472352289301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42131", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472824750778997, 38.579468641448898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472692304906005, 38.579427777155701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42134", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472716320177, 38.579380447070903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472876463199, 38.579351890858597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472904121826005, 38.579287997205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472771636543001, 38.579252659828398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472931779256001, 38.579224103539502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472799295225002, 38.5791887661997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477459489645994, 38.579162251059799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477289664566996, 38.579126613384098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477512685883994, 38.579034579948797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477342810842998, 38.579002666433801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477536525149006, 38.578979641808402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477370055525995, 38.578939879768399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477560363224001, 38.578924704558801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477397300155005, 38.578877093997399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47758420241, 38.578869767309399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40210", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477424544735996, 38.578814308219798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477608048128005, 38.578814559815498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477444319677005, 38.578760831926502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481856471702002, 38.565489203520201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481738337018001, 38.565434309989001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481881991991003, 38.565433182848302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481905295456002, 38.565378883773 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481791600812997, 38.565310196711103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481928597744997, 38.565324583786897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481945211972004, 38.565280639406502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481833754269999, 38.565198148939203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481968514198002, 38.565226339412298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481851480651002, 38.565148168133597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481991817530002, 38.565172040319503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481873615417001, 38.565098206157899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477631559640997, 38.578759535492701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47746646265, 38.5787052645247 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477655071117994, 38.578704511165199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477486226384997, 38.578655189962198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40221", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477744185112002, 38.578425154858103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40223", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477771631582002, 38.578362160903097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40225", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477799077995996, 38.578299167842403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477673952800004, 38.578228794640999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40227", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477826525515994, 38.578236173879397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477701399256006, 38.578165800702401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478374617968001, 38.5735553155654 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478383839391, 38.573529823883902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478240489450002, 38.573505675257501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478432393017002, 38.573419483628598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478294568075995, 38.573381174431297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478448373416995, 38.573386971971999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478461218814004, 38.573360078599499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478319790693007, 38.573320334284801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478473575159001, 38.573328969525299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482010648455002, 38.5651263743257 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482152758859996, 38.564830162750901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40999", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482015903184006, 38.564798182044598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41000", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482178199399002, 38.564768148889897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482034669588998, 38.564744791465102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41002", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482201382160994, 38.564713028499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41003", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482057863568997, 38.564686243238597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482224582973004, 38.564652728025102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482252214938001, 38.564588986120299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482115333107004, 38.564558769369398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482273146393993, 38.564537329505001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40229", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477853971833994, 38.5781731808055 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477728818792997, 38.578106476891797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40231", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477881418110002, 38.578110186824098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40232", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477751524837004, 38.578052635393497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477908864336996, 38.578047192836202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40237", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477824060933997, 38.577901976702698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40239", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477851067366998, 38.577839481643601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40240", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477991926304, 38.577857195180798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40241", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477878072611006, 38.577776985672102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40242", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478020270927999, 38.577797028630201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47790511593, 38.577714455631998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40758", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478391192269001, 38.573149015266701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40759", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478550219312993, 38.573160218163601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40760", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478562491380998, 38.573135448315199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40761", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478419859417002, 38.573082888838698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40762", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478570599552, 38.573109638092397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40763", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478581027434998, 38.5730826689529 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40764", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478448525364996, 38.573016762398197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40766", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478606109731004, 38.573024807380797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40767", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478477191259998, 38.572950635950697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40768", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478618033130999, 38.5729858720481 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40769", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478505858248994, 38.572884509501201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41009", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482142965134003, 38.564495027490601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41010", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482294101779004, 38.564482212646602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482346910630994, 38.564376132146499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482213236820996, 38.5643316118963 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482370213249993, 38.564321695138801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41018", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482393516987997, 38.564267257230597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482266501248006, 38.564207183995002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41020", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482416819535004, 38.564212820213498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41023", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482319765483993, 38.564082756969903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41024", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482463425671995, 38.5641039461701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40245", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477925078097002, 38.577664787294999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40246", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478070103020002, 38.577667559224899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40247", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477947376795001, 38.577615130391997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40248", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478098489063996, 38.5776092414836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477969690031003, 38.5775636393235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40256", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482094633632997, 38.568388484665299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40258", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482130147353004, 38.5683100105432 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40260", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482158530069995, 38.568248017955099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40770", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478634570197002, 38.572952067383099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40771", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478644976696003, 38.572928017949998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40772", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478534524037002, 38.572818383039298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40773", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478654950324, 38.572901486395999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40774", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478666329001996, 38.572871600821799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40776", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478679531631997, 38.572843224355601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478826630037005, 38.572515742958302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40783", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478672316708995, 38.5725206670052 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478836428199997, 38.572487764658803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478849864531995, 38.5724592676046 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41025", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482346398109001, 38.564020543000098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41026", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482486729260003, 38.564049509143899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482499708392993, 38.5640178150501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482633546214004, 38.563727285709099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482496588846004, 38.563697248342798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41034", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482658530132994, 38.563671006617902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41035", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482519380103, 38.563639229754997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41036", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482681297303998, 38.563616449138301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482546618445994, 38.563576037371298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482701834050999, 38.563565342032398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482729072197003, 38.563502150506501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40262", "timelimit": 5.0, "pkgtype": "White Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482186952700999, 38.568180519255002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40266", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482212845922007, 38.568124280358603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40268", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482231947762003, 38.5680530724009 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40270", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482260356927995, 38.567987408750597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40272", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482283985891002, 38.567936402032103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40274", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482310018771003, 38.567876233124601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40276", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482338389006003, 38.567816073763503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40278", "timelimit": 30.0, "pkgtype": "Yellow Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482362111034007, 38.567752224254797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475022079800993, 38.581322520152597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478700578547006, 38.572455127870803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478864670915996, 38.572424820884301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478878145153999, 38.572391131225103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478728840339997, 38.572389587828603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478894586151995, 38.572359288245799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478908069838994, 38.572324301333701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40792", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478757102079996, 38.572324047779396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478921213087006, 38.5722911444118 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478934687272996, 38.572257454746101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478951156652002, 38.572221718208297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478964630817003, 38.572188027638198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478813625406005, 38.572192967660101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478841886991006, 38.572127427589997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483234568284999, 38.561942558981897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483387664687996, 38.561962409910102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483260178918997, 38.561883086179101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483410074030999, 38.561910371404203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483285790658002, 38.561823613375701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483432483342, 38.561858332893898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482880587568005, 38.566243152401597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482905663444996, 38.566183462870001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482928456273001, 38.566116424425701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483078784583, 38.566117754423203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482953571940996, 38.566051232381497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482973935432, 38.565997026267397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40549", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474845133578995, 38.581274433153503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475050608947996, 38.581268531704801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474871978831999, 38.581212222728098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475066906551007, 38.581217226519797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474891744196995, 38.581163672024502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475120596585995, 38.581092804659001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474934767231005, 38.581066587346697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475147440388994, 38.581030593263399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475168065670005, 38.580982752715499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474976093785997, 38.580962646337603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475223476965994, 38.580876266469602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479030935571998, 38.572029603260297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479045988311995, 38.571997540499602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479054435245999, 38.571972914646501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478930346287001, 38.571924634714797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479069467857997, 38.571943448178303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479079549415005, 38.5719214260656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478957181596996, 38.5718628152094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479092948515998, 38.571889355857401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40814", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478984016861006, 38.571800995697799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40816", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479010850937001, 38.571739175273798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482994271156002, 38.565946489380103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483154079043999, 38.565929513950103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483201309647995, 38.565816803677698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483067405141, 38.56579021756 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483091966260005, 38.565719017629199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483257690984999, 38.565697308140699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483116446436995, 38.565658825394898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40308", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483283596841005, 38.565630210553103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483143236165006, 38.565602312822797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48333292609, 38.565516187079801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40566", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475247319082001, 38.580821420696303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475271161153998, 38.580766575818799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475318844041993, 38.580656886043798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475342684856997, 38.5806020411462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475366526789003, 38.580547195347997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479139909725006, 38.571781171201103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479037686107006, 38.5716773557496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479148300608003, 38.571755569417398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479163390276, 38.571727078865798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479170107458998, 38.571704065035199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40829", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479169015142006, 38.571362307414297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479325130934996, 38.571354252998503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40831", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479196056291997, 38.571299586081899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41142", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484001020769, 38.560183535241798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41143", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484168417755996, 38.560141365378698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41144", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484027238701998, 38.560122888409303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41150", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484098692244999, 38.559952082403598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41151", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484275470680998, 38.559891347074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41152", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484125725305006, 38.559889281533898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41154", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484152758316995, 38.559826480657797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41155", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484322815040002, 38.559776386426201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41156", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484179791274997, 38.559763680676198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41157", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484346468311003, 38.559721435279897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483805029248998, 38.564091084024199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40321", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483964804655002, 38.564062925413197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483832267473005, 38.564027774225501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483859505647999, 38.563964464420302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483886743775003, 38.5639011546087 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483913983001997, 38.5638378447957 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483941221031998, 38.563774534971103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475476316032996, 38.580245583169898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475328205498002, 38.580191162697901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475496703412006, 38.580194136095301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40585", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475524158024996, 38.580130397657904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475374241675993, 38.580084184346703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40587", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475551613736002, 38.580066659219 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40588", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475401696356002, 38.580020445938104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40589", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475579068249999, 38.580002920768401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40591", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475606522716006, 38.5799391823112 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40592", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475456606709002, 38.5798929700073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40593", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475633977125, 38.579875444748197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479347097515998, 38.571307087123003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479223097395007, 38.571236864743099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479250138449999, 38.571174143397897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479396106156997, 38.5711971989682 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479277179451003, 38.571111422947197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40838", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479416475904998, 38.571142235838998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479304220412004, 38.571048701589199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479446823895003, 38.571079531122301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479486608591998, 38.570976033857498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479371200391995, 38.5708795864075 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479510622796994, 38.570920605119603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41158", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484206824192, 38.5597008797874 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41159", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484370122686997, 38.559666485034597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484021311928004, 38.563585934254398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484048136843995, 38.563524348682698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484074962860007, 38.563462763109797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40597", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475685015411003, 38.579760352927103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40598", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475526266828993, 38.579715732235201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40599", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475708323486003, 38.579706706439502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40600", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475552903437006, 38.5796544216077 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40601", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475731630379002, 38.579653059941997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40602", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475579541141002, 38.579593111880101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40603", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475754937236999, 38.579599413439702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40604", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475606177651997, 38.579531802140998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40605", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475772951523993, 38.579553958250997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40607", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475792709077993, 38.579508510953197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40608", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475659451690007, 38.579409181748801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40609", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475810722163999, 38.579463056654198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479398645098996, 38.570816238918503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479534636964999, 38.5708651763766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479427723233997, 38.570755495154998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40850", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479558651095999, 38.570809747628601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479575966840997, 38.570765971597901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479477558132999, 38.570641760247597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479599970289001, 38.570711840986498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479504983712999, 38.570581009034001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40858", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479641339005994, 38.570607443587399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484413779991996, 38.563019387319798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484438991345002, 38.562968244879002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484466633832994, 38.562904270071201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484494275124007, 38.562840295251704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484549558712004, 38.562712344696997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40611", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475826933864994, 38.579425810380997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40615", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475976850945997, 38.5791338406421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40616", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475825231279003, 38.579096952592401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40617", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476003894672004, 38.579071552480201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40618", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475850550814997, 38.579031918831902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40620", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475874076745001, 38.578973721063498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40621", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476059637065006, 38.578959304300597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40622", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475897601488995, 38.578915523284998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40623", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476081316654998, 38.5789147926764 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40624", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475921156360997, 38.578853219347799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479640379385998, 38.570268110886197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479667215462001, 38.570206016450001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40867", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479697414249998, 38.570136148864897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479751086156, 38.570011959959402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479777920898002, 38.569949864591202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479966206827001, 38.569873992905499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482596635321002, 38.563456557846202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482754055955994, 38.563445872295397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482621581529003, 38.563405470465398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482781294017002, 38.563382679856304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482822617121997, 38.563281445996999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482697918498999, 38.563228150220503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482845916285001, 38.563227386356402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482724547345995, 38.563166367678797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482869216560005, 38.563173326716203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482751176142003, 38.563104586031798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482892515651002, 38.563119267066199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482777803749997, 38.563042803472698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482915815854994, 38.563065207416599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484609557750005, 38.562571562014 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484668620942998, 38.562436562497297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484691028759002, 38.5623846264427 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484713437690004, 38.5623326903888 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484735845434997, 38.562280755226297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484758253153998, 38.562228819158598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476126572170003, 38.578805236635603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40628", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475971595041003, 38.5787505336504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40631", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476183256081995, 38.578696783634499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476206921897003, 38.578641834167897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476035259447997, 38.578582533268602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476225304162995, 38.578593707612697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40638", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476089353836997, 38.578456935326102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476272636770005, 38.578483808662497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476289224276002, 38.578442520798397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476143448035003, 38.578331337358101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479853996176004, 38.569788019713201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479990043111002, 38.569818941648101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479881237224006, 38.569725102727098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479908478216998, 38.569662186635398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480037714434005, 38.569708837311403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479927348518999, 38.569613511251298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480059811931994, 38.569665460165098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479957866983, 38.569554503551799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480080283093002, 38.5696181811307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479985107849998, 38.569491586540998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480102446749001, 38.569565717823203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480127935216998, 38.569510673958597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476307556180004, 38.578401239922101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476331193939998, 38.578350398395997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47642429327, 38.578038141416798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476290234288996, 38.578002607253197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476451742181993, 38.577975109942997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476317682157003, 38.5779395758059 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476479189903998, 38.577912077556597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476345129983997, 38.577876543451197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476534046954001, 38.577791225183397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476393262136995, 38.577767387706601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480254610770004, 38.5692133539007 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480115520881, 38.569186944713302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480281646437007, 38.5691511422038 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480142555506006, 38.569124733944498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480308682051003, 38.569088931401303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480196626915003, 38.569000311497298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480352727983004, 38.568978742193302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480223662552007, 38.5689380998137 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480379725649996, 38.568921723976402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480250698141006, 38.568875888123699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480400072517, 38.568869866869697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476420709829995, 38.5777043553338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476582197881996, 38.577679463150297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476619791641994, 38.577595500108501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476495707544998, 38.5775471671801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476643454739005, 38.577540825316198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47652275051, 38.577484682501002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476690704350005, 38.577441900555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40672", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476573575901995, 38.577351878592602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476712678061006, 38.5773911271069 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476605656767006, 38.577281596882898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480320799693999, 38.5687218944704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480348243864, 38.568658390903899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480375687990005, 38.568594886429999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480403132061994, 38.568531382850502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40921", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480430577237996, 38.568467878368601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480458021218993, 38.568404373874998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482804432459005, 38.562981020912503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482939114876999, 38.563011147757102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482831059974998, 38.562919238341003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482957931488997, 38.5629674527124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482974516569001, 38.562927208943798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483094455029004, 38.562649839463198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41067", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482950959194994, 38.562617907666997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41068", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483117639343007, 38.5625928864754 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41069", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482978600878994, 38.562554051223003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41070", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483145280874993, 38.562529029090598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483172923498003, 38.562465172605201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40416", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485371220987005, 38.560814338632497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40417", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485238897675998, 38.5607696873181 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40418", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485398654793997, 38.560751225739402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40419", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485266331581997, 38.560706574456297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40420", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485426088558, 38.560688111938802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40421", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485296155539999, 38.560636132607698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40422", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485453523415003, 38.5606249990376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40423", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485337729086993, 38.560556569163403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40424", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485480957077002, 38.560561886124802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40425", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485367513211997, 38.560491631601302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40426", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485508390695998, 38.560498772304598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40429", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485535824259998, 38.560435659378697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476737964540007, 38.577341672225899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476637689764999, 38.577217831139102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476761589237, 38.577292208927901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476783602222, 38.5772362239518 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477846818572999, 38.574764934056901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477865401336004, 38.574724248663301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477875666344005, 38.574682596926699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477737901634001, 38.574679973695801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477894276529, 38.574638002658602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477914490638, 38.5745976993881 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477766633878005, 38.574613273847802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477934818535999, 38.574545293972101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477792084293, 38.574541345695401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40695", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477966735842998, 38.574496850709998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40696", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477976877957005, 38.574472137983797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477815789415999, 38.574481138447901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477844445217997, 38.574424861618901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478000647881998, 38.574406343625903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478014108745995, 38.574381646762198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41134", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483904948466005, 38.5603974897965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41135", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484067877325003, 38.560378911767799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41136", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483926797698999, 38.560346943284301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41137", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484094095271999, 38.560318264920298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41138", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483952979164997, 38.560291355744297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41139", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484120313174998, 38.5602576180668 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41140", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483974803940001, 38.560244182073397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478053667311997, 38.5742903002619 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477904563009005, 38.574271636971403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478065863647998, 38.574262285091301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477932009460005, 38.574208407847301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477954382354994, 38.574158186416803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477981828718001, 38.5740949572807 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478137939115001, 38.5740923998884 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478153078321, 38.574065104278802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478165274579993, 38.574037089097601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478177093851002, 38.574009778519297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481669616556999, 38.565929457944499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481534885374998, 38.565892565490898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481694539995004, 38.5658817156881 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40966", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481557629820998, 38.565841351355097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481715053802006, 38.565833953681697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481582589884994, 38.5657884165146 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481609829581004, 38.565725107235203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481765062796995, 38.565715969059802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481664285978994, 38.5656019498023 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481815072773998, 38.565597984421302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483033885252993, 38.562426337419097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483228207454999, 38.562337458708399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483089169428993, 38.562298623588603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483255848789, 38.562273601296901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483298024692004, 38.562170563879803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483157734985994, 38.562120976449997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483320435313999, 38.5621185253965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483183345748003, 38.562061503664403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS41086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483342844755001, 38.562066486903703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478030024277999, 38.573976286779903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478185960638001, 38.573983052827003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478201109336993, 38.573954453655602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478054152891005, 38.5739130426674 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478186411788997, 38.573630175162599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478349437955998, 38.5736104811632 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478362273056007, 38.573585006668303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS40738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478213450069006, 38.573567925210703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470599720373997, 38.577383478376802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470766395913003, 38.577362009901599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43762", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470626768442003, 38.5773209950748 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470812101102993, 38.577249738147799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470670472077998, 38.577206434951997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470835900721994, 38.577194882264301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470697671912006, 38.577143742418599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470883498700999, 38.577085170477197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470907312487995, 38.577030401130301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43774", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470783066145998, 38.5769485848557 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470931211608004, 38.576975571808397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475437067352004, 38.5665942419975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475317266589997, 38.566504958798298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44013", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475344305535998, 38.566442748252101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475503580495996, 38.5664385809092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475365891498996, 38.566388977818498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475392929212006, 38.566326767255603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44018", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475550704876994, 38.566348727193102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44021", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475449726381996, 38.566206551223203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44023", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475477169018006, 38.566143715451403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43262", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475513905135003, 38.569871973686197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43263", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475355026008998, 38.5698314142074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43264", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475530597453002, 38.569836040441103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43265", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475546565139993, 38.569808607482898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475382273050002, 38.569768381172601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43267", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475558011993996, 38.569771274797603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43268", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475574020083002, 38.569738342039003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475409518895006, 38.569705348126199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43270", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475585457953997, 38.569702384080102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43271", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475601466013998, 38.569669451317701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43273", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475611140373999, 38.569634861037898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43274", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475620092409997, 38.569608771958201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43275", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475464010446998, 38.569579281113 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43276", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475629675784006, 38.5695865586965 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478758058262997, 38.561936183078501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43517", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478797544893993, 38.561835073893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43521", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479088194699997, 38.561570932912801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478936461901995, 38.5615382473407 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479112054287, 38.561518532384298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43524", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478960320441999, 38.561485846838302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479139495913003, 38.5614551453099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478982459343001, 38.561429312479497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470804914439, 38.576895772303402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471089115550996, 38.576615291005197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43783", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470947791293, 38.576569882335797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471112931925006, 38.576557808124797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43785", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470971629850993, 38.576509576171802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43786", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471138534961, 38.5765017433067 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471187997198996, 38.576382551658902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471050256034999, 38.576338569384802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44027", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475532054151998, 38.566018042987103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475723805794999, 38.565571706986702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475750845760999, 38.565509261218097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43277", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475635093029993, 38.569564579713898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43278", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475491256146995, 38.569516248047101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43279", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475648189807004, 38.569541006695601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43285", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475771528129002, 38.569247206058897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43286", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475625190860001, 38.569204715462703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43287", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475795022865, 38.569190636992801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43288", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475650487295994, 38.569141278936797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43289", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475822060107006, 38.569128583984103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43291", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475852591635004, 38.569067920660501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43292", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475695714523994, 38.569029509437797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479165095113004, 38.5614041282697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479192537789004, 38.561340742088603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479024911278998, 38.561325863422503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479247421845997, 38.561213969701598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479077933162998, 38.561214210603197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479295139819001, 38.561118382949701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479317729433006, 38.561066071260598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479142289199999, 38.561066517912302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471233833602994, 38.576267576747902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471105162032003, 38.576212349516602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471130849090002, 38.576157474269202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43798", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471281406496004, 38.5761635610627 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471305072956, 38.576108921593203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471179480420005, 38.576042434670804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471328739373007, 38.576054283019602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471206528332004, 38.5759799899743 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471352405760001, 38.5759996435403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475774250468007, 38.565452442202201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475801290337998, 38.565389997322697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475822888885006, 38.565334580022203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475849928673995, 38.565272134230298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475875078282996, 38.565222376223502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476059731492995, 38.565152857514597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475925347276998, 38.565102590761398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476083211694998, 38.565098834264496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475952180901004, 38.5650408503165 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476106691862, 38.565044811009599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43293", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475879629933999, 38.5690058667426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43295", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475903104294005, 38.568952048904002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43296", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475742764559001, 38.568908121185601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43297", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475926558422003, 38.568900980508502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43301", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475971285631999, 38.568788465399699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43302", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475814190364005, 38.568745148860899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43303", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475995125145005, 38.568733345597202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43304", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475846751234997, 38.5686739272004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43305", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476018963474004, 38.568678225784502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43306", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475873995960001, 38.568610933681697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43307", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476042802913, 38.568623105972101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479193921621999, 38.560946948908402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479394394017007, 38.560889924002097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479426021029994, 38.560799145881603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479247315929001, 38.560826011237999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479273232918999, 38.560752474969298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480041387306002, 38.559371158031603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479896652394999, 38.559334479025402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480067813375001, 38.559309924730599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43557", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479921377867996, 38.559266361564902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479947792827005, 38.559206503911497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471260622865998, 38.575855100557099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47139791107, 38.575894589541498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471287670636002, 38.575792655841497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471416123232004, 38.575848389078701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471409037987996, 38.575491037264499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43819", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471586242610996, 38.575462331046701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43820", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471597201847999, 38.575438399172697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471433977483002, 38.5754435918452 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471609469580997, 38.575403593128399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475982640441998, 38.5649748929631 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476130170844996, 38.564990787744698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476153650941001, 38.564936764480301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476038157250997, 38.564844367286398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476177130994003, 38.564882742111799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44071", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476195645581996, 38.564474128292602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476357098055999, 38.564454861596602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476222888693997, 38.564411094148902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43309", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476066642315999, 38.568567986154697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43310", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475928484126001, 38.5684849457189 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43311", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476090480533998, 38.568512866327197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43312", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475955728713998, 38.568421951280001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43313", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476114319863001, 38.568457746499902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476239116661006, 38.568162179912598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476097871034995, 38.568124155268997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476265955764006, 38.568099969150097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476124709106998, 38.568061943633097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476292793680003, 38.568037757475203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476151548272, 38.567999732896901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476319632696004, 38.5679755457992 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480120663082005, 38.559187458100197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480147089015006, 38.559126224780996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479995236435002, 38.5591046408952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480173513761002, 38.5590649905497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480032073634007, 38.559016482409397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43570", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480253667422005, 38.558919925856003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43572", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480277144400006, 38.558865626985899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43574", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302452274998, 38.558800335473897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43824", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471453598723002, 38.575386248300099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471643675471, 38.575318100904497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43827", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471480438637997, 38.575324704390198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471510926137995, 38.5752561248988 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43832", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471697282890005, 38.575204888302402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43833", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471534120615999, 38.575201617462902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471709516904994, 38.575174313610503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471557304602996, 38.5751485216812 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44175", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477818981523001, 38.561077642548199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44177", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477839101724996, 38.561032719073502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477888480676, 38.5609217548582 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477902444251001, 38.560877407201303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477962442074997, 38.560760017906503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477985207450999, 38.560707638797901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478011617896996, 38.560648222997202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476178387396999, 38.567937521253697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476346470511999, 38.567913335012598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476203473143997, 38.567875301670099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476373309435004, 38.567851123324097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43329", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476230312170998, 38.5678130909155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476398295205996, 38.567802655447998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43334", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476446599884, 38.567694853622598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43335", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476300040891999, 38.567651526830097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476327487944005, 38.567588062953199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476494632284997, 38.567583791098698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476354936093998, 38.567524599075 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43340", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476518648427003, 38.567528260279701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43576", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480326029327998, 38.558732284844098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43580", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480376615962996, 38.558605825971597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471763959463999, 38.575043603049302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43841", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471618571541995, 38.575020086475298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43842", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471774920673994, 38.575005903649 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471791344230994, 38.574972121950402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471645618102002, 38.574957720050598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471804082798002, 38.574937250467002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471818698768004, 38.574904871323 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43847", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471672664614005, 38.574895353619603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43848", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471829628592999, 38.574871404191903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43849", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471844223656007, 38.574841845660103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43850", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471699709931002, 38.574832987176897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471858716352997, 38.574812626297899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43852", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471869696286007, 38.574785872881499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43342", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476542664530996, 38.567472729455602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476409829960005, 38.567397670387599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476566680597003, 38.567417198626501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476437276816995, 38.567334206484503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476590696632996, 38.567361666891401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476716284416995, 38.567050187222101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476576896376002, 38.567010579665201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476743252039, 38.566997563383502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43354", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476586187929996, 38.5669798803536 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476603934699, 38.566948330087897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43854", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471886068470994, 38.5747453756439 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43855", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471895273309997, 38.574715792515498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43857", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471913360174, 38.5746865895429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43861", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472036138457, 38.574424451394798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43862", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471887558706996, 38.574387494517097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472061901699007, 38.574373519522098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471913426458997, 38.574322456897299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43865", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472085930437999, 38.5743141158 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43867", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472111767813004, 38.5742533104156 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471959637099999, 38.574210695113798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476720615752996, 38.5632730838119 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476770487701003, 38.563158554736397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476798306608998, 38.563095098740803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476826125467994, 38.563031642738501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476768458517995, 38.566946307248301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476611452756003, 38.566920372294398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476630972981994, 38.5668860796033 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476641984102002, 38.566859513272298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476658011211001, 38.566823830013298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476815488065995, 38.566827276127 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476840763875003, 38.5667663932987 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476867801881994, 38.566704142758603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472167076079003, 38.574126072073298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472007652833994, 38.574097530739401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472187468721998, 38.574072294073702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472035255972003, 38.5740409649421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43877", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472245713781007, 38.573956333008802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472096776542998, 38.573925775644 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472269200274994, 38.573902242073999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43880", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472123618528002, 38.573863957725003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43881", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472298119724996, 38.5738425335784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43882", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472150460465002, 38.573802139799703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472323486698002, 38.573777165659401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478717396952007, 38.559015178490299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478583135299004, 38.558985424259603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478744025088005, 38.558953750902099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478615173145997, 38.55892119856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478641801341993, 38.558859770094401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478791818984007, 38.558840744045099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478670214744, 38.558799760469803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472356030371003, 38.573713241252399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472204143059997, 38.573678503024098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472230984858001, 38.573616685079898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473819507699005, 38.569940309875001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473991798498005, 38.569931085741203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473846987586995, 38.569872968359398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474006439316994, 38.569898953286298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479020851363003, 38.558324569963602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478923143567002, 38.558217468336998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477250719509001, 38.565446075619903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474019277072003, 38.569863744179301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473874383059993, 38.569816911097902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474033907470996, 38.569833021578603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474048510990002, 38.569802052008001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473898215727004, 38.569756606121103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474061313182006, 38.569775553514397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474072312312998, 38.569745978369902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473923803730997, 38.5697019514391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474086943813006, 38.569715255767697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474099750297, 38.569684278927099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473949370899007, 38.569650117367601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474114380624997, 38.569653556316098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43913", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473971334810997, 38.5695996786229 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477281376015995, 38.5623263337501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477138201642006, 38.562294970056399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477303140551996, 38.562275070968802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477158148802999, 38.562246520703297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477328581310999, 38.562212539240697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477185386471007, 38.5621839971231 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477304386978005, 38.565322593219499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477358053108006, 38.565199111689701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477384885535997, 38.565137370011897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477675315780999, 38.564864709926297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477516597074001, 38.564823815353002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474164187495006, 38.569536108230103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474013568374005, 38.569494187132896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474068059914003, 38.569368435179101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474239455025995, 38.569349914755001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474095305611996, 38.5693055591925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474254114082001, 38.569321660716803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474265081875998, 38.569296317829298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43929", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474277954342995, 38.569266643967303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478696842847, 38.5587383319914 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478837742755999, 38.558737603485604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478741043268002, 38.558625308969603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478788997219993, 38.558526173954498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478915983689006, 38.558566005968302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478815825894003, 38.558464432840402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478842655668998, 38.558402691725298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478962934243995, 38.558457959190903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478869484249998, 38.558340950598698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477697242437998, 38.564809864031801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477540264728006, 38.564770353017003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477719148922006, 38.564757769383199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477567507041002, 38.564707280720597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477589444946005, 38.564651060127296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477768317629, 38.564639850235601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477795559691003, 38.564576777885499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477640355817996, 38.564534525467799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477822801711994, 38.564513704627998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477861564432999, 38.564419696064 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477709694973996, 38.564371068713299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474285328180997, 38.5692412847553 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474155228211998, 38.5691741886504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474301793419997, 38.569211627207601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474442167377006, 38.568889596422302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474286405816002, 38.5688581703062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474465581733995, 38.568831759693502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474307950579998, 38.568810198956101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474489016850001, 38.568771099641097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43945", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474347395286003, 38.568721293721197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476384341016995, 38.564391827414902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476242830453998, 38.564363545822602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476407948821006, 38.564334420906398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476435191684004, 38.564271387613502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476293577798003, 38.564257212770599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476460555998003, 38.564219631361603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476484111941005, 38.564169276829801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47634806248, 38.564131145325803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476527845334999, 38.564063136276502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476397111034004, 38.5640099919855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476551503146993, 38.564008736261002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477885045785001, 38.564365295885104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477736531085, 38.564308896343597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477912099448005, 38.5643012839232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477763366003003, 38.564246723962498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477960864379995, 38.564185613316702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477810020716007, 38.564123721402403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477984345579998, 38.564131213117498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477835154873006, 38.5640546656822 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478007826750002, 38.564076812012701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43456", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478001161014006, 38.563720031939702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474544955976995, 38.568638537848102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474408765920998, 38.568583113434997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474589893887995, 38.568535550311701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474441226175998, 38.568516852049299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474639251311999, 38.568434356684399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474493978786995, 38.568396720813297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474663090335994, 38.568379271383598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474521223167997, 38.5683337663448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474575714081993, 38.568207857398903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477373917338994, 38.562108611010402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477239861664003, 38.562058949943399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477393843621996, 38.562062983134403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477267099187998, 38.561996426343903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477406583874, 38.562017322809602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477292541026998, 38.561933894628702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477430306071, 38.561968517483699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477343325175994, 38.561810182078702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477481254004005, 38.561853747022099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477512171046996, 38.561789333677801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44157", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477397397079002, 38.561685446517998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43458", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478016434009007, 38.563672900094197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43460", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478038734277007, 38.563623049496698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43464", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478079824212998, 38.563520592829803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43466", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478102149482993, 38.563463860376999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43468", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478124424434995, 38.563414002442101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470132506636006, 38.5787948134492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469980237029006, 38.578771907496701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43717", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470158507993006, 38.5787392596731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43718", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470008097443994, 38.578707897429702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470035958956004, 38.578643887361203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470205098025005, 38.578630947144099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470089778683999, 38.5785299665515 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470260820579995, 38.578502927806198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470288681786002, 38.5784389176766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474734609482994, 38.568214015462097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474758449508002, 38.568158930146801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474637432969999, 38.568076338010599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474906430586998, 38.567791080342801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474764970048994, 38.5677640503487 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474929814511995, 38.5677372785049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474792010238005, 38.567701801195298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474953188027001, 38.567684886520098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474820795387998, 38.567646613981402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478066381025997, 38.560509648858698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478480553012005, 38.562623056552603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478506100499004, 38.562552077334999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43728", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470145501374006, 38.578401946367997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470335596927995, 38.578328345330597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470193874963002, 38.578285252846797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470358730422006, 38.578275042345702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470220313015005, 38.578224335308903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470246752169004, 38.578163417770199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470404965878998, 38.578172669536599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470299628041005, 38.578041583564698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470445715387996, 38.578082967066599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47032606706, 38.577980666007598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470461597131006, 38.578038094824599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474999975310993, 38.567574462198998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474901935153994, 38.567457044940298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475037614048006, 38.567486567458502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474925277451007, 38.567408885236702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475054257240004, 38.567445571014701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474965710472006, 38.567307407748402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475107671013006, 38.567336082104902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474993158000999, 38.567244022563102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475020605482001, 38.567180637371202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476451183376, 38.563885649648903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476602470976005, 38.563891488797999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476508890602005, 38.563755679603901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476655279156006, 38.563768606411799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476535927176002, 38.563693508415 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476678345154994, 38.563373409449198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476702201566994, 38.563319731920899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478531616633006, 38.5624852240812 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478571970215, 38.562374847740301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478592091687005, 38.562327223250897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478650721809004, 38.562185031137098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43507", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478677555421001, 38.562122818904101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43509", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478704390133004, 38.562060606669903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470609639790993, 38.5777171874334 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470471829835006, 38.577673360023098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470636689125001, 38.577654704134801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470493445859006, 38.577616493326801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470663738417002, 38.577592219928803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470712297641001, 38.577486977454697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43758", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470574562503998, 38.577433274865697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475173909808007, 38.567192793786297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475201613562007, 38.567124652073801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475075501451002, 38.567053866072101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475227426973007, 38.567069197234296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475110209082999, 38.566980639044601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475392055829005, 38.566707417772299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475243513484003, 38.566667640086898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475410028428996, 38.566656452565297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475268703775001, 38.566612475205503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477455166794996, 38.561546621373097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477604948242998, 38.561591860396703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477482203145996, 38.561484253572203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44169", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477751236383995, 38.5612391813344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477778677958, 38.561175952234201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477800625946003, 38.561126805496997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474096354756, 38.576531972748498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474222321395004, 38.5762355126895 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474089841121, 38.576200177720402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474248960699001, 38.576173968137901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474116480532999, 38.576138632298303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474273737729007, 38.576126230387104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474139537954002, 38.576085360658602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474323463602005, 38.576007269251001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474194555449003, 38.575965042537803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43013", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472196530836001, 38.577501651066697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472220199958997, 38.577446771785901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472066246067001, 38.577367653882597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472243867904993, 38.577391891594097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472267535808001, 38.577337012298401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43020", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472120345354995, 38.577242215443803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43021", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472291204822, 38.577282133002903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43026", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472419580887006, 38.576972989501698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43027", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472272891043005, 38.576963716433298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472285378251001, 38.576933518509698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474350101585998, 38.575945724670603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474221193535001, 38.575903497086102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474376740677997, 38.5758841791883 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474246031576996, 38.575847470459998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474269660572006, 38.575802419378498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474424005036994, 38.575787269814903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474447668958007, 38.575732630603397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42261", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474471332850001, 38.575677990486298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474347286300002, 38.575613684290303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474374331277005, 38.5755512388534 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42265", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474518661673002, 38.575568710242401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474401375057994, 38.575488793404801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42507", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477289935018007, 38.569148460423698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42509", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477313597817002, 38.569093373790203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42510", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477155847733997, 38.569105543299898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42511", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477337260577997, 38.569038287151699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42512", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477182891522006, 38.569042587309099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42513", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477355562751001, 38.568994229416198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42515", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477373854777994, 38.568951553608898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42516", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477236977814002, 38.568916674402203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42520", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477291063907998, 38.568790762370703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43029", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472446892242999, 38.576909894371397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472294958920997, 38.576899222665801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472305664337995, 38.5768731418285 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472474204698997, 38.576846799239902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43036", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472527055588003, 38.576723350414497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472373358921999, 38.576714047347203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472380528965004, 38.576692076501303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472550802089003, 38.57666849124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472397115719005, 38.576657811679098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472404285750002, 38.576635840831599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472572765658001, 38.576617749148198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472412012228006, 38.576615287829902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474542325448994, 38.575514071011398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474428419939997, 38.575426347955101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474565989195995, 38.575459430874602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474455464775005, 38.5753639024989 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474720989473994, 38.575089050984197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474733502071999, 38.575062856505603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474590273480999, 38.575052361525799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474746649880998, 38.575029724393097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474752082500004, 38.575009023894197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474617724900995, 38.574988898062003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42521", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477443043107002, 38.568791811622901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477553520195002, 38.568536138304502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477421103927995, 38.568500688456297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477580558251006, 38.568473887599602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42529", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477448142078998, 38.568438438683202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477607596252994, 38.568411637789197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477475180184001, 38.568376188903699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477502218241, 38.5683139391178 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477661672116, 38.568287138149202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481415241229001, 38.559730862900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481214172829993, 38.559695207895302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472419182248998, 38.576593316981501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472618940201997, 38.5765245922776 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472642607151997, 38.576469919208101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472465567916004, 38.576488862074903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43051", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472478063983999, 38.576457288500599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472666272922993, 38.576415245227601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43053", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472489090031999, 38.576429112718898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472503348638, 38.576396172403498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43055", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472689938659002, 38.576360571242297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43057", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472713604351995, 38.576305898152903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474766949990993, 38.574981426588501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474779523584999, 38.574946942322597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474794401226006, 38.574917963082697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474808684330995, 38.574890394651902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474821852413001, 38.5748544995703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474832615866006, 38.574826915169197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474852803985996, 38.574793814983401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474918424007001, 38.574644549234897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477688709977002, 38.568224888319698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477556294219994, 38.568189438626 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477715746643, 38.568162638478697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477774762883996, 38.5680494835578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477633461086995, 38.567997893021001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477798778185999, 38.5679939524736 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477660907086005, 38.567934428828302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477822793456994, 38.567938420483401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42547", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477688353036001, 38.567870964629101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477846808684006, 38.567882889389097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477870825021, 38.567827358294899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481494510740006, 38.559547750301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481526272170996, 38.5594784469125 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481346258741993, 38.559394165020102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42812", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481420894219994, 38.559238944208097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472737271162003, 38.576251224163002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472547214447005, 38.576274560098902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472561441349001, 38.576245744842403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472762739998004, 38.576189681823699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472567181955, 38.576221671083701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472576143799003, 38.576194207508401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472592135518994, 38.5761640255188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43071", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472892226449005, 38.575874319466799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472747342004993, 38.575858178658102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472756274394001, 38.575834840145298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472918837429006, 38.5758169011985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474931168187993, 38.574614935978801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474941870549998, 38.574595641349902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474800068202001, 38.574565505419599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474954654241998, 38.574560501264102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474965387094002, 38.574537061741701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474826910976006, 38.574503294096303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474978141400001, 38.574506067450599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474985354625005, 38.574482611963802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475001628529, 38.574451632731297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475012391852005, 38.574424048313404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474880595228996, 38.574378872326399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475025115622998, 38.574397198007297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475035848426998, 38.574373758478401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474907437862996, 38.574316660984302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475048602680005, 38.574342763278501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475055826027997, 38.574317926757402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477743244796002, 38.56774403531 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477894840172993, 38.567771827190597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42553", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477770691746997, 38.567680571096197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477918855294007, 38.567716295180297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42559", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478047683268002, 38.567415290828201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477908067735001, 38.567386973001497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477917058551995, 38.567360762302201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478072710356003, 38.567359900286398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477931366194994, 38.5673274296636 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477938587829001, 38.567302592959898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473463500234999, 38.574580449150503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473489150256, 38.574523735389597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473511245946, 38.574473882009897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43134", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473432712599006, 38.574262261617598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43135", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473570468098004, 38.574336768952399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473436457816007, 38.574244148989401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473448861707993, 38.574224952326198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473597529551, 38.574272894945899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42323", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475037645574005, 38.573999157213201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475186524817005, 38.574010174561998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42325", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475192028373002, 38.573979803229498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42326", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475064963921994, 38.573926531815196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42327", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475213771878003, 38.573947219941402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475226284095001, 38.573921025409099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42329", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475090430365995, 38.573866332201703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475241018898004, 38.5738842644135 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42332", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475117658276005, 38.573806140569403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42566", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477956413558999, 38.567269276185499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42567", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477970734343003, 38.567236181438503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478126384727005, 38.5672353193454 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42569", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477985010455001, 38.567206994581497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477997571014001, 38.567173891892899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42571", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47815322241, 38.567173029768902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478006578912996, 38.5671432992985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42573", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478024408791995, 38.567111601445397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42575", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478051246524004, 38.5670493109915 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478203326734004, 38.567055340779802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43233", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475167077761995, 38.570658160072199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475024604816994, 38.570568780115302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43240", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475145339655995, 38.570289569170903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43241", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475325320495003, 38.570292091387003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43242", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475338316689005, 38.570266623359402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43243", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475167833482004, 38.570237516394997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43244", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475346552244005, 38.5702429553684 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43245", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475360551194001, 38.570215171171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42335", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475141284095002, 38.573756986612104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42337", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475304465858997, 38.573737671473602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42338", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475166658934995, 38.573709221655598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42339", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475319129452004, 38.573710582181498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42341", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475195635765999, 38.573650419911303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475385292141993, 38.573558726751997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475240149292006, 38.573541774361999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42347", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475396612476999, 38.5735310457247 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475407375507999, 38.573503461269503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475267397565005, 38.573478624240103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42350", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475420455025002, 38.573475789112898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43171", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473803432872998, 38.573432356642797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43172", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473817710559004, 38.573396665815601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473975676776007, 38.5733856567429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43174", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473830901465007, 38.573366575431898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43175", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473845158846004, 38.573333634048602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43176", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473997808278, 38.573330852101797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43180", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474051595636993, 38.573226922997002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473892521186997, 38.5732097686789 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473904996916005, 38.573180945302397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43183", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474075437726, 38.573171700889702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473917998792999, 38.573149400001199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473932245946997, 38.573117834231603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474099280933004, 38.573116477881698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475294645795998, 38.5734154732109 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475321893979, 38.573352322175097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42357", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475480650893005, 38.573339080408203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475349142113998, 38.573289171132899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42359", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475491980168002, 38.573310017435503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475502732969005, 38.573283814902098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42361", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475376390201006, 38.5732260200841 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475515822568994, 38.573254760803799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475526565194002, 38.573229940198999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473943494341995, 38.573086280959103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473959493782999, 38.573054723149198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473972475333994, 38.573025928190098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43191", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473986742717997, 38.572991612065501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474146966074002, 38.573006033647502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473996210639996, 38.572964175907799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474013991603996, 38.572928500975301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474170808015003, 38.5729508115203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474023449366001, 38.572902440439897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474039447582996, 38.572870882613699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474194651073006, 38.5728955884925 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474048886198005, 38.572847572429701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42369", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475503282413001, 38.572935761935703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475530323349005, 38.5728735900896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475584405066996, 38.572749248179903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475611444714005, 38.5726870763094 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43247", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475368798111006, 38.570189956388703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43248", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475382825487003, 38.570158303863401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43249", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475222230306997, 38.570124285052401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43250", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475395018610996, 38.570132333092701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43251", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475412993331005, 38.570099924582003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43252", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475249476428999, 38.570061252043899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43253", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475422230456999, 38.570073941313296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43254", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475435250483997, 38.570045377899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43255", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475276722502997, 38.569998219029003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43256", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475446491981998, 38.570014762287201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43257", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475460479481995, 38.569988523966401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475638485454994, 38.5726249053386 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475850357780004, 38.572471857336197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475719598758005, 38.572442066209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475862922355006, 38.5724414368635 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475879004329002, 38.572408350343103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475748269251, 38.572375783690802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475891577886003, 38.5723765479311 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475898800741007, 38.572351711356603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475776938549004, 38.572309500259401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475918443744007, 38.572315795018099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479010668632995, 38.565220511498801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42634", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478857159358995, 38.565169986399901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479036049363998, 38.5651711682683 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42636", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478884401239995, 38.565106834517501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479083464200997, 38.565048978531699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42640", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478938884851004, 38.564980531634397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42641", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479110705829001, 38.564985827496798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479127298069002, 38.564935062719798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478993369416997, 38.564854228730503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479154539621007, 38.564871910773697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472766883747994, 38.575808979548697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472777628334001, 38.575777397966 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472945476559005, 38.575755356040197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472825516705996, 38.575660003863 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473020099359999, 38.575576198209703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473039620527999, 38.575529748501197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472875273336001, 38.575539648888999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472885977182003, 38.575513568893001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475943530077004, 38.5722577979964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475834276973004, 38.572176935176799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475963213621995, 38.5722163557286 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475972185467, 38.572192908143101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475862946104002, 38.572110652624801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475982959180996, 38.572166623679202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476016995777996, 38.572087942910898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479210958514997, 38.564747940788898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479053620152001, 38.5647116842485 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479246927649001, 38.564670142560601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479080453790004, 38.564649550299698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479275808048001, 38.564599219611402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42654", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479107288522997, 38.564587417250699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42655", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479306366708002, 38.5645393582165 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479329846754993, 38.564484991076803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479160956713002, 38.564463149326897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479353326766002, 38.564430623932203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479187791312, 38.5644010153582 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43207", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474848996906999, 38.571392790463399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43208", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474692113303007, 38.571347625645799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43209", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474877461771996, 38.571327213528903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43210", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474713450015003, 38.571298519045598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43213", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474932598593995, 38.571201552387699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43214", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474770378724003, 38.571167364329902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43215", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474953945219994, 38.571151070118397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42414", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476141628988003, 38.571802134196503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42415", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476010909856001, 38.571760031907999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42416", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476169893157007, 38.571736556041103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42417", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476039174136005, 38.571694452883499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42418", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476198157281004, 38.5716709769777 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42419", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476067438355997, 38.571628874752903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42421", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476088602713006, 38.571571554541599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42422", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476252945336995, 38.571537049706599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42424", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476274089241002, 38.571482491521301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42425", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476143259023004, 38.5714555870182 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42426", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476300461015995, 38.571434865966602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479470509053996, 38.5641165287646 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479327478014994, 38.5640906891444 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479349731680003, 38.564042242587597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479506258171, 38.564014070103902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479370226339995, 38.563993788114601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479533901764, 38.563950449610203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479425514856999, 38.563866546289901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479589189955007, 38.563823207707202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479453158463997, 38.563802925815402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479616833400001, 38.563759587193601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473461507264005, 38.574187627997802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473475704083, 38.574162937704898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473490081658994, 38.574128370790802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473502546410998, 38.574100923077303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473648087892997, 38.5741533838302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473516943112003, 38.574063605806401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473529388692, 38.574038908443399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473671574650993, 38.574099121446302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473545526408003, 38.5740029738568 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473556229785999, 38.5739768928972 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473570535101999, 38.573951952636797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43153", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473720330839001, 38.573986477756698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42430", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476353749495999, 38.571330241664299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42431", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476217482107998, 38.571294152322203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42433", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476244097570998, 38.571235212610198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42434", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476414675138997, 38.5711905502123 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42435", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476272525146996, 38.571169373008701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42436", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476446871679997, 38.571124165456098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42438", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476470178880007, 38.571070175576502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42439", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476324027109001, 38.571047342504698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42440", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47649348489, 38.571016186587798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42441", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476354263236999, 38.5709746029831 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479662971766004, 38.563655297724203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479530241584001, 38.563616477680803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479557077257994, 38.563554108499197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479709933699993, 38.563546151597201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479583912885005, 38.563491739311402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479733414609996, 38.563491578976901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479637582850998, 38.563367000911597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479780376329003, 38.5633824328212 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42692", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479664418336995, 38.563304631705002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479803857137995, 38.5633278592856 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471472319750006, 38.579159085233499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471336336820002, 38.579121018540199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471496374493, 38.579108848381701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47135693768, 38.579063890293703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471524033695005, 38.579044876676797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471384596988997, 38.578999918622202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473087055080995, 38.575423062998397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472942456710996, 38.575388823797198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473134383683004, 38.575313922048402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43100", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473181712146001, 38.575204780177899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43101", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473025293622996, 38.575208606968701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43102", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473039511105, 38.5751811672827 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43103", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473205376327002, 38.575150208784898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473055821131993, 38.575149007407198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473066555336004, 38.575118800520997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473229040465, 38.575095638287898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42448", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476482284238998, 38.570662198526101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42449", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476629486533994, 38.570660770476998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42450", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476640218249997, 38.570637330797901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42451", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476507707766999, 38.570607525420399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42452", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476653090002003, 38.570614379169697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42453", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476662071556007, 38.570589549599198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42454", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476533122270993, 38.570554233344197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42455", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476671464416, 38.570561055234599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42456", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476689316009001, 38.5705265946278 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42457", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476553205203004, 38.570507826136698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42458", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476700478119994, 38.570496726282499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479822596098003, 38.5630105312148 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479844464509, 38.5629600648235 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479898940781993, 38.562834310113303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479926178846995, 38.562771432748498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479953416862998, 38.562708555377199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471577550852999, 38.5789238015781 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471438134734996, 38.5788760923393 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471605209909995, 38.578859829853698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471632868924004, 38.5787958572216 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471683611133997, 38.578692223401603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471536951117002, 38.578646390224399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471706744246006, 38.578638851681802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471563389883997, 38.578585394009998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471729877323, 38.578585479957397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43217", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474982408743998, 38.571085493152701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43218", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474825495364996, 38.571044453587902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43221", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475027233892007, 38.570981890522802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43223", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475050540720005, 38.570927935156597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43224", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474894924110004, 38.570877110609999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43225", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475073848654006, 38.5708739806918 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474921580796007, 38.570812697530698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43227", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475097155411007, 38.570820025316202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474946375010006, 38.570763402068202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474973011366998, 38.570701739325401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43231", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475143769962003, 38.570712115456899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42459", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476716560414005, 38.570463639649901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42460", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476580449720998, 38.570444871190901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42461", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476727743916001, 38.570431008346098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42462", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476743804771004, 38.5704006846656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42463", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476607693042993, 38.570381916233401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42464", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476754978114997, 38.570369435290097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42468", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476659356786996, 38.570258325059903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42471", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476686603413995, 38.570195213343098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42474", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476713848844, 38.570132101614597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480031546426005, 38.562523970170197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480085210306001, 38.562399859466296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480138875147006, 38.562275748742501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480165706353006, 38.562213692915599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471616264988, 38.578463401552298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471776143373006, 38.578478736494397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471642703618997, 38.578402405319601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471799276346999, 38.578425364755802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471669141058001, 38.578341409075598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471822409284997, 38.578371993012702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471944404257997, 38.5780835505685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471782261688006, 38.578031574123997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471971452567999, 38.578021066057502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471809310119994, 38.5779690896508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471998500829997, 38.577958581540102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473852487615005, 38.573695380456797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43159", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473697202354003, 38.573676249410603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43160", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473707915768998, 38.573648793713197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473878225383004, 38.573626839125801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43162", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473721095478993, 38.5736200780606 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43163", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473735364250004, 38.573585761972602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43165", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473748556388003, 38.573555669801898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43166", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473762813837993, 38.573522729329703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473931380948997, 38.573499391974501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43168", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473777766111994, 38.573491271288198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43169", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473790262221996, 38.573459697575899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473958830323994, 38.573436360185902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42477", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476741094233006, 38.570068988978697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42480", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476768339567002, 38.5700058772372 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42483", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476795584852994, 38.569942765489301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42486", "timelimit": 360.0, "pkgtype": "Time Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476822830090995, 38.569879653734901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480416545698006, 38.561908554653101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480312128093999, 38.561885845408803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480438658091998, 38.561851895577902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480339569931004, 38.5618223022 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480467819634001, 38.561793886163599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480495272498999, 38.561728961892399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480378496737998, 38.561711722440897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480544755948003, 38.561618429461099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480426241546994, 38.561598421003403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471836358497995, 38.577906606072098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42999", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472025549037994, 38.577896097917098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472052597206002, 38.577833613387 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43002", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471886840582997, 38.5777967475777 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43003", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472079645318999, 38.577771129751298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471913888827004, 38.577734263980702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472106693392007, 38.577708645208297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43009", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472149194775, 38.577611409623998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43010", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471985097921007, 38.577555811948599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472172862823001, 38.577556530347799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472012147729004, 38.577493093202001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473077559765002, 38.575093492143303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473093600666999, 38.5750564337581 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473386464143999, 38.574761589067499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43115", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473232689281005, 38.574759238092497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43116", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473243372577997, 38.574735907510302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473410393536994, 38.574700742286197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43118", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473254826984999, 38.5747038840709 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43119", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473270825946003, 38.574672326351902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473434303735999, 38.574642645853302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473284051839002, 38.574637560529503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS43122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473298279264995, 38.5746087451869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42493", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477096399131, 38.569594800843603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476967535488001, 38.569559289056102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42495", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477123436832002, 38.569532707898396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42496", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476994573287001, 38.569497196141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42498", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477014459762003, 38.569450269050698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42499", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477182891802002, 38.569394730122802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42500", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477036136853002, 38.5693992041166 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477236966861, 38.569270543284297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42504", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477083101424995, 38.569284657259999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480618078733002, 38.561452742941903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480485161550007, 38.561432061805498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480640666984002, 38.561400499460802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480538642574999, 38.561300222178097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480685843382005, 38.561296013386098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480708431533998, 38.561243769891703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480595682588998, 38.561162871492499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480738149199993, 38.561179124193103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS42757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480621496495004, 38.561103165042297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45384", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473669413886, 38.563795830238803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473689699709993, 38.563741046096901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473538092915007, 38.563732662956298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473550333402002, 38.563709701593403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45626", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465637632870994, 38.578829505734497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45898", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472054131324995, 38.5640611323443 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473718718064006, 38.563671408916697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473565336928004, 38.563669787089303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473574168262999, 38.563641394921802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473742503972005, 38.563609871334499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473597794474998, 38.563601518729399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473610114826997, 38.563567726229699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473767984426999, 38.563552402698797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473791709191005, 38.563498989124703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473650597656004, 38.563470344003399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45400", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473815453897004, 38.563442866636997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473748068597999, 38.563257405068299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473865466763996, 38.563338352911003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45900", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472077615214005, 38.564006972974198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45902", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472101099067004, 38.563952813599201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45904", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472124582885002, 38.5638986542195 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45906", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472152853533998, 38.563837085158497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45908", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472181165351998, 38.563769944225498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473759319012004, 38.563231601354403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473766376906994, 38.563209970455503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473775902775998, 38.563184158899404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473788212985994, 38.563151720384397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473930338787994, 38.563187454610599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473802942385007, 38.563121870334797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473961035760993, 38.563114029518303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473982940349998, 38.563063581497197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466112614202004, 38.577731398884502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466140479150994, 38.577667193358103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45662", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466168345189999, 38.577602988731101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466224131588007, 38.577467146398497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466272596215006, 38.577360994512603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45930", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472525280529993, 38.562976814732501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474144798097996, 38.562680554345498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474163438095999, 38.562631962623797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45428", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474013407621001, 38.562635909736102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45429", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474018780788001, 38.5626088549689 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45431", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474040714297999, 38.562572513325897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474049576398002, 38.562540059115101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474205804335, 38.562532003187997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474069778312, 38.562500929427699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474228000926004, 38.562480964558297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474246826173996, 38.562436492569603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45934", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472577471001998, 38.562849257503302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45936", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472605945238001, 38.562783631618402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45938", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472629605226999, 38.562729129699399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45940", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47265326518, 38.5626746277756 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45946", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472794025580995, 38.562381402447699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474269090446001, 38.562393390247998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474219108718998, 38.562145676687301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474235753642006, 38.562116797444297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474246279100001, 38.562092474169702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474383129423003, 38.562156411714497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474262994982993, 38.562054116899901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474273560327006, 38.562024377606797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474414062258006, 38.562074520038401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474290236268999, 38.561991437250001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474300771665, 38.561965759966398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472821499106004, 38.562317920594303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45954", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472901148481995, 38.562127461474802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472947378767003, 38.5620356831244 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45962", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473048625725994, 38.561876223947898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474443201861007, 38.562002097656098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474317477507, 38.561928757593599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45458", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474329757329002, 38.561900381032501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45459", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474468862484997, 38.561933721618203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474344718698006, 38.561866077930702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474610318388997, 38.561614637908498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45466", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474472793954007, 38.5615723920859 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45468", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474494538927004, 38.561526365753103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474518058214002, 38.561473578126098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474684404697001, 38.561445459465098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466842460544996, 38.576074853378699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466866131142993, 38.576020112117803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466889801703999, 38.575965370851897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473133679957996, 38.5617980420488 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45966", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473222737834007, 38.561723208028198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45970", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473365193163005, 38.561628214280901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45972", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473409779413004, 38.561593809153102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45977", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473768467257997, 38.5613640683368 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45979", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473804689237994, 38.561335954736997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474711442569003, 38.5613832094241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474572133063006, 38.561349079912098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474599170990004, 38.561286830798203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474758610251996, 38.561260033825903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45478", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474620855983005, 38.561248927564797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45482", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474811530620997, 38.5611498248076 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45483", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474677403084002, 38.561118356762499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45484", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474836716759, 38.5610915753306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474706186858995, 38.561051785833598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474861902854997, 38.561033325848101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474887088909995, 38.560975076360002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45489", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474763754256003, 38.560918643053299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45981", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473849239866993, 38.561305704220203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45983", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473885414814006, 38.561284116485098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45985", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473929980262994, 38.561251691237601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45989", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474035748904001, 38.561184738829702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45993", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474175799478004, 38.561097833137701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45995", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474232630125002, 38.561055161730103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45997", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474338996336996, 38.560981308182498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474792537870002, 38.560852072102698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474816604381999, 38.560800326535897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476042013539995, 38.558299886683102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476065368445006, 38.558241996221803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476119034278, 38.5581181224765 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476145867696999, 38.558056185597003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45999", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474486223941, 38.560881979802303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46001", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474631213248998, 38.560783182516303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46003", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474764674127996, 38.560708415532901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46009", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475131755066997, 38.560519594058498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46011", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475200007276001, 38.560480150540201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46013", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475295381894, 38.560439384002699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476172699922998, 38.557994248706102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476245842975999, 38.557841578474701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476269601545994, 38.557786798797999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45518", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476293360072006, 38.557732020017198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46015", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475401221902999, 38.560394690061699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46017", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475514544814999, 38.5603503371402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46021", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475721189018003, 38.560271156546598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45524", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476371699620003, 38.557544698571199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45770", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470145973266, 38.568461363430501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45802", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470629452541999, 38.5673539206675 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45804", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470653446320995, 38.567298762112401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44281", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467001478813003, 38.582592666798099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44283", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467031820970007, 38.582531168849599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44556", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470617404481004, 38.573920681168197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44560", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470806861978005, 38.573827301783602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44561", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470672716899003, 38.573793208412802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470822441392997, 38.573791467720497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44563", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470834559805994, 38.573758239447201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470700373034006, 38.573729472025001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44565", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470850097392997, 38.573727731296998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44811", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474848735134998, 38.564515345668099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44812", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474729389504006, 38.564437757555702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44813", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474872040742, 38.564461287633698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44818", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475004547764996, 38.564154171804397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44819", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474867212869, 38.564102626467204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44820", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475023366038997, 38.564111109563903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44821", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474894657516003, 38.564039633184898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44822", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475050809405005, 38.564048116239398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44823", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474923815276995, 38.563973985515098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44826", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475098787495995, 38.563939407188599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44571", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470912556155, 38.573592102835001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470776631155005, 38.573563476203503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470803472697, 38.573501854078401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470976714017993, 38.573453722655003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44577", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470830314184994, 38.573440232847901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44578", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470988111370005, 38.573429038789101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44579", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470995062398998, 38.573406438199697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470857155633993, 38.573378610710201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44581", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471008155847002, 38.573381759379899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471015136483004, 38.573355164343901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44583", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470883997030001, 38.573316989467202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44584", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471035043860994, 38.573326524779802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44827", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474973508977001, 38.563862620343798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44830", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475150332295996, 38.563806749512402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44834", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475195416532998, 38.563714379494201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44835", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475073131440993, 38.563660747687003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44836", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475218898796996, 38.563659944716697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44837", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475099969875004, 38.563598536289902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44839", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475126808254998, 38.563536325787403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44840", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475269335546002, 38.563540440476601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44586", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470910838386004, 38.573255367316897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44595", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472001549455996, 38.570718720143503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472030016676001, 38.570653143007597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44601", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472058483843, 38.570587565864599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44843", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475180591457999, 38.563397258452198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44844", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475321535361999, 38.563411624420702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44845", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475207428543996, 38.563335047925598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44846", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475345017429007, 38.563357189617399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44851", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475486725783, 38.563034987985098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475340699203002, 38.563006147875598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44853", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475514270209999, 38.562975460764903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475368233951002, 38.562947952172401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44855", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475541775457998, 38.562921257665899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44856", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475395817603001, 38.562883099050701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44857", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475562499600997, 38.5628670238357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467478412974003, 38.578068296467301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467333889539006, 38.578035492056102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467506276232996, 38.5780041698888 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467359968528996, 38.577979479798401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467562003755006, 38.577875915816001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467589868011999, 38.577811789222601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467436580278999, 38.577797898622102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467464403039003, 38.577739188065699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467485267886005, 38.577688568894402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44604", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472086950950995, 38.5705219896155 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44607", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472115418013004, 38.570456412458398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44617", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472363983462998, 38.570259408576703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44618", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472210976133994, 38.570233576897401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44859", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475586689424006, 38.562814284978103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44860", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475439036069005, 38.562789209678598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44861", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475610986731994, 38.562758781747597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44862", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475466782723998, 38.562725734751702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44863", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475630178071995, 38.562705918433501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44867", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475677710244, 38.562596439563798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44868", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475543523000994, 38.562553316452501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44869", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475701369844003, 38.562541662252201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475570563133004, 38.562490713972501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44871", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475725029407002, 38.562486884935701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475597603222994, 38.562428110585302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44873", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475748690081005, 38.5624321076196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475624643260005, 38.562365508092498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45178", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468426256127998, 38.575873743686401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45179", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468281646278996, 38.575854458015002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45181", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468309101276006, 38.575791310450697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45182", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468481165840004, 38.575747447581897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468508621774006, 38.575684299074702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45185", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468364011139002, 38.575665013500704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45187", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468391465997001, 38.575601865015898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468563531200999, 38.575558002029801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45189", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468411941927002, 38.5755495159734 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44619", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472373518737001, 38.570233452130402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44620", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472387271608994, 38.570208220310001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44621", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47223761379, 38.570172031896298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44622", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472396816715005, 38.570180932379699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44623", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472410608953993, 38.570150374628497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44624", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472264252542004, 38.570110487795098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44625", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472418459180005, 38.570123078971598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44626", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472435643419004, 38.570092536677102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44628", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472445178645998, 38.570066580224797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44629", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472458951150998, 38.570038685431797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44630", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472317527618998, 38.569987398662803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44631", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472468486362004, 38.570012728977602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44632", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472482258848004, 38.569984834181703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44633", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472344166240006, 38.569925853642197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44875", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475772349571997, 38.562377330293401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44876", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475651683248998, 38.562302905593398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44877", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475796009025999, 38.5623225529622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475678722043, 38.562240303082703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44879", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475819668444004, 38.562267775626303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475811305657004, 38.561918134503699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475838246071007, 38.561869041372603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475858394564, 38.561821248104202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472406261201002, 38.566710376644899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472240694207997, 38.566728908289399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472425929368001, 38.566659912411097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472449947605995, 38.566604485134299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472301745866005, 38.5665908907134 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472473965806003, 38.566549057852598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472329195192998, 38.566527545797399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472497983969006, 38.566493630565802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472522002095005, 38.566438203273997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472546020183003, 38.566382775977203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472411544042998, 38.566337509213199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472570039380997, 38.566327348680502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44642", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472493846470002, 38.5695881694542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44644", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472517805777002, 38.569538200432604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44645", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472684452943, 38.5695130417756 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44647", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472706746765994, 38.5694590705479 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44648", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472572696420002, 38.569412997834398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44650", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472598420498002, 38.569353717050099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472761645708005, 38.569332536372499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44893", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475910705383001, 38.561705746659399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44895", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475937743434997, 38.561643339581202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476013361715005, 38.561454335777597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44903", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476040400157999, 38.5613918502997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471346917865006, 38.568786288493598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45226", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471489016079005, 38.5688142426865 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45228", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471512857028998, 38.5687593985717 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471397881084997, 38.568671745047702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45230", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471541971079006, 38.568691038031503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471419903278004, 38.568615811568797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45232", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471569351523002, 38.568624024520503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471443609972994, 38.568565301975497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471596700690995, 38.568561072107698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471498082363993, 38.5684426520153 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468813104955998, 38.578442073765103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468658584804999, 38.578413153961201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468834114952998, 38.578387273053202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468683044518997, 38.578350381748699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468861957002005, 38.578325847849101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468710907664999, 38.5782862936233 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468912494031997, 38.578210961169702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468759680453005, 38.578180718701198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468940356911006, 38.5781468738898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44652", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472625870046002, 38.569290450441798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44653", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472782233584994, 38.569279888887301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44657", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472831421658995, 38.569177183540297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44658", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472692209225002, 38.569136519867101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472855262204007, 38.569122270683401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44660", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472719455174001, 38.569073762217798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472879102717997, 38.569067356920698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44663", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472902942041998, 38.569012444048703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472926782483, 38.568957530276101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44666", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472801193890007, 38.568885488335297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476125004539995, 38.561191097056899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44911", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476152042785003, 38.561128611552803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476283499971998, 38.560831933653297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476310941823002, 38.560768822914604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44922", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476336638985998, 38.560712361008399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476364080750997, 38.560649249355997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471804062687994, 38.568121522719402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471830904195997, 38.568059508473397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471670816984997, 38.568028106833701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471857744510004, 38.567997494215902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471694109024995, 38.567979616011499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471884585918005, 38.567935480858203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471907937908, 38.567878866871702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471745945999004, 38.567871825930602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471929513969002, 38.567829014124797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468787542315994, 38.578116630551797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44414", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468968218597993, 38.5780827856968 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468815405276999, 38.578052542400897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468874110301002, 38.577938251771997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469029816307994, 38.577924446246797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468900749018999, 38.5778774922073 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469053125214003, 38.577871281259497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469076432931999, 38.577818117162998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468947122613002, 38.577771918814101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468963484954998, 38.577724425563403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469123049416993, 38.577711788060398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472828439653995, 38.568822729759198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472974463247994, 38.568847703616797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44674", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47310358595, 38.568544392505103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472966064909997, 38.568503726044199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473125271187001, 38.568491634640502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472991230684002, 38.568439002111397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473152110832004, 38.568429580445098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473161749547003, 38.568400732524601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44926", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476389819199994, 38.5605874624191 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44928", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476417290173998, 38.560520357207402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476441183933005, 38.5604785312117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44936", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476501204027997, 38.560346190566896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476518188745004, 38.560306782846297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476540348674007, 38.560255416590699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472433759300003, 38.566282262910498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472594057395, 38.566271921373698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472455894437005, 38.5662378477329 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468983270538004, 38.577672953431602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469146358177994, 38.577658623955003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469004741223998, 38.577622820552499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469268178210001, 38.577351024987898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469140846873998, 38.577306409792698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469290085037002, 38.577297762535601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44439", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469167911666005, 38.5772438521279 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44440", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469317149695001, 38.577235204835901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469191493758004, 38.577193259528698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469218558468995, 38.577130700951002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473178951570006, 38.568367527149498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473041411159997, 38.5683295237423 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44685", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473193675877994, 38.568338702372102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473205792260998, 38.568305473847701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473218800929999, 38.568279302511101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473232631765001, 38.568243419633397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44690", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473095091565995, 38.568205416289899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473247367004006, 38.568213263372201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473320210276, 38.568051397206702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44944", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476571074096, 38.560156615366097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477373078933994, 38.558671315330997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477235438361006, 38.558647982087798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477394534577002, 38.558621649332999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44953", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477258599584005, 38.558596992291697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477285229111004, 38.558535368644499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477440866484002, 38.558518339991402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477329886045993, 38.558429387827601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467686238034005, 38.577571034080798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467530798794002, 38.577574075095299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45132", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467557037705006, 38.577513353635403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45133", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467732155861995, 38.577464771685598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467778073561007, 38.577358508370999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45138", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467635754175006, 38.577331188318702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467801032929003, 38.577305377160002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467661992906002, 38.577270466834797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469367866718002, 38.577112735029601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469240455359994, 38.577078769989399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44446", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469396606464997, 38.577052847142703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469267519984001, 38.577016211400199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469423590584995, 38.577000938562698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469475978101997, 38.576899320439097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469335177277003, 38.576863677930497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44454", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469499997228993, 38.5768445460116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44455", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469362627649005, 38.576801078745603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44456", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469524016318999, 38.576789771579001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44457", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469390077973003, 38.576738479554102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44698", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473167225927, 38.568032062347697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473333690252005, 38.568021526213201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473344061418999, 38.567994946467401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473194472779994, 38.567969068558298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44702", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473357530398999, 38.567966406948003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44704", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473221719584004, 38.567906074762298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473406936016005, 38.5678521825727 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473415571865999, 38.567830921033597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473276213042993, 38.567780088051897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44710", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473430777204001, 38.5677970623967 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473441137327995, 38.567771814118998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473303459703004, 38.5677170942365 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477506102489002, 38.558380500786598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477360013023002, 38.5583531358673 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477386642377994, 38.5582915112957 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44966", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477584934749004, 38.558200138388798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477445833085994, 38.558155369145197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4776089044, 38.558145081917701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44970", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477636352035006, 38.558078058300303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44971", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477504080054004, 38.558020220899103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477687798377005, 38.557951984641598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471767523319002, 38.567821973219097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471969417216002, 38.567736157739397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471824990513994, 38.567687260240199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472000493015003, 38.567659373632203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471854233165004, 38.5676147587833 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472031508629001, 38.567590713538799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471910903451004, 38.567481934912998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472084856392996, 38.5674614780214 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471938351147998, 38.567418903592298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45270", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471965799944002, 38.567355872270198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44460", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469572054387996, 38.576680222698698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469444978477, 38.576613281151403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44462", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469596073367001, 38.576625448251001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469472429811006, 38.576550681044502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44464", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469620092309, 38.576570673798201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469757684152, 38.576246986280097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44470", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469611656197998, 38.576218085001898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469785137711995, 38.576183876202599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44472", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469639109870997, 38.5761549758599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44474", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469666563508, 38.5760918649096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473454617201, 38.567741943111301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473463272676, 38.567718018604403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473582260271002, 38.567452615689803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473446614427004, 38.567395847564697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473605851694003, 38.567398339384802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473473655633995, 38.567333597818099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473632892756001, 38.567336090501797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473500696787994, 38.567271348966003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44726", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473527737894003, 38.567209100107497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44728", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473554778953002, 38.567146851242597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44976", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477711816593001, 38.557890270735697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44977", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477574254103004, 38.557850038303002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44978", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477735752282001, 38.557834967239899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45193", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468614088351003, 38.575448381322403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468473049861998, 38.575404876324001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468637756864993, 38.575393709065402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45196", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468500100197005, 38.575342392621103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468666690578004, 38.575326874524002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468527150477001, 38.5752799098126 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468554200716994, 38.575217426096998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468744695888006, 38.575149348434003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468608299899998, 38.575092459541999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44476", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469694017083, 38.5760287557545 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469867499238006, 38.5759945477378 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469900128930007, 38.575919480296903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44480", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469743759923006, 38.575913164184499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469944433823002, 38.575808991651797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469964855943999, 38.575758333078703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44486", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469820295847001, 38.575760126062299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44488", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469847544523006, 38.5756976825975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469874794297994, 38.5756352391316 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473710682702006, 38.567141340400703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44730", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473574939125996, 38.5670978845449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473732558349994, 38.567089718422103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473625494801993, 38.566980228384701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473778417003999, 38.566981406573703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44736", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473652943396004, 38.5669168435168 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473802434551004, 38.566925944783598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473680391941002, 38.566853458642498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473826452061004, 38.566870482988499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473704379834999, 38.566799376913004 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473850469534, 38.566815021188503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473731828289999, 38.566735992026302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473874486970004, 38.5667595593833 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473759277843001, 38.566672607138301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45145", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467955735269001, 38.576977277623499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45147", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467979426309, 38.576922798393603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45148", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467826242653004, 38.576899356558101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45149", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467997999765998, 38.576870957794803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45150", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467848306337999, 38.576842115828804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45151", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468023552258998, 38.576808317768098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45152", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467870308241004, 38.576792999108903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45153", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468043880815998, 38.576752421276701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45155", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468064168943002, 38.576701942596202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45156", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467921342672, 38.576677195326198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45157", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468084455899998, 38.576651463005803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467945049139004, 38.576630793625 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469929291412001, 38.5755103521698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470083871219003, 38.575511767970397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44496", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469956589353998, 38.575441252171601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44504", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470095569860007, 38.575117214766003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44505", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470245931036004, 38.575128247947298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470256334042006, 38.575097674936998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473898504367995, 38.566704097573101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473786726200004, 38.566609222238498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473922521728994, 38.5666486357579 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474059055126006, 38.566350740151499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473921665524003, 38.566301930388803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44754", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474079155569001, 38.5663097991943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473948705602993, 38.566239721069302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474097609132997, 38.566262194018002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473975745641994, 38.5661775108425 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44760", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474149983177995, 38.566139099068003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45275", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472249244815998, 38.5670755343737 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45276", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472104711881997, 38.567048128551697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472276286652999, 38.567013324544597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472128283412005, 38.566988610127801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472303328435999, 38.566951115610102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472155325322007, 38.566926400326999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472330370178994, 38.566888905768302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472357411874995, 38.566826695920199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472204165023001, 38.566811436041803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472384453516995, 38.566764486966598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470272573356993, 38.575066704309499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44510", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470292302624998, 38.575022435280403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44512", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470175494771993, 38.574932583026403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44519", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470370392434006, 38.574856432785502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44520", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470382510085003, 38.574823205455701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474012613545995, 38.566087627349397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474039653470996, 38.566025417107603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44764", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474200612079002, 38.566022651999702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474066692202001, 38.5659632068541 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474253073914994, 38.565891332206903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474276911876998, 38.565836316350399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45209", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471284241896001, 38.5692823509943 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45211", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471311693161994, 38.569219006322101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45213", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471339144385993, 38.569155660742403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45214", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471208521208993, 38.569106752554603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45215", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471366595560994, 38.569092315156198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45216", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471235972480997, 38.569043406999299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45218", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471263423704997, 38.568980061437401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45219", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471403993685996, 38.569000747515901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45222", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471431444743999, 38.568937401914098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470441570283, 38.574659133863399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44526", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470312646137003, 38.574615675708998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470455067885993, 38.574627219140602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470465480612006, 38.574595314629498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44529", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470339892780999, 38.574553388878101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470478928798002, 38.57457005461 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470491046350006, 38.574536827268702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44532", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470367139377004, 38.574491102040703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44535", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470389209784997, 38.574440773457098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44538", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470416377236006, 38.574389136660201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470545373537007, 38.574405197827801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474372266817994, 38.565616250188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468136330131998, 38.576542408912303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468002035151997, 38.576499275771198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45164", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468160000146995, 38.5764876331544 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45165", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468029087193997, 38.576436674165898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45166", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468183670125995, 38.576432857391502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45167", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468056138034001, 38.576374073449898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45170", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468245010603994, 38.5762962909725 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45171", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468110241868004, 38.576248872009202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45172", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468272241156001, 38.576226637902799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS45173", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468137293712999, 38.576186271279298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470552314925996, 38.574383927846299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44541", "timelimit": 240.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470435015825998, 38.5743441175754 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470562321396997, 38.574365311512999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470569241874003, 38.574346703587899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470567307466993, 38.574030870602598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44551", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470722197499995, 38.574018502347201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44552", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470732550755002, 38.573994585801501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44554", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470748088437006, 38.573964077665103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470760187159001, 38.573933512363197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474652200980003, 38.564959127008599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474679241936002, 38.564896642752601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474732203128994, 38.564785635753204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44802", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474596210117994, 38.564746660108298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474755510060007, 38.5647315777477 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474622845393995, 38.564684880327697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474649481778002, 38.564623099645303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474825428345994, 38.564569403692502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS44810", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474702753258995, 38.564499538256698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48114", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511723712095005, 38.5695541324164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48114", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511723712095005, 38.5695541324164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48114", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511723712095005, 38.5695541324164 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48118", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511879073030997, 38.5694197623232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48118", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511879073030997, 38.5694197623232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48118", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511879073030997, 38.5694197623232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48124", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512164442133994, 38.569156545271603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48124", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512164442133994, 38.569156545271603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48124", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512164442133994, 38.569156545271603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48126", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512263485605004, 38.569057754215898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48126", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512263485605004, 38.569057754215898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48126", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512263485605004, 38.569057754215898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48132", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512439375449006, 38.568801539068097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48132", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512439375449006, 38.568801539068097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48132", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512439375449006, 38.568801539068097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48137", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.512151803856, 38.5689740444395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48138", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512611307713001, 38.568555860084302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48138", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512611307713001, 38.568555860084302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48138", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512611307713001, 38.568555860084302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48140", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512658262753007, 38.568489016738802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48140", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512658262753007, 38.568489016738802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48140", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512658262753007, 38.568489016738802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48142", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512703787180001, 38.568410182738603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48142", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512703787180001, 38.568410182738603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48142", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512703787180001, 38.568410182738603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48144", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512749336251005, 38.5683349506049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48144", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512749336251005, 38.5683349506049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48144", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512749336251005, 38.5683349506049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48146", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512794905839996, 38.568256699638901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48146", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512794905839996, 38.568256699638901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48146", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512794905839996, 38.568256699638901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48154", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512953744659995, 38.567997931788199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48154", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512953744659995, 38.567997931788199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48154", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.512953744659995, 38.567997931788199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47930", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509305716857995, 38.575312014697701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47930", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509305716857995, 38.575312014697701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47930", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509305716857995, 38.575312014697701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47932", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509334378413996, 38.575244322164998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47932", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509334378413996, 38.575244322164998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47932", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509334378413996, 38.575244322164998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47934", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509359556516003, 38.575173012180002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47934", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509359556516003, 38.575173012180002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47934", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509359556516003, 38.575173012180002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47936", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509380411929001, 38.575119992771697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47936", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509380411929001, 38.575119992771697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47936", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509380411929001, 38.575119992771697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47938", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509420291526993, 38.575034580297199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47938", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509420291526993, 38.575034580297199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47938", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509420291526993, 38.575034580297199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47940", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509444926637002, 38.574978625560703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47940", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509444926637002, 38.574978625560703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47940", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509444926637002, 38.574978625560703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47942", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509465903719999, 38.574907894143898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47942", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509465903719999, 38.574907894143898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47942", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509465903719999, 38.574907894143898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47944", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509490619949005, 38.574840129900998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47944", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509490619949005, 38.574840129900998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47944", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509490619949005, 38.574840129900998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47946", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509511575500994, 38.574772350619902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47946", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509511575500994, 38.574772350619902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47946", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509511575500994, 38.574772350619902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47950", "timelimit": 480.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509556084036006, 38.574640391318198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47969", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509631933479, 38.573863838806403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47971", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509663167366, 38.573789757128203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47973", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509692090314999, 38.573719459325297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47975", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509719267188999, 38.573642891994801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47977", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509745717388, 38.573575035944003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47979", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.509760920364002, 38.5735014431012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47981", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509770762450998, 38.573416058253599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47981", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509770762450998, 38.573416058253599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47981", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509770762450998, 38.573416058253599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47983", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509800066156998, 38.573354443067103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47983", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509800066156998, 38.573354443067103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47983", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509800066156998, 38.573354443067103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47985", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509821933748995, 38.573285263998002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47985", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509821933748995, 38.573285263998002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47985", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509821933748995, 38.573285263998002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47987", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509841068651994, 38.573224470602199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47987", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509841068651994, 38.573224470602199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47987", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509841068651994, 38.573224470602199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47988", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510016407994996, 38.573152596202902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47988", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510016407994996, 38.573152596202902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47988", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510016407994996, 38.573152596202902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47989", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509865594396004, 38.573157402767798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47989", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509865594396004, 38.573157402767798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47989", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509865594396004, 38.573157402767798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47991", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509895497692, 38.573086158621301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47991", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509895497692, 38.573086158621301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47991", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509895497692, 38.573086158621301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47993", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509925399774005, 38.573014915362897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47993", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509925399774005, 38.573014915362897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47993", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509925399774005, 38.573014915362897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47995", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509949882116999, 38.5729541436869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47995", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509949882116999, 38.5729541436869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47995", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509949882116999, 38.5729541436869 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47996", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510176701288003, 38.572783828985699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47996", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510176701288003, 38.572783828985699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47996", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510176701288003, 38.572783828985699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47997", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509971677340005, 38.5728954615196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47997", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509971677340005, 38.5728954615196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47997", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509971677340005, 38.5728954615196 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47998", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510209277898994, 38.572712596972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47998", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510209277898994, 38.572712596972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47998", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510209277898994, 38.572712596972202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47999", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509990739925001, 38.572845163227697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47999", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509990739925001, 38.572845163227697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47999", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.509990739925001, 38.572845163227697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48001", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510009831315998, 38.572790666880898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48001", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510009831315998, 38.572790666880898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48001", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510009831315998, 38.572790666880898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48002", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510258140980994, 38.572605747575999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48002", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510258140980994, 38.572605747575999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48002", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510258140980994, 38.572605747575999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48003", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510028938242002, 38.572734071509998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48003", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510028938242002, 38.572734071509998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48003", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510028938242002, 38.572734071509998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48005", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510050688945995, 38.572681685499298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48005", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510050688945995, 38.572681685499298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48005", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510050688945995, 38.572681685499298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48006", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510290773920005, 38.572526118530298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48006", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510290773920005, 38.572526118530298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48006", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510290773920005, 38.572526118530298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48007", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510080489801993, 38.572625135381003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48007", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510080489801993, 38.572625135381003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48007", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510080489801993, 38.572625135381003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48010", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510317988335004, 38.572456962889497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48010", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510317988335004, 38.572456962889497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48010", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510317988335004, 38.572456962889497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48014", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510360346349003, 38.572352660693198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48014", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510360346349003, 38.572352660693198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48014", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510360346349003, 38.572352660693198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48015", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510223903466994, 38.572339719597203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48015", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510223903466994, 38.572339719597203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48015", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510223903466994, 38.572339719597203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48016", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510389358059996, 38.5722879720714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48016", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510389358059996, 38.5722879720714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48016", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510389358059996, 38.5722879720714 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48017", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510250200146004, 38.572276868160301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48017", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510250200146004, 38.572276868160301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48017", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510250200146004, 38.572276868160301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48018", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510413817251006, 38.572227637135697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48018", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510413817251006, 38.572227637135697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48018", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510413817251006, 38.572227637135697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48020", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510438552978997, 38.5721617817753 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48020", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510438552978997, 38.5721617817753 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48020", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510438552978997, 38.5721617817753 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48022", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510463820238002, 38.572106927692097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48022", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510463820238002, 38.572106927692097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48022", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510463820238002, 38.572106927692097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48024", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510471366030998, 38.572087620977101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48024", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510471366030998, 38.572087620977101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48024", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510471366030998, 38.572087620977101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48025", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510324383509001, 38.572067778709801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48025", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510324383509001, 38.572067778709801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48025", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510324383509001, 38.572067778709801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48026", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510493636442007, 38.572027653343198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48026", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510493636442007, 38.572027653343198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48026", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510493636442007, 38.572027653343198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48027", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510336808901997, 38.572024047742701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48027", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510336808901997, 38.572024047742701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48027", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510336808901997, 38.572024047742701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48028", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510520255386993, 38.571971135604201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48028", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510520255386993, 38.571971135604201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48028", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510520255386993, 38.571971135604201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48029", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510354133752003, 38.571972720425897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48029", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510354133752003, 38.571972720425897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48029", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510354133752003, 38.571972720425897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48030", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510551258169002, 38.571912921089599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48030", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510551258169002, 38.571912921089599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48030", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510551258169002, 38.571912921089599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48031", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510373859474996, 38.571925212248303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48031", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510373859474996, 38.571925212248303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48031", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510373859474996, 38.571925212248303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48032", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510575045029, 38.571832620332003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48032", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510575045029, 38.571832620332003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48032", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510575045029, 38.571832620332003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48033", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510396088300993, 38.571866292198699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48033", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510396088300993, 38.571866292198699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48033", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510396088300993, 38.571866292198699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48034", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510601969895006, 38.571766951669503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48034", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510601969895006, 38.571766951669503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48034", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510601969895006, 38.571766951669503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48035", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510425591301995, 38.571807403810404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48035", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510425591301995, 38.571807403810404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48035", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510425591301995, 38.571807403810404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48036", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.51063841461, 38.571694970129798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48036", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.51063841461, 38.571694970129798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48036", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.51063841461, 38.571694970129798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48037", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510452760956994, 38.571735179498901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48037", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510452760956994, 38.571735179498901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48037", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510452760956994, 38.571735179498901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48039", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510484858398996, 38.571651553564202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48039", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510484858398996, 38.571651553564202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48039", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510484858398996, 38.571651553564202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48040", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510683392195006, 38.571570836666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48040", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510683392195006, 38.571570836666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48040", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510683392195006, 38.571570836666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48041", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510516838217001, 38.571585060356199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48041", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510516838217001, 38.571585060356199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48041", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510516838217001, 38.571585060356199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48042", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510703069376007, 38.5715229957978 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48042", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510703069376007, 38.5715229957978 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48042", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510703069376007, 38.5715229957978 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48044", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510719268093993, 38.571474511398598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48044", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510719268093993, 38.571474511398598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48044", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510719268093993, 38.571474511398598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48048", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510776625339005, 38.571377646280702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48048", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510776625339005, 38.571377646280702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48048", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510776625339005, 38.571377646280702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48049", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510641234721007, 38.571271619671002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48049", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510641234721007, 38.571271619671002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48049", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510641234721007, 38.571271619671002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48050", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510787980779995, 38.571347642195398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48050", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510787980779995, 38.571347642195398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48050", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510787980779995, 38.571347642195398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48051", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510656777707993, 38.571235750452402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48051", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510656777707993, 38.571235750452402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48051", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510656777707993, 38.571235750452402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48052", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510805757499995, 38.571310842762998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48052", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510805757499995, 38.571310842762998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48052", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510805757499995, 38.571310842762998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48186", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480923603188998, 38.591549156225199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48054", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510818147932994, 38.571281352955502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48054", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510818147932994, 38.571281352955502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48054", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510818147932994, 38.571281352955502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48055", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510687863632995, 38.571164012008701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48055", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510687863632995, 38.571164012008701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48055", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510687863632995, 38.571164012008701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48056", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510835244009002, 38.571250594751 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48056", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510835244009002, 38.571250594751 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48056", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510835244009002, 38.571250594751 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48058", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510843599821996, 38.571217893315698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48058", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510843599821996, 38.571217893315698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48058", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510843599821996, 38.571217893315698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48059", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510718949502007, 38.571092272655797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48059", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510718949502007, 38.571092272655797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48059", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510718949502007, 38.571092272655797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48060", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510862582022995, 38.571179498978097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48060", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510862582022995, 38.571179498978097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48060", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510862582022995, 38.571179498978097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48062", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510873269174994, 38.5711460299188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48062", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510873269174994, 38.5711460299188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48062", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510873269174994, 38.5711460299188 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48064", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510885258230005, 38.571113647434302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48064", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510885258230005, 38.571113647434302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48064", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510885258230005, 38.571113647434302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48065", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510765578185001, 38.5709846640611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48065", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510765578185001, 38.5709846640611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48065", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510765578185001, 38.5709846640611 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48066", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510905521839007, 38.571079992710601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48066", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510905521839007, 38.571079992710601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48066", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510905521839007, 38.571079992710601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48067", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510781121045994, 38.570948794825597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48067", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510781121045994, 38.570948794825597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48067", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510781121045994, 38.570948794825597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48068", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510913295380007, 38.571040487949297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48068", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510913295380007, 38.571040487949297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48068", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510913295380007, 38.571040487949297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48070", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510931093547001, 38.571015270502599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48070", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510931093547001, 38.571015270502599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48070", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510931093547001, 38.571015270502599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48071", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510812206720999, 38.570877056348301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48071", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510812206720999, 38.570877056348301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48071", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510812206720999, 38.570877056348301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48072", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510942979871999, 38.570983302891101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48072", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510942979871999, 38.570983302891101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48072", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510942979871999, 38.570983302891101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48073", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510831702453999, 38.570832039900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48073", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510831702453999, 38.570832039900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48073", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510831702453999, 38.570832039900601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48074", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510964812382994, 38.570943248516897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48074", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510964812382994, 38.570943248516897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48074", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510964812382994, 38.570943248516897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48075", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510855152215996, 38.570777877148601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48075", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510855152215996, 38.570777877148601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48075", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.510855152215996, 38.570777877148601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48080", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511096138164007, 38.570561983872203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48080", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511096138164007, 38.570561983872203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48080", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511096138164007, 38.570561983872203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48082", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511121362790007, 38.5705034817422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48082", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511121362790007, 38.5705034817422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48082", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511121362790007, 38.5705034817422 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48084", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511146587368998, 38.570444980507503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48084", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511146587368998, 38.570444980507503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48084", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511146587368998, 38.570444980507503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48086", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511171811905996, 38.570386479267299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48086", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511171811905996, 38.570386479267299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48086", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511171811905996, 38.570386479267299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48088", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511197036401001, 38.570327978021602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48088", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511197036401001, 38.570327978021602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48088", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511197036401001, 38.570327978021602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48092", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511247485268996, 38.570210975513397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48092", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511247485268996, 38.570210975513397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48092", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511247485268996, 38.570210975513397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48094", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511272709639996, 38.570152474251003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48094", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511272709639996, 38.570152474251003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48094", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511272709639996, 38.570152474251003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48096", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511297933977005, 38.570093972082098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48096", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511297933977005, 38.570093972082098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48096", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511297933977005, 38.570093972082098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48194", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480527576392006, 38.591442776168002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48195", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480521436800998, 38.591349887772097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48196", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480428569878995, 38.591416180716799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48197", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480427930641994, 38.591324770142897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48199", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480334424549, 38.591299652438202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48200", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480230557067998, 38.591362990461299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48203", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480147412560001, 38.591249416802199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48204", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480032544558, 38.591309798966201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48205", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480053907812007, 38.591224298876 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48208", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479866896226, 38.591174061886001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48098", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511323158265995, 38.570035470808598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48098", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511323158265995, 38.570035470808598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48098", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511323158265995, 38.570035470808598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48100", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511348382513006, 38.569976969529499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48100", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511348382513006, 38.569976969529499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48100", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511348382513006, 38.569976969529499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48102", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511373606719005, 38.5699184682449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48102", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511373606719005, 38.5699184682449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48102", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511373606719005, 38.5699184682449 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48104", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511402257824003, 38.569875659705701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48104", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511402257824003, 38.569875659705701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48104", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511402257824003, 38.569875659705701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48106", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511444297270003, 38.5698234554702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48106", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511444297270003, 38.5698234554702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48106", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511444297270003, 38.5698234554702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48108", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511486337801003, 38.569771251224203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48108", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511486337801003, 38.569771251224203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48108", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511486337801003, 38.569771251224203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48110", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.511566531930001, 38.569692328838599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48112", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "5", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511647984457994, 38.569616798173499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48112", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "6", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511647984457994, 38.569616798173499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48112", "timelimit": 480.0, "pkgtype": "Pay-by-plate", "noparkdays": "0", "start_time": "00:00:00", "end_time": "05:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.511647984457994, 38.569616798173499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47138", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469237151182995, 38.563697107947497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47140", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469260813538, 38.5636426751838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47142", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469284475858004, 38.5635882424152 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47144", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469308139296004, 38.5635338087462 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47150", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469379127077005, 38.563370510401803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47152", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469402789216005, 38.563316077608903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47154", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469426451318995, 38.563261644811 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47156", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469450113386003, 38.563207212008301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47157", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469336649824996, 38.563128187606502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47158", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469473776564001, 38.563152779206 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47159", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469361890236001, 38.563070125132597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47160", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469497438559003, 38.563098346393502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47161", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469387129450993, 38.563012063548697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47167", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469670667729005, 38.562718206327197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47168", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469512192392003, 38.562711571108998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47169", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469703559481005, 38.562651089677999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47170", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469528168441997, 38.562679252542402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47171", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469734568039001, 38.5625883247383 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47173", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469761831900996, 38.562531354328698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47175", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469796531016001, 38.562470058527403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47176", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469576204524998, 38.562567765838999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47177", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469816317452995, 38.5624232258915 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47178", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469592192462997, 38.562533994169598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47180", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469610083972, 38.562492965478697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47183", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469874094909997, 38.5622841927864 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46407", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469910650448995, 38.565231647965298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46409", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469933581212004, 38.565172669387302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46411", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469960624053002, 38.565110499735702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47184", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469646661434993, 38.562398337895303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47185", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469894449658995, 38.562231586182499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47186", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469682573005997, 38.5623083811087 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47188", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469724004252996, 38.562222808144099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47189", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469935191450006, 38.562122013666801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47190", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469759958824994, 38.562127039838003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47191", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469963002933, 38.562062176358801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47193", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469990804730003, 38.562003791247498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47194", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469841002487001, 38.561951527865801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47195", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470005542414995, 38.561959877793697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46425", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470137388018003, 38.564716230158403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46427", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470164635985995, 38.564653276717301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46429", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470191883905002, 38.564590323269698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47246", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470633378583997, 38.560139879436498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46459", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470641279462995, 38.563541303587002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46461", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470666518818007, 38.563483259747201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46463", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470691756977004, 38.563425216797398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46465", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470716996248996, 38.563367172946499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46988", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466924266185998, 38.568684123856102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46990", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466950907498003, 38.568622777365299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46996", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467021379090994, 38.5684648483074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47304", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471876679939996, 38.557731783500302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46471", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470840635242993, 38.563082715774598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46473", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470867880222002, 38.563019997292898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46475", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470895125146001, 38.5629572797056 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46477", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470922370029996, 38.562894561210904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46479", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470949614865006, 38.562831842709798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46481", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470976859653007, 38.562769124202198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47002", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467154817045994, 38.568155539280603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47004", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467182272136995, 38.568092116310297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47008", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467237183313003, 38.567965271256099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46763", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462256444096994, 38.5797748504936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46765", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462284042739, 38.579714110396502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47016", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467343426209993, 38.567717088006297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471342375763996, 38.561927832186299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46507", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471390624191002, 38.561816968234403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46509", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471417868770004, 38.561754328002898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46511", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471445112154001, 38.561691687759598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46513", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471462749260994, 38.561652456719102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46518", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471535598821006, 38.561486906128899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462491088505999, 38.579230525572697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462512511865995, 38.579178660327997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46780", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462380134705995, 38.579143075501896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462539565301995, 38.579116649175504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46784", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462434241734996, 38.579019053252203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462593672034004, 38.578992626851203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462488348576002, 38.578895030977002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46789", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462647777430007, 38.578868604496101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47201", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470120407725005, 38.561338575986802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47203", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470131156201006, 38.561306644215897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47205", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470149415354996, 38.561260214441504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47207", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470167696066, 38.561210878466099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47210", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470292860963994, 38.561275995302999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47213", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470229876057999, 38.561071624802501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46522", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471591838986996, 38.56133861024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46524", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471609925446998, 38.561246113838003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46528", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471603572215002, 38.561117523097401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46530", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471580652162004, 38.561070062758802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462697329397997, 38.578749204212698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46794", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462570157837007, 38.578711618540801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46795", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462725327027002, 38.5786818631817 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46796", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462597822819006, 38.578647923732603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462749566449006, 38.578621770447398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46798", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462625488905999, 38.578584228022301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46801", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462801704829005, 38.578507414540198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46802", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462680818630005, 38.578456837471798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46804", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462708484562995, 38.578393142642298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47215", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470248550801003, 38.561029165370798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47216", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470338941717998, 38.561191910064203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47217", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470269695439995, 38.5609805812242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47219", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470290840057004, 38.560931996172997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47221", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470310068090996, 38.560892121237501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47224", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470441170699004, 38.560959507425103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47225", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470341069718998, 38.560819603887403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47226", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470459758689003, 38.560905371024297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47227", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470352863756005, 38.560784054370401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47228", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470485780589001, 38.5608469091855 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47104", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468763533466003, 38.564802155073203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47106", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468788617067005, 38.564754508184301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47108", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468809989397997, 38.564708297406703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47110", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468833243795004, 38.564657734915698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47112", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468854616067006, 38.564611524129901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47114", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468872108691002, 38.564561316271202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47118", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468914145512002, 38.564464063521903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47120", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468937989286005, 38.5644089109364 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47122", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468961831876996, 38.5643537583408 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47124", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.468985675577997, 38.5642986057454 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47126", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469009519241993, 38.564243453145103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47128", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469033362868998, 38.564188300539897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47134", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469189825214997, 38.563805973454997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47136", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.469213488790999, 38.563751540706299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47233", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470617348472999, 38.560524967933702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47234", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470481203378, 38.560491025431297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47235", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470642753942002, 38.560460631187901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47236", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470504737865994, 38.5604295864524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47237", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470662553449003, 38.560403534540399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47238", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470530089489003, 38.560372515227101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47239", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470687894158004, 38.560347916379598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47241", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470711394936998, 38.560290836650701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47242", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470586452432997, 38.560243867163898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS47243", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470738629348006, 38.560229414545297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS46904", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464712991686994, 38.573774874148498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49944", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490295359257004, 38.565891564185698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49945", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490244353394999, 38.566001190420799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49946", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490228508765, 38.565873713112097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49947", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490173047642998, 38.565982148528903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49949", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490101740775998, 38.565963107488798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49952", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490027960936999, 38.565820158773803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49953", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489959128310005, 38.565925024381102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49954", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489961110579003, 38.565802307545702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49955", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489887821555996, 38.565905983209298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49956", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489894261401005, 38.565784456284099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49957", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489816515989006, 38.5658869419985 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49958", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489827412257, 38.5657666049838 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49959", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489745209318002, 38.565867899837997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50218", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477695627374004, 38.562530825611603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477612513989996, 38.562627678092298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477542424335994, 38.562608945587598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477539572379996, 38.562491033151296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477468068079006, 38.562472305025999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477402245139004, 38.562571480450899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477380649221004, 38.562446668987498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477332155596002, 38.562552747818899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476975459448994, 38.5623413904503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476892629362993, 38.562433772543301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473062896619993, 38.5626438331416 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49433", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473085881567002, 38.562538362466597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.472991784008002, 38.562624873399699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49687", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500541637943996, 38.568633913616203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49688", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500447575210998, 38.568724816246203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500466877315006, 38.5686160343474 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500381081740002, 38.568593141661502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500295287374001, 38.568570248016101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49694", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500233640575999, 38.568667711094299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499876287435995, 38.568449676903199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49700", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499825203577004, 38.568558686244998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499809955588006, 38.568431970561697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49703", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499743624914004, 38.568414265088101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49961", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489673903826997, 38.565848858539397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49962", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489693712922005, 38.565730902262402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49963", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489602597225996, 38.565829817191798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49964", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489609481865003, 38.5657084165653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49965", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489531290669007, 38.565810774899397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49966", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489528143420998, 38.5656870831981 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49969", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489388678805, 38.5657726919897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49970", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489377046103002, 38.565649023210398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49971", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489317372363004, 38.565753649565501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49976", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488958441554004, 38.565541782569802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49977", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488908969877002, 38.5656445862002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50235", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476908703839001, 38.5623235491991 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476854724510005, 38.5624251472018 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476821397330994, 38.562418159651003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50238", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476841948262006, 38.562305707909402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476783518705005, 38.562406116399202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476747298167993, 38.5623979770129 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476712312938005, 38.5623870855527 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476678985792006, 38.562380097960897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50244", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476708437208003, 38.562270025214303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50245", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476641106062004, 38.562368054657298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50246", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476612140442995, 38.562359948032999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476641681730996, 38.5622521838091 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476569900371999, 38.562349023723201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476536573255999, 38.5623420360903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47657492514, 38.5622343423601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476498693571003, 38.562329992740104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499610963677995, 38.568378852225003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49708", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499542192660996, 38.5684831399617 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499544633108997, 38.568361145736503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49711", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499478302566004, 38.568343440110702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49712", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499400686857001, 38.568445366107703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499411972063001, 38.568325733546203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49714", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499329934011001, 38.5684264791158 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499345641592996, 38.568308026943598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49716", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499259181202007, 38.568407592080597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49719", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499212980745, 38.568272614525199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49720", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499117675692005, 38.568369818781299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49978", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488892116266996, 38.565524069976497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49980", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488825791012005, 38.5655063573452 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49981", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488767475333006, 38.565606799346199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49983", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48869672811, 38.565587906755198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49984", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488693140601995, 38.565470931968498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49985", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488625980931999, 38.565569013220099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49986", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488626815447006, 38.565453219223201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49987", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488555233791004, 38.565550119641699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49988", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488560490316999, 38.565435507340702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49989", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488484487834995, 38.5655312260252 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49990", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488494165228005, 38.565417794519398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49991", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488413740769005, 38.565512332360299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49992", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488427840170999, 38.565400081660002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49993", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488342993741, 38.565493438652197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476465391551002, 38.562319587194601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50254", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476427487956997, 38.562310961718403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476394169228996, 38.562302835347701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476441414359996, 38.562198658456097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476356282379996, 38.562291930652897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476324430684002, 38.562281531628102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476285075693994, 38.562272899538399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476254659866996, 38.562264786262404 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476293408417007, 38.562160630441703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476213870193007, 38.562253868385199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476180559883005, 38.562244602355399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476216545604998, 38.562135907045601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476142664730006, 38.562234837188299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476109362798994, 38.562224432441198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49476", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471133029751996, 38.562130581441103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49478", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471070489414004, 38.562114707420903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49480", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471001688944, 38.562095101163898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49482", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470929735547998, 38.562076715584602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499145051723005, 38.568257383761498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49722", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499046922996001, 38.5683509316165 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499069260200002, 38.5682359117571 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49724", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498976171484003, 38.568332044413303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49725", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498974520220997, 38.568210633382797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498547319137003, 38.5680940903896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49732", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498497788823002, 38.568204341913798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498480726805994, 38.568076313687001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49734", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498426758131004, 38.568185380191302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498414134509005, 38.568058536945998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498347542245, 38.568040760166703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49995", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48827224675, 38.565474544900901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49996", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488295190155995, 38.565364655827203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49997", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488201499796006, 38.565455651106298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50000", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488145181814005, 38.565321178342799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50001", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488060005994996, 38.5654178642882 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50002", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488071640328997, 38.565297736094102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50003", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487989259154006, 38.565398970363901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50008", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487603766720994, 38.565178492491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50009", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487583269232999, 38.565290544503299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50010", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487518903882005, 38.565151649335803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50011", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487512802091999, 38.565271724497499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476071458158003, 38.562215805942301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476039590948005, 38.562207686039699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475648503488003, 38.5619867661946 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50278", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475598987607995, 38.562089557709399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475572883726997, 38.561966570506897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475518906188, 38.562068170605301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475505954669003, 38.561948693423297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475447514346001, 38.562049101197601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475439024497007, 38.561930816295899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475376122540993, 38.562030031745898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50285", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475372095512, 38.561912938234002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49484", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470862508203993, 38.562057116435298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49486", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470801539893003, 38.562041249455902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49487", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470842232069003, 38.561919598061799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49488", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470727465945998, 38.562026144134201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49489", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470767598188004, 38.561900795622797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49491", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470674054623998, 38.561875859830302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49492", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470580459082001, 38.561979022406199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49493", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470580512265002, 38.561850924868303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49494", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470518244320999, 38.561965540558802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49495", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470486968825, 38.5618259898255 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49496", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470445459900006, 38.561946456283302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49498", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470377398086001, 38.561926468349697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49738", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498284694567005, 38.568147456605701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498280951162002, 38.568022983354098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49740", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498213662842005, 38.568128494747398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49742", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498142631153996, 38.568109532845597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498147766800003, 38.567987429603903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49744", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498071599504001, 38.568090570900203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498081174668997, 38.567969652671401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49746", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498000569038993, 38.568071608916199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49748", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497929537470995, 38.568052645982803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49749", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497943282950999, 38.567929112532603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49750", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497858505934005, 38.568033683906499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49751", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497876690926006, 38.5679113354824 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49752", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497787474435995, 38.568014721786703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49753", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497810107671, 38.567892316996598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50012", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487426782482999, 38.565124775776503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50013", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487442334982006, 38.565252905349602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50014", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487346223981007, 38.5651047884622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50016", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487261335596997, 38.565081365709901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50017", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48730140088, 38.565215266024403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50018", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487190903726002, 38.565065980783203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50019", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487230933888995, 38.565196445847 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50020", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487119043809003, 38.565047172383501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50021", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487160466934, 38.565177625626603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50023", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487089998862004, 38.565158806259198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50024", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486979678565007, 38.565009573849601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50026", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486894774031001, 38.564988429124398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50027", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486949065133004, 38.565121166504902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507423518503998, 38.569250063840798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507345470595993, 38.5693471203342 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506988084002998, 38.569135791811902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506938593431997, 38.569238592149297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506921314533997, 38.569117967872998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506867371658998, 38.569219579852003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506854543950993, 38.569100143890601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506796151071001, 38.569200567515701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506724930527994, 38.569181554234802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50402", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506721005185994, 38.569064494919203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506653708868996, 38.569162541806001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50404", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506654235849993, 38.569046670826097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49500", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470285784162002, 38.561902668997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49507", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491269680320002, 38.581490546024703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49508", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491197369760002, 38.581590697139397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49510", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491126978264006, 38.581571916683203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49512", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491056586804007, 38.581553136184098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49513", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491048825933007, 38.581435057596103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49515", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490982833507005, 38.5814174513391 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497738780811005, 38.567873277889497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49756", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497645411551005, 38.567976797416399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497642190690001, 38.567849163359597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49758", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497574381313001, 38.567957835170901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497178356703003, 38.567850466525101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497148815718006, 38.567844226516101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49768", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497118825173999, 38.567836647616197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49770", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497087719340996, 38.5678279179226 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50031", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486808131551001, 38.565083526579002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50033", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486737664819998, 38.565064706101197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50035", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486667198118994, 38.5650458864814 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484868439661994, 38.564450321050202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50043", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484778449466006, 38.564541561571801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484795714260997, 38.564429340693103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50045", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484682535534006, 38.564515919383801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50426", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505652677710998, 38.568779348858001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505603225550004, 38.568882159607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505585908791005, 38.568761541265197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505532004358002, 38.568863165406199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505519139903996, 38.568743733633902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50432", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505452371049998, 38.568725925964102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50434", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505385602228998, 38.5687081182556 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50435", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505318343316006, 38.568806180749 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50436", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505318832295004, 38.568690310503897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50437", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505247123423004, 38.568787186377797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50438", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505252063540993, 38.568672502718499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49521", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490784859879994, 38.581364630555797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49522", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704632356994, 38.581459233056997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49524", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490634241120006, 38.581440452301202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49526", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490563851066995, 38.581421671507499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49528", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490493459904002, 38.581402890666098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49529", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490520894349004, 38.581294202913703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49530", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490423068778, 38.581384109781801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49775", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496959195364994, 38.567796514559603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49776", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496932358530998, 38.567790190751801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49778", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496907568832995, 38.5677827298951 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496883885678002, 38.567777661218102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496851199828996, 38.5677689254941 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49782", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496822781803999, 38.567762594787901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49784", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496793249641996, 38.5677551132909 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49785", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496760096751004, 38.5677475205501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49787", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496732162179001, 38.567737563112502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49788", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496695855639999, 38.567728715206499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484699801614994, 38.564403699425398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50047", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484586622818995, 38.564490277121401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484603887896995, 38.5643780571721 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50049", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484490710173006, 38.564464634779497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484532604750001, 38.564358221805001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50051", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484394797589005, 38.564438993259003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484436692299994, 38.564332579418299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50053", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484298885079994, 38.564413350758201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50055", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484248590256996, 38.5643949069187 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484276552408005, 38.5642901409554 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50057", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484200900318996, 38.564382156623701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50059", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484153210391, 38.564369407210002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484167023165, 38.564260877326802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50061", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484105521627995, 38.564356657781701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484119505999004, 38.564247416058997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473850804297001, 38.561627886794 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473935787189006, 38.5615265392018 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473770436904005, 38.561604498083099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473812378724006, 38.561491289158603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473690028695998, 38.561586805507297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50331", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471455646489005, 38.560989538186099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50333", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471390234528002, 38.560968636822601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50335", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471313223248998, 38.560946541902098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49531", "timelimit": 60.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490388911203993, 38.581258988864398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49532", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490352677689003, 38.581365328854702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49534", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490282287778996, 38.581346548790698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49790", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496663168694994, 38.567719978523598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49791", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496628443383997, 38.567711137472202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49793", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496595766362006, 38.567701159377997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49794", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496564194727, 38.567693573457703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49796", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496531507815007, 38.567684836737598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49797", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496496773776002, 38.567677237043803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49799", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496457780715005, 38.567665990001402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49800", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496426209109998, 38.567658404043499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49803", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496391950925997, 38.567648419913603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49804", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496355644475003, 38.567639571900898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50063", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484057831740998, 38.564343907427698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484070538523994, 38.564233948306999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50065", "timelimit": 600.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484010143012, 38.564331157960098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484028843757997, 38.5642182354865 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483642443490993, 38.564121955992903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483575684300007, 38.564104152820299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483521790957994, 38.564205779501897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483508925142004, 38.564086349609099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483450581338005, 38.564186788835997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483442166017994, 38.564068546359401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483379370601, 38.564167799022002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50441", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505104682609002, 38.568749196598198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50442", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505118526133003, 38.568636887032099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50443", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505033462835996, 38.568730201194697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50444", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505051757472998, 38.568619080032001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50445", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504962241952995, 38.568711205742503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50447", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504891022250007, 38.568692211152197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50448", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504907553172004, 38.5685806221096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50449", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504819802590006, 38.568673215617203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50450", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504815881257002, 38.5685585129836 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50451", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504748581814994, 38.568654220934299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50452", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504731342667995, 38.568535036115499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50453", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504677362232002, 38.568635225311702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49806", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496326111265006, 38.567632090279801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49807", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496300873284994, 38.567623290411703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49808", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496277190225996, 38.567618221610502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49809", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496231432767004, 38.567604366688798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49814", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495889301534007, 38.567388267428399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49815", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495836031699, 38.567494245709497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49816", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495825567821001, 38.567369348494303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49817", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495752472716006, 38.567473844895297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49820", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495667646949002, 38.567327958936197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49821", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495585377896006, 38.567429626986502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49822", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495583611376006, 38.567306672142998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483375406926996, 38.564050743071299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483308161056001, 38.564148808268499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483308647868995, 38.5640329397446 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50083", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483236951543006, 38.564129818372002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483241888850998, 38.564015135478499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483165742073993, 38.564110827530897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50086", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483175129860001, 38.563997332074798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50087", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483094531489002, 38.564091837541703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483108369755001, 38.563979528627499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483023322096003, 38.564072846612902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483041610830995, 38.563961725146797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48297485194, 38.563943921627498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482880902269002, 38.564034865519602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482813827035997, 38.5638990762886 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50473", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501133405198999, 38.567689335313503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50474", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501147225053998, 38.567577008975498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50475", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501062001014006, 38.567670263689699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50476", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501080283299999, 38.567559129560898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50477", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500990596867993, 38.567651192021899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50478", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500999114219994, 38.567538391492398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50479", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500919192759, 38.567632120310101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50480", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500921508057999, 38.567517669629602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50481", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500847788689001, 38.5676130485542 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50482", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500842168839, 38.567489949286603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50483", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500776384657001, 38.567593976754203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50484", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500755668246995, 38.567467789864601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50485", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500704980663997, 38.567574904910202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49571", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507859446770993, 38.570585037500997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49572", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507784733809004, 38.570682776034502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49573", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507780931515995, 38.570562420910903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49574", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507714442804996, 38.570664006060099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49577", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507636485090998, 38.570527173472598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49578", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507573859762005, 38.5706264659784 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49579", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507570587020993, 38.570509577043303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49581", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507504688989002, 38.570491979675701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49582", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507433276865996, 38.5705889257259 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49583", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507438790983997, 38.570474383171401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49584", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507362984899999, 38.570570155533197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49823", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495500383630002, 38.5674069413678 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49824", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495503937375005, 38.567284264664103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49825", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495415390565995, 38.567384255691699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49826", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495440186596994, 38.567267623809897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49827", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495330404469001, 38.567360430349297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49828", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495376427788997, 38.567252122519498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49829", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495238153822996, 38.5673377128998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49830", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495318492424005, 38.567234367316203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49831", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495153159783001, 38.567315026125101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49832", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495238802461998, 38.567214238852799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49833", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495060910399999, 38.5672923085394 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49834", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495160580201997, 38.567191838368203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49836", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495098274198, 38.567176344161197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49839", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494782789452998, 38.567212754808203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482738483741997, 38.563996884256198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50098", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482716617978994, 38.563877717650897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50099", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482667273383996, 38.563977894004204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50104", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482301692391005, 38.5637760746677 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50105", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482256698252002, 38.563853814540998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482235021185005, 38.563758253995204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482185582382996, 38.563834806396002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482168350012003, 38.563740433284401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482114466558997, 38.563815797306503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482043350772997, 38.5637967881732 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482035007773007, 38.5637047908466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481972235024003, 38.563777778996297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50337", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471218830058007, 38.560919811678701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.471136004816998, 38.560898829713601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50343", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470976175836995, 38.560854614743597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470923773793999, 38.560840608593402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470871371764005, 38.560826603320301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470818969762007, 38.560812597122698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470766568919998, 38.560798591807398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50352", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470895647519995, 38.560708648917497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49586", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507292694111996, 38.570551386203597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49587", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507286472843006, 38.5704341360616 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49588", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507222402219995, 38.570532615925501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49589", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507204762243006, 38.570416471215999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49590", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507152111512994, 38.570513845609597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49591", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507121504710994, 38.570393834889103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49594", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507011529061003, 38.570476304845002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49595", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506989726266994, 38.570356157710002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49596", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506941238463995, 38.570457534401001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49597", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506917503444001, 38.570338533069197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49598", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506870946757005, 38.5704387639095 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49840", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49488386761, 38.5671187540527 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49841", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494697795701001, 38.567190068600098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49842", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494737515669001, 38.567084660516301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49844", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494657834110001, 38.567063392054003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49849", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494249766612995, 38.567070482741002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49853", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494108080781004, 38.5670326655694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49855", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494037237927003, 38.567013756017602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49857", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493966393956995, 38.566994847318298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481968336700007, 38.563686970020498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50115", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481901118159996, 38.563758770671299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50116", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481901665660999, 38.563669149156098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481830002487001, 38.563739761407 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481758886852006, 38.563720752098902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481768323682005, 38.563633507311899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481687771249, 38.563701743648103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481616655690004, 38.563682734252602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481621954093001, 38.563593249329301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481545540168, 38.563663724813502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50126", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481549478532997, 38.563575402264902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50127", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481474424685004, 38.563644715330597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50128", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481471214878994, 38.563555249954803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50129", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481403308086001, 38.563625706699803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50130", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481394409859007, 38.563533965392899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50458", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501682755692002, 38.567720044680797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50459", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501633234406, 38.567822836342202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50460", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501615814817001, 38.567702165580897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50461", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501561829953999, 38.567803765026802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50462", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501548872827996, 38.567684286437299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50463", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501490425539998, 38.567784693667399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50464", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501481930878995, 38.567666406354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50465", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501419021165006, 38.567765622263899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50466", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501414990105005, 38.567648527137898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50467", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501347616827999, 38.567746550816302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50468", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501348048216997, 38.567630647878197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50469", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501276212535004, 38.567727478423897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50470", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501281107515993, 38.567612767683698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50471", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501204808273997, 38.567708406888201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50472", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501214165693995, 38.567594888346498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49603", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506513844094997, 38.570227439657998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49604", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506464384151002, 38.5703302489366 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49605", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506447160696993, 38.5702096500507 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49606", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506393255255006, 38.570311273684702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49607", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506380477331007, 38.570191860404996 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506322126396, 38.570292298389099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49609", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506313793998999, 38.570174070720803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49610", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506250997582001, 38.5702733221489 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506247110700997, 38.570156280998198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506179868800004, 38.5702543467659 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49613", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506180427434998, 38.570138491237202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506108740062004, 38.570235370438297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506037611354998, 38.5702163949679 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49617", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506047062152007, 38.570102911604899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505966482686006, 38.570197419453798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49859", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493895551172002, 38.566975938580697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49861", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493824708424995, 38.566957029799703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49865", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493683023049996, 38.566919211206702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49867", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493612180414999, 38.5669003022957 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49869", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493541337818002, 38.566881393341198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49873", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493399652742994, 38.566843574401403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49875", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493328809111006, 38.566824665311898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50131", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481332192679005, 38.5636066971296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50136", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480979477396005, 38.563419284339098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50137", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480935920077002, 38.563500452656903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50139", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480864153111995, 38.5634812939306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50140", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480853613372005, 38.563384539830601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50141", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480792386185001, 38.563462135159902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50142", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480790677263002, 38.563367736873502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50143", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480720619302005, 38.563442975443699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50144", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480710352030997, 38.563347437862603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50145", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480648852452006, 38.563423816583999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50146", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480643071063994, 38.563329475696499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50147", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480577085641002, 38.563404657679698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475304730774994, 38.562010962250099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475305165408002, 38.561895061029198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475227551231995, 38.561989588999403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475238236484003, 38.561877183790799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475147443753002, 38.561971618624099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475171306446001, 38.561859306508602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475065937473005, 38.561946805837302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475104377595997, 38.561841428291899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474981492561, 38.561926538205398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475030225181996, 38.561818960532399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474886941465002, 38.561899388649501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474938668706002, 38.561795274138099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474851447489996, 38.5617738866124 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474741255648993, 38.561861234936003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474783075765998, 38.561754862026902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474690147165006, 38.561846815649098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49619", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505980378985996, 38.570085121728603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505895354060996, 38.570178442995001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49621", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505913695854005, 38.570067331813902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505824225468004, 38.570159467393403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49624", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505753095770999, 38.570140490842398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49625", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505772457776999, 38.570026752521898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49627", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505689962133999, 38.570008894964303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49628", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505610838774004, 38.570102539420702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49629", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505607509545996, 38.569984830358898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49630", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505539710337999, 38.570083562743498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49635", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505180163765999, 38.569871686077903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49881", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492921203733999, 38.566715883610101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49884", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492837652624999, 38.566577583076601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49886", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492771150096004, 38.566559837703998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49887", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492708397567, 38.5666590991679 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49889", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492637461493004, 38.566640170329698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49890", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492638146283994, 38.566524346849299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50148", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480575790125002, 38.563311514392197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50149", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480505318873995, 38.563385497830097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50150", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480508508078998, 38.563293552142703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50151", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480433553287, 38.563366338841902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50154", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480368141707004, 38.563257602378101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50155", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48029001994, 38.563328019821 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50158", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480188660690004, 38.5632123597034 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50159", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480146486741006, 38.563289701522898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50160", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480105406833999, 38.563195466925201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50161", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480074720206005, 38.563270541406197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50162", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480030910419003, 38.563171774716601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50163", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480002953701998, 38.563251382145999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50354", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470811727701999, 38.560690802245098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470661765019003, 38.560770579293496 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50356", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470735071093003, 38.560671848188797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50357", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.470609363091995, 38.560756573901799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508308616082005, 38.569487817407399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50363", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508259249714996, 38.569590653063401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508242718570003, 38.569470255593501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50365", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508188959408002, 38.569571920312498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508176821090004, 38.5694526937421 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508118667990999, 38.569553187514003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508110923648999, 38.5694351309524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50370", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508045025087, 38.569417569020999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49636", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505130741079995, 38.569974506665297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49637", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505113482062001, 38.569853912823604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49638", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505059612769003, 38.569955548611198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49639", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505046799243004, 38.569836139525997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49640", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504988484495001, 38.5699365905134 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49641", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504980116457006, 38.569818366189999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49642", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504917356259, 38.569917632371897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49644", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504846228066995, 38.569898673285799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49645", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504846750984996, 38.569782819402697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49647", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504770589380001, 38.569763763964197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49648", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504703971783997, 38.569860756784301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49649", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504694419195999, 38.569745949873301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49650", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504632843699, 38.569841798467998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49651", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504611941269005, 38.5697256258685 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49652", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504561715652002, 38.569822840108003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49893", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492495590591005, 38.566602314329401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49894", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492492113628998, 38.566484241080602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49895", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49242465463, 38.566583385360701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49897", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492353719847003, 38.566564457254401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49898", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492356263801994, 38.566440761784001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49900", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492249223160997, 38.566409165407102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49901", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492211849252996, 38.566526600005403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49902", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492173958498995, 38.566399356892099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49904", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492113269333004, 38.566380497911297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49905", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492069978809994, 38.5664887425826 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49906", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492039511871994, 38.566362720283401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49907", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491999043074003, 38.566469813353102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50405", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506582488396006, 38.569143529338199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50406", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506587466547998, 38.5690288466946 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50407", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506511267959993, 38.569124516826697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50408", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506520697286007, 38.569011021623702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50409", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506440047563004, 38.569105504271299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50410", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506453928049993, 38.568993197415097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50411", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506368826054995, 38.5690864916672 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50412", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506378283359993, 38.568971140748602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50413", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506297605740002, 38.569067478123401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50415", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506226385456003, 38.569048465436502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50416", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506218079945995, 38.568928386531297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50417", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506155164063003, 38.569029452700903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506083943855003, 38.569010439926402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506063198909999, 38.5688884520846 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506012723685004, 38.568991427108102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49654", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504490587643005, 38.569803881704203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49655", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504443857538007, 38.569679998552601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49656", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504419459678005, 38.5697849223559 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49657", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504394551592995, 38.569664782137302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49659", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504327886379997, 38.569644525629997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49660", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504277203849, 38.569747005329802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49661", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504258050071996, 38.569625496938201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49662", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.504206074842998, 38.569728046746299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501210187983006, 38.568812365712397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49668", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501182791250997, 38.568921467801502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501143333171001, 38.568794520948302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49912", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491636873198004, 38.566251784673 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49913", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491588739071005, 38.566360272758402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49914", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491569586864003, 38.566233811742599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49915", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491516966503994, 38.5663411017198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49917", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491445193974997, 38.566321930636803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49918", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491424862958993, 38.566196682429101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49920", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491357576731005, 38.5661787093754 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49921", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491301649025999, 38.566283589237997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49922", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491294626526994, 38.566163035508502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49923", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491229876613005, 38.566264418021497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49925", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491158104231999, 38.5662452476613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49926", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491157160474998, 38.566125937755999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478292780112, 38.562693462317903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474714694534001, 38.561736977894299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474641934313993, 38.5618335482175 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474359159957999, 38.561638528095301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50310", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474255662953993, 38.5617356720944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474300897706996, 38.561624098668901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474186855422005, 38.561718046973198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474248440018002, 38.561609694679099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474113705505005, 38.561699261544398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474033306907998, 38.561679305295499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474102957873995, 38.561571587929699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473942766361006, 38.561657023623802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49670", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501135136296995, 38.5689112255493 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501076478398005, 38.568776675244699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501009622506004, 38.568758830398401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49675", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500942767794001, 38.568740985518502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49676", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500941703373002, 38.568861657773802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500875913122002, 38.568723139699003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49678", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500851460503995, 38.568836334565603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500809057330002, 38.568705294736901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49680", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50076434428, 38.5688159896104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49681", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500742202718996, 38.568687449741098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49682", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500688296739, 38.568795693236297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500675348141002, 38.568669604706699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49684", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500613840317996, 38.568774161340599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49686", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500536246394006, 38.568748892454998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49927", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491086331896, 38.566226076355697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49928", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491073941395001, 38.566103336857303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49929", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491014559598995, 38.5662069050056 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49930", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490987837890998, 38.566078444846397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49931", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490942787332997, 38.5661877345119 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49933", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490871015113001, 38.5661685630728 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49934", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490840244110998, 38.566036743641 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49936", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490772958175, 38.5660187711484 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49937", "timelimit": 240.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490727470780996, 38.566130220961902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49938", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490704204498002, 38.566003070526399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49939", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490655698677003, 38.566111049389299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478243321380006, 38.562796268719097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478227070542999, 38.562675901318698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478173231395004, 38.5627775365964 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478161362161003, 38.562658339386601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478103141446994, 38.562758804431297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478095652657004, 38.562640778312797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478029943186002, 38.562623217201697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477962961662001, 38.562721339973798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477892871823997, 38.562702607681402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50212", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477898525493003, 38.562588093972003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477822782024006, 38.562683875346501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50214", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477832816125996, 38.562570531848102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477752693406998, 38.562665142974303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50216", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477767107931001, 38.562552970593003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477682603679995, 38.5626464105545 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507978086419996, 38.569515720893001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507979127710996, 38.569400006156201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50374", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507913230360998, 38.569382444154797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50375", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507837504996999, 38.569478254101199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50376", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507847333049995, 38.569364881214902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507767214911993, 38.569459521094203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507781435764997, 38.569347319138402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507715538512002, 38.569329757024299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507626633704007, 38.569422054947204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507556342588003, 38.569403320906297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507486051502994, 38.569384587723597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507517845813993, 38.5692770686505 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507415761602005, 38.569365854503097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488422056798001, 38.586363051538697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48908", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488390898795998, 38.586351653558602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488302724655995, 38.586330682927098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48914", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488171912010003, 38.5862908373512 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483122947097002, 38.5665516597645 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49183", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483176017795003, 38.565228840010803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49184", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483133003003005, 38.565334467325002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49185", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483101221840002, 38.5652088412333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49186", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483058206948996, 38.565314468519801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49187", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483026424778998, 38.5651888424023 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49188", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482983410936995, 38.5652944696661 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49189", "timelimit": 180.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482951628907998, 38.565168843528099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49190", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482908613820001, 38.5652744707591 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49192", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482833817892001, 38.5652544718088 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49194", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482759068847997, 38.565234500947298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49195", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482727163182005, 38.565108893111898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49197", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482641975934001, 38.565083532304101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49198", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482597217313995, 38.565187594877798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482574232714995, 38.565065571006201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49200", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482519796557, 38.5651670677765 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482506490670005, 38.565047610574602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49202", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482442375838005, 38.5651465415242 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49203", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482438747518003, 38.565029649197299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49204", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482364840702004, 38.5651259759696 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482371148043995, 38.565011658693201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49206", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482300031728997, 38.565107043853502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482303444652999, 38.5649936037209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49208", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482241485646, 38.565091430693599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49217", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481765700522999, 38.564849963677702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481698949557, 38.5648321036049 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49220", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481640474404003, 38.564932497200402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49221", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481632199765002, 38.564814244399699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49222", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481569274164002, 38.564913446862001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481565450006002, 38.564796385156001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49224", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481498073962001, 38.564894396479801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481494506470995, 38.564778506186201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49226", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481426872650005, 38.564875346048602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479153157078002, 38.564144273109797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49280", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479101539880006, 38.564255300760898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479086222627004, 38.564126419707598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49282", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479030142419006, 38.564236257876601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479019287056005, 38.5641085671624 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49284", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478958745002998, 38.564217214047503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49286", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478887339625999, 38.564198165633798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478885429830001, 38.5640728557117 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49288", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478815945774002, 38.564179115426001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478818497860999, 38.564054994957999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49290", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478744551966997, 38.564160064273302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49291", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478751567065999, 38.5640371350717 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49292", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478673158198006, 38.564141013076501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49293", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478684635156995, 38.564019275141497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49294", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478601764467001, 38.564121961835703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49398", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474397866217004, 38.562999959461003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49399", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474374903756001, 38.562872878153499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49401", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474307949895007, 38.562858292147702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49402", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474255081303994, 38.562961819219197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49403", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474226358516006, 38.5628387008909 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49404", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474183688905001, 38.562942749032203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49410", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473804645344998, 38.562722293879901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49412", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473746836228003, 38.562825073939898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49413", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473756780336998, 38.562712833956198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49330", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477134705975004, 38.563730426447997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49332", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477064522424001, 38.563711693234403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49336", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476924154285996, 38.563674226674301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49338", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476853970844999, 38.563655493332902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49343", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476486524993007, 38.563440833652002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49344", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476470494791997, 38.563553657130598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49345", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476413487501006, 38.563422980823503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49346", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476399294716003, 38.563534644140397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49020", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491161999395004, 38.567355990285499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49348", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476328095824996, 38.5635156311115 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49349", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476290421962005, 38.563389016972302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49351", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476223660629998, 38.563371219447902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49352", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476219190752005, 38.563486033037201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49353", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476156887239995, 38.5633550686712 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49354", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476152181497994, 38.563465422648598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49355", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476090125971993, 38.563337271069898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49356", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476080971049001, 38.5634464391444 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49358", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476021268439993, 38.563319464841001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49360", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475954508387005, 38.563301667166499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49362", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475827625156001, 38.563384928356299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49363", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475879411560996, 38.563277248843796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49021", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491112535346005, 38.567458798483599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49022", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491094796647005, 38.567338074207399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49024", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491027593932998, 38.567320158090297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49025", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490969169874006, 38.567420578191701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49026", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490960391246006, 38.567302242834998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49027", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490897486619005, 38.567401468427001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49028", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490882731189004, 38.567280988768097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49029", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490825804555996, 38.567382357722103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49030", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490815528582004, 38.567263072527801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49031", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490754121384001, 38.567363246967901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49032", "timelimit": 1440.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490748326002006, 38.567245157149401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49033", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490682438243994, 38.567344137070002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49034", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490679038796998, 38.5672255866209 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49035", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490610756295993, 38.567325026231998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49036", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490611836292999, 38.567207670262299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49037", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490549542382993, 38.567307608261402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49418", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473560685972004, 38.562776549210099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49419", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473556776213002, 38.5626595111111 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49420", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473489573094994, 38.562757589774101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49421", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473490107855994, 38.562641736750798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49422", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473418460255999, 38.562738630294398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49423", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473423439531999, 38.562623962352198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49424", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473347347453995, 38.562719670771102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49425", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473356771241001, 38.562606187915101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49427", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473290102983995, 38.562588413439599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49428", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473205121958003, 38.5626817524942 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49429", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473223434760001, 38.562570638925699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49430", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473134009269998, 38.562662792839703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49431", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.473156766569005, 38.562552864373401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49038", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490544649854996, 38.567189758439802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49039", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490486208958004, 38.567291813353698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49040", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490477453246001, 38.567171829416303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49041", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490414531794997, 38.567272689802103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49042", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490410256665001, 38.567153901254699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49043", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490342855825006, 38.567253565310402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489837963420996, 38.566992962148802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489773218912006, 38.566973491277103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49227", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481419384554997, 38.5647589634141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49228", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481355672524003, 38.564856295578799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49229", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481329613417003, 38.564736063972198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49230", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481284472428996, 38.564837245966103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481246155273993, 38.564709899974297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49232", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481213272378994, 38.564818195408698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481160564953996, 38.5646886641766 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49234", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481142072365998, 38.564799144807402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49236", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481070872391996, 38.564780094162401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49237", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481029036997001, 38.564657872843704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480953885003998, 38.5646383981016 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49240", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480928502405007, 38.564742148730097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49241", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480887104108007, 38.564620605892799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49242", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480857269878996, 38.564723171680697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489691696060007, 38.566955592338502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489624845752999, 38.566937757137097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489557994324997, 38.566919922792998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49062", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489491144078997, 38.566902088415297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49063", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489413057435002, 38.567005504788398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49064", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489424292718994, 38.566884253994097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49065", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489341749619001, 38.566986481297803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49066", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489357442545995, 38.566866418638298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49067", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489270441841001, 38.566967457763297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49068", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489290592399001, 38.5668485841448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49069", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489199135248001, 38.566948434189896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49070", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489223741139, 38.566830749607597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49071", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489127827546, 38.566929410567603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49364", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475771062440003, 38.563369302874598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49365", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475812650429006, 38.563259451983299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49366", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475716582806001, 38.563355331839801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49367", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475731240651001, 38.5632382959528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49368", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475651645927002, 38.563338021526398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49371", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475574688693001, 38.563200954441797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49372", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475521790808997, 38.5633000972825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49377", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475161332352997, 38.563084572239497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49378", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475111790794998, 38.563190655314898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49380", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475040397938002, 38.563171585656299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49072", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489156891060006, 38.566812915036898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49073", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489056519887995, 38.566910386000401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49074", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489090039873005, 38.566795079521597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49075", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488985212261994, 38.5668913622901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49076", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489008552753006, 38.566772243343102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49077", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488913905822002, 38.566872338541003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49078", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488924968150997, 38.566749396945099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49079", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488842598271006, 38.5668533147429 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49085", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488434207412993, 38.566744411941599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49087", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488363458891996, 38.566725555182003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478617703289004, 38.564001414271601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49296", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478530370767999, 38.564102911451698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49298", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478458977112993, 38.5640838601228 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49299", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478462951009007, 38.563955725360799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49300", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478387583496996, 38.564064808749997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49302", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478316189918999, 38.564045757332899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478320680520994, 38.563923258215503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49304", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478244796371996, 38.5640267067728 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478232860253996, 38.563895428236798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49306", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478173401722998, 38.564007655262699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49089", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488350949829993, 38.566606228347098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49090", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488292710408999, 38.5667066983791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49091", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488284623458, 38.566588549639 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49092", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488221961969998, 38.566687840632099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49093", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48821829712, 38.566570870892797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49094", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488151213562006, 38.566668983742701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49095", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488151970806996, 38.566553193009497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49096", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488080466338005, 38.566650126815198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49097", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488085643386995, 38.566535514182299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49098", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488009718005003, 38.566631269839299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49099", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488019317147007, 38.566517835322102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49100", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487938969715003, 38.566612411919301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49101", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487952990940002, 38.566500156423999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49102", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487868221455997, 38.566593554856901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49105", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487811979002998, 38.566461470546599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480497725603996, 38.564502617936 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49248", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480446143441995, 38.564613656245001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49249", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480430441004998, 38.564484697076203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49250", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480374371731003, 38.564594540441497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480363155291997, 38.564466776172203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49252", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480302600057996, 38.564575424593599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49253", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480295869613997, 38.564448855229102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480228583968994, 38.564430934246801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49256", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480159057969004, 38.564537193670198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480161298357999, 38.564413013225398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49258", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480087286412001, 38.564518077688703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49259", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48009401278, 38.564395092165 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49260", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480015514892997, 38.5644989616628 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49106", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487726725051004, 38.566555840602398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49107", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487741471948993, 38.566442127088003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49109", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487662603028994, 38.5664194555984 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49110", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487585228802004, 38.566518125274101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49111", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487579531866999, 38.566398411390601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49112", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487514480729999, 38.566499267995503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49117", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487159807493001, 38.566281493573101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49118", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487108203893001, 38.566390874359499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49119", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487093665198998, 38.566263830310703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49120", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487037651023002, 38.5663720338693 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49121", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487027481539997, 38.566246179439503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49122", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486967118609996, 38.566353225858997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49381", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475017027294996, 38.563043832362801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49383", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474950097366005, 38.5630259549581 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49385", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474883166322996, 38.563008077509501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49386", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474826220736006, 38.563114377322698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49387", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474812043898993, 38.562990181003798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49388", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474754828032005, 38.563095307487998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49389", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474738826383003, 38.562972274045599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49390", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474683435358997, 38.563076238510199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49391", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474653067567004, 38.5629493741 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49392", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474612042730996, 38.563057168587399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49393", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474575695069007, 38.5629265121608 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49394", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474540650140995, 38.563038098620602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49395", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474508764212999, 38.562908634495599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49396", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474469258737003, 38.563019028615003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49397", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474441834545004, 38.562890755896099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49123", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486961328809997, 38.5662285403791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49124", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486896555300007, 38.566334411362298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49125", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486895174964999, 38.566210901275802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49126", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486825992033005, 38.5663155959218 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49127", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.4868290223, 38.566193262139798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49128", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486755427649001, 38.566296781333897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49129", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486762868520998, 38.566175622960898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49130", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486684864455995, 38.566277965807302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49131", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486696715920999, 38.5661579837492 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49132", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486614301293997, 38.566259151138397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49133", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486630562206997, 38.566140344494698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49134", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486543737022004, 38.566240336421501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49135", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486564408525993, 38.566122705202297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49136", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486473173940993, 38.566221520765801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49137", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486491979896002, 38.5661033920953 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49138", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486402610891005, 38.566202705968003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49312", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477766361879006, 38.563899024366599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49316", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477625993003997, 38.563861558657699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477555809194996, 38.563842825742 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477485625423, 38.563824092783797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477415441687995, 38.563805359782897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477345257996006, 38.563786625838702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49326", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477275073187002, 38.563767892747499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49328", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477204889562998, 38.5637491596191 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49140", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486332046737004, 38.566183890221097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49142", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486261483760998, 38.566165075337203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49143", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486232850877002, 38.5660337488154 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49145", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486190920829003, 38.566146259509502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49261", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480026728384004, 38.564377171070497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49262", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479943744554006, 38.564479846498301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479959442874005, 38.564359249931798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49264", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479871973111997, 38.564460730383303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479892157397998, 38.564341328753997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49266", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479800201708002, 38.564441614223803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49268", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479728431490997, 38.564422498025003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479740894917995, 38.564298834705397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49270", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479656640849001, 38.564403355563599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49272", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479584880057999, 38.5643842158944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS49274", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479513119306006, 38.564365076180799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489100826905997, 38.586536821697003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488856037676001, 38.586471489348803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48898", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488771689722995, 38.586449921555598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488650609237993, 38.586418184320003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48902", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488561669345998, 38.586397215009001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS48904", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488486506262007, 38.586380132602201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51627", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484500960733996, 38.562007675324899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51629", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484429660369997, 38.561988648812203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51633", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484301088693002, 38.561950658162303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51635", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484219294594993, 38.561927453249098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51637", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484149727661006, 38.561911188330498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51639", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484073174448, 38.5618907607141 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51643", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483914807451001, 38.561849881872497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51649", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483690412472995, 38.561788622788598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51651", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483629605182998, 38.561773774103102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51659", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483182703482996, 38.561649908771201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51661", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483111682103001, 38.561630956562603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51665", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482955629410995, 38.561590233585001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51667", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482884608156994, 38.561571280336203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51669", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482813586934, 38.561552327944597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51671", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482742565755998, 38.561533374608601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51673", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482671545762997, 38.5615144212342 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51677", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482513758072997, 38.561470936761602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51679", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482425238385005, 38.561446396005501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51683", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482253460992993, 38.5613973396297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51689", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481926971866002, 38.561310176329798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51691", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481855207991003, 38.5612910173217 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51693", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481783443001007, 38.561271859164897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51697", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481639913142004, 38.561233541816797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51699", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481568148267002, 38.561214383526398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51701", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481496383437999, 38.561195224290699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51705", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481352853887003, 38.561156906586703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51707", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481281089166998, 38.561137748118298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51709", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481209324484993, 38.5611185896054 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51713", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481079806273996, 38.561083088407102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51715", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481025550191006, 38.561068138891699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51721", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480489512128997, 38.560953666070297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51723", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480418119804, 38.560934636663902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51727", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480275335274996, 38.560896576817903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51729", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480203943063998, 38.560877547279297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51975", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486626580003005, 38.560699597019102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486481808937995, 38.560660887384898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486409422893999, 38.560641532046901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486337036883, 38.560622177564497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51985", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486264652065003, 38.560602822141099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51731", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480132550891994, 38.560858517696701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51733", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480061158756996, 38.560839488070002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51735", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479989766661006, 38.560820458399299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51737", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479918374603002, 38.560801428684499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51739", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479846983729999, 38.560782398930897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51741", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479775591747995, 38.560763369128097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51743", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479704199804004, 38.5607443392812 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51745", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479632807903997, 38.560725308489403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486119880245994, 38.5605641120491 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486047495544994, 38.560544756489897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485975109731001, 38.560525401781099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485830339379007, 38.560486690431198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485685568031002, 38.560447979795804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51747", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479561416036006, 38.560706278554399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479223350447995, 38.5606257122747 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479153447802005, 38.560607037435297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479083546346004, 38.5605883616578 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479013644925999, 38.560569685838203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478873841048994, 38.560532334067098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478803938591994, 38.560513658115703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478734037319001, 38.560494982127203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478664136082003, 38.560476306096398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478594233734995, 38.560457630018298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51777", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478426419919998, 38.560413265957997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51779", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478356517696994, 38.560394589736198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51781", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478270861645996, 38.5603717118437 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478022240586, 38.590800331880402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52314", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477953241147006, 38.590781916384202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477884240603004, 38.590763499940898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477733125059004, 38.590720410507501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52318", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477629967015005, 38.5906935768121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477529410771993, 38.590670886278502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52320", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477431578541001, 38.590635812507699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477333639281994, 38.590615200272097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52322", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477246274593995, 38.590588436621701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52323", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477150983734006, 38.590565769529697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS52324", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477063588877996, 38.590543138019797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50490", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500356773546997, 38.5673532837232 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50491", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500305470548, 38.567464471594398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50492", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500285189400003, 38.567335572095303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50493", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500225897145995, 38.567446963277398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50494", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500211833075994, 38.567316454580101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50495", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500155237883007, 38.567428096109097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50497", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500084579811997, 38.5674092280019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50498", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500079347817007, 38.567281078140198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50499", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500013920624994, 38.567390360747403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50500", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500013105239006, 38.567263389412901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50501", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499943261480993, 38.567371492548901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50503", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499872603515001, 38.567352625213204 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50504", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499880620176, 38.567228012745502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50506", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499796608335998, 38.567204654354299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51321", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497197118336004, 38.565431182607497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51329", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496806050995005, 38.565309417108601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51331", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496706953450996, 38.565283917013197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51335", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496550795947002, 38.5652413615393 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51337", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496465711038994, 38.565218676224397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50508", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499717929316006, 38.567182717141499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50511", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499589968598002, 38.567277153622001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50512", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499576540272997, 38.5671473016411 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50513", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499529966552998, 38.567262525814897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50514", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499510297943999, 38.567129612626097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50515", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499459307657006, 38.567243658221798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50516", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499444056789002, 38.567111924479001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50522", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499020368410001, 38.567009087514201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50523", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498970925093005, 38.567111900912003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50781", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488528333768002, 38.564207298615898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50782", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488462258696998, 38.564306117892798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50787", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488105729005994, 38.564094884940097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50788", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488056274276005, 38.564197693689501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50790", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487985808090002, 38.564178873971301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50791", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487973604954007, 38.564059598890097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50793", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487907543554002, 38.564041955360601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50795", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487841481032007, 38.564024312689199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50796", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487774409747999, 38.564122415460403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50797", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487775419697002, 38.5640066690843 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51058", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476958562175994, 38.561235736158601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476887263446997, 38.561216704994301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476815954505, 38.561199071932798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476726911479005, 38.561171571300299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476639596802002, 38.561151069379797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51068", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476562967538001, 38.561130615718199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51072", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476441738960006, 38.561092649520504 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51339", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496380626185996, 38.565195990847002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51341", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496295541392996, 38.565173304506203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51343", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496210456648001, 38.565150619003603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51345", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496125371955998, 38.565127933438497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51347", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496024520494998, 38.565102425121601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51349", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495937700970003, 38.565076976922903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51351", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495829852613994, 38.565048683023697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51353", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495715029069999, 38.565014850553503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50525", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498899986900994, 38.567092976812503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50526", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498864258685998, 38.566966513769998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50527", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498829049899996, 38.567074051773702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50528", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498783528283994, 38.5669459138783 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50530", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498699254729004, 38.566922502203198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50531", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498687174856997, 38.567036202461601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50532", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498625637996, 38.566903331200102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50533", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498616236814996, 38.567017278188203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50534", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498552029980999, 38.566882761996602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50535", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498545299965002, 38.566998352975503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50536", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498485526894001, 38.5668650199122 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50537", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498474363146002, 38.566979428620201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50538", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498419023839006, 38.566847277789599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50539", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498403425223998, 38.566960503315499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50540", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498357852382, 38.566830956925898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50798", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487703942557005, 38.564103596466502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50799", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487709357241002, 38.563989026337403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50800", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487633476556994, 38.564084776533797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50801", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487643295972006, 38.563971382657101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50802", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487547003676994, 38.564063090207398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50803", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487577233587999, 38.563953738934003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50804", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487464082364994, 38.564042816834103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50807", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487445110058005, 38.563918452280603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50811", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487291657575, 38.563877478230602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50813", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487209608604005, 38.563854171613997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476109355966003, 38.560881253467002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476083231543996, 38.560999622176098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476022204719996, 38.560860755421601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476018727788997, 38.560982359965102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475943988961006, 38.560836102288597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51084", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.47588972266, 38.5609478363466 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51085", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475789264087993, 38.560796592747202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51088", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475760717655007, 38.560913312584198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51089", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475636321232997, 38.560757090170704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475696214056001, 38.560896050193499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475572329556002, 38.560735298513997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51355", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495605408157999, 38.564989303663303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51363", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495195231606004, 38.5648973763074 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51365", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495124296623004, 38.564878448992602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51371", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494911494188997, 38.564821667698297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50541", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498332488480003, 38.566941578873298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50542", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498291349390996, 38.566813214729898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50543", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498261550633003, 38.566922653481598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50544", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498224845278997, 38.566795473391601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50545", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498190613963999, 38.566903728952397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50546", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498177911992997, 38.566780612344601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50548", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498123864031001, 38.5667643222395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50550", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498048739599, 38.566865878857598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50555", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497695261599006, 38.566646144762601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50829", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.486329962517004, 38.563620270352502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475631711635003, 38.560878787772097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475511868477, 38.560717716499802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475567209239003, 38.560861526215497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475449607320002, 38.560702923582902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475502706881002, 38.560844263722103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51098", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475438204553001, 38.560827001192798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51100", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.475373702251005, 38.560809739528402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51107", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508294749014993, 38.568879795297697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51373", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494840559357002, 38.564802740209601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51375", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494769625710006, 38.564783812682499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51377", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494698690953001, 38.564764885106896 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51379", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494627757375, 38.564745958393701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51381", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494556822692999, 38.564727030731099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51385", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494414954589999, 38.564689175280499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51387", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494344021163002, 38.564670248393398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50558", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497629194373999, 38.5666284896608 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50562", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497497061161994, 38.566593180250003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50564", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497430994034005, 38.566575525034999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50566", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497364928086995, 38.566557869787403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50568", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497298861017995, 38.5665402153979 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50570", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497232795136, 38.566522560074901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50572", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497166728140002, 38.566504904709099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50574", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497100662316996, 38.566487250211502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51109", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508221678813001, 38.568847931910597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51111", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508164012256003, 38.568815673570001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51113", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508108531421996, 38.568776475879197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51114", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508112148169005, 38.5689299678547 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51115", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508050023042998, 38.568742336437197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51116", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.508038392450999, 38.5688825303558 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51117", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507996451815004, 38.568708960288497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51118", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507976972121995, 38.568842659614702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51119", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507941631994996, 38.568670280638997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51120", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507905233814, 38.5688012269677 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51121", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507884506050999, 38.568631387556501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51123", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507826253267993, 38.568594330184602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51124", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507777930675005, 38.5687188447273 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51125", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507766268886002, 38.5685531231006 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51126", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507717790740003, 38.568679049561801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51127", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507706236922004, 38.568518822050201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51445", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491959536653994, 38.5640132198399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51449", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491815809052994, 38.563974877355797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51451", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491743945883997, 38.563955706049299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51453", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491672081605998, 38.563936534693099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50576", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497034595385003, 38.566469594770297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50580", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496902462768006, 38.566434283779799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50582", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496836397075995, 38.566416629131297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50590", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496357613059004, 38.566296281695799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50852", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485416724418997, 38.563473358619099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50854", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485344770794995, 38.563454146891601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50856", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.485272816063002, 38.563434935114302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50864", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484984999822998, 38.563358086667101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51128", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507662919744007, 38.568640660551203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51129", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507612949741002, 38.5684581292114 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51131", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507521414568004, 38.568398824823902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51134", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507398602259002, 38.568316853156901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51135", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507323294035999, 38.568415797857597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51136", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507324035009006, 38.568268613550501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51137", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507247602302002, 38.5683670408064 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51138", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507264841967, 38.568232536570399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51139", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507186418141004, 38.568329987748299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51140", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507205999166004, 38.568197761043599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51141", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507124198531997, 38.568293332949096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51142", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507146106969998, 38.5681630765135 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51143", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507060914503995, 38.568256785294402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51144", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507084674994005, 38.568128707014999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51145", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506997996481005, 38.568222247260501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51146", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507023721478006, 38.568095516091397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50592", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496269940589002, 38.566394509613502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50593", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496270731229998, 38.566273584820998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50594", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496197320245003, 38.5663718783508 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50597", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496089854279006, 38.566226762617397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50598", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496023596219004, 38.566325093483897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50599", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496010086069006, 38.566205494705997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50600", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495938510193, 38.566302406880901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50601", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495930317906996, 38.566184226739502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50602", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495853424214999, 38.566279721116302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50603", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495850549793005, 38.566162958718103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50604", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495768338291001, 38.566257035289198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50605", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495770781725994, 38.5661416906418 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50606", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495683252421003, 38.566234349399501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50607", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495691013707003, 38.566120422510402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50608", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495598166605006, 38.566211663447199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50870", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484769137477002, 38.563300449634099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50872", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484697184202005, 38.5632812375041 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50874", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484625229824999, 38.563262024423203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50876", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484553275479996, 38.563242812198602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50878", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484475929544999, 38.563230566877102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50883", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484111631876004, 38.563037393175399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50884", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484065882780996, 38.563117843879297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50885", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.484044786628999, 38.563019555651302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51147", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506933737433997, 38.5681874917694 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51148", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506961495092, 38.568062042237798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51149", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506869868749007, 38.568154043303402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51150", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506899712820996, 38.568030564825897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51151", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506804510264004, 38.568120983947502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51152", "timelimit": 1440.0, "pkgtype": "No Restrictions", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506836921566006, 38.567999142541098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51153", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506739317349997, 38.568088715345702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51154", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506773064330005, 38.567968052614802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51155", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506672043492998, 38.568056861259201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51157", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506605177020006, 38.568026174628997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51159", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506535875687007, 38.567992488407498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51161", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506469702903999, 38.567959244309698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51495", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489895268127995, 38.563464578387702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51497", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489824522608998, 38.5634457036019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51499", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489753777120995, 38.563426829673801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51503", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489612286262997, 38.563389080786898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51505", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489541540893001, 38.5633702058282 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51507", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489470795554993, 38.563351331727098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50609", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495611245736001, 38.5660991543241 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50610", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495513080842997, 38.566188977432397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50611", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495531477810999, 38.566077886082802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50612", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495447564496004, 38.566169173042098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50613", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495451709934997, 38.566056617786501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50614", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495383819126005, 38.566150774526697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50615", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495393292255997, 38.566038238895302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50616", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495314731300994, 38.566132352682203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50618", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495245633620002, 38.566115328944797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50619", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495283531986999, 38.5660085028316 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50620", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495183649393994, 38.566099734381297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50621", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495219771912005, 38.565990100557201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50622", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495130313573, 38.566086918034202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50886", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483994580276004, 38.563098817093703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50887", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483977941415006, 38.563001718088699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50888", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483923277814995, 38.5630797893633 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50889", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483911095086995, 38.562983880482399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50890", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483851976533998, 38.563060762494899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50891", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483844249940006, 38.562966042842604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50892", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483780674141997, 38.563041735577499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50894", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483709372937, 38.563022708621197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50896", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483638070622007, 38.563003681616003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50897", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483624206279003, 38.562901256218602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50899", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483557361281001, 38.562883418413101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50900", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483495467252993, 38.562965627478803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50901", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483490515168995, 38.562865580563901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50902", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483424165052, 38.562946600341803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51167", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506072399990998, 38.567798088385402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51169", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505987121868998, 38.567776252510399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51171", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505907103019993, 38.5677572020697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51173", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505835884148993, 38.567738189142297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51179", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505624005973999, 38.5676783946437 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51181", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505538747279999, 38.567653795472303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51183", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505458739415005, 38.567633362793103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51509", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489400050260002, 38.563332456681799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51511", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489329304996005, 38.563313582494203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51513", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489241050260006, 38.563290498584898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51515", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489159820617999, 38.563266068142099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51517", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489089075482994, 38.563247193807697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51521", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488938815799003, 38.563209405387397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50631", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494644673680995, 38.565834721609498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50633", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494578259747001, 38.565816977660702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50635", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494511845839995, 38.565799234574698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50639", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494379016989996, 38.565763746481601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50904", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483352862889006, 38.562927573160799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50905", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483344380367001, 38.562827052823899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50906", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483281561918005, 38.562908545040102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50907", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48325620592, 38.562803526862197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50909", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483189361111997, 38.562785687943297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50910", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.483138958929999, 38.562870490463702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50915", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482779133462003, 38.562677969447797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50916", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482735102017998, 38.562758408388603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50917", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482712550239995, 38.562660166556299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50918", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482664079920994, 38.562739418969898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50919", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482644186309997, 38.562642355667002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51185", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505401569168995, 38.567618554640198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51187", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505344390518999, 38.567605127496599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51189", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505288990113996, 38.567588944876803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51191", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505217770428004, 38.567569931564101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51193", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505146551926998, 38.567550918212397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51199", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502102233211005, 38.566739530656598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51201", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502030736774003, 38.566720459230403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50659", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493445381346007, 38.5655166556081 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50660", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493395862317996, 38.5656236491889 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50661", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493378880923004, 38.565498893472899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50920", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482589477253001, 38.562723208985702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50923", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482511021180997, 38.562606749695597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50924", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482447433250996, 38.562685229025398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50925", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482444438092003, 38.562588946649797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50927", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482379656061994, 38.562568355235001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50930", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482236129125994, 38.562631063473901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50931", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482241169279007, 38.562529928767503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50932", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482166908322995, 38.562609285421701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50933", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482174586328995, 38.562512125566599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50934", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482095856087, 38.562594489195099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51205", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501887744016003, 38.566682316245398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51207", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501816246545999, 38.566663244681799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51209", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501744750263001, 38.566644173078899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51211", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501673254017007, 38.566625101431796 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51213", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501601757809993, 38.566606029740598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51215", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501530261640994, 38.566586958005097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51389", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494273086632006, 38.564651320556898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51397", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493870596066003, 38.564528796992498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51399", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493799662814993, 38.5645098877891 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51403", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493657795277002, 38.564472069246897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51405", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493586862138002, 38.5644531599131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50663", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493312379385998, 38.565481131294497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50664", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493253993303995, 38.565585756281102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50665", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493245879029999, 38.565463369082899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50666", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493183058273004, 38.5655668106604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50667", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493179377559002, 38.565445606828099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50669", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493112877268004, 38.565427844540103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50670", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493041189485993, 38.565528917491797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50671", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493046375863997, 38.565410082208899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50673", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492979874485997, 38.565392320740301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50674", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492899320842, 38.5654910250501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50675", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492913374295, 38.565374558337702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50676", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492828386005996, 38.565472078311103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50677", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492846872989006, 38.565356795891802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50678", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492757452356003, 38.565453131533701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50937", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482023634607998, 38.562473643070298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50938", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481953813744994, 38.5625565095349 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50939", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481935713382995, 38.562451549658597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50940", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481882792063999, 38.562537518736001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50941", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481853145721004, 38.562428081953399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50942", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481811790722006, 38.562515732500103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50947", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481440011621004, 38.562321398830797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50948", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481399559810001, 38.562401860514399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50949", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481372731438, 38.562303437088701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50950", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481327793830999, 38.562382701174499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50951", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481305450134997, 38.562285476203101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50952", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481256027884001, 38.562363542690903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51219", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501387269424001, 38.566548813501001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51223", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501244277352995, 38.566510669720998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51225", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501172781375004, 38.566491597764802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51231", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500778543321005, 38.566366109576002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51233", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500707977673997, 38.566347279180498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51527", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488539862310006, 38.563099742733002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51529", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488469396945007, 38.563080942227202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51533", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488328466333002, 38.563043340185999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51535", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488258001079998, 38.563024539551598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51537", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488187535864, 38.563005738874097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51539", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488117070683998, 38.562986938153898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51541", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488046604394995, 38.562968137385603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50681", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492713871625, 38.565321270890401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50682", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492615584014004, 38.565415238744301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50684", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492544649329005, 38.565396291831298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50685", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492531087320003, 38.565274341952701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50686", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492473715828993, 38.565377344879998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50691", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492111239837996, 38.565159373077101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50692", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492063437225994, 38.565267758305701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50693", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492043953267995, 38.565141400417097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50695", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491976667871995, 38.565123428623899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50955", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481170889932997, 38.562249553424003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50956", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481112496112999, 38.562325224689303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50957", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481103608737996, 38.562231591520202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50958", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481040730282004, 38.562306066072303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50959", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481036328718005, 38.562213630483299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50960", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480968964496, 38.562286906509797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50961", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480969048738004, 38.562195668506497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50962", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480897198741999, 38.562267747803801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50963", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480901767638997, 38.562177707386198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50964", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480825433025998, 38.562248589053098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50965", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480834487726995, 38.562159745331201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50966", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480753667355998, 38.562229429357103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50967", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480752982365004, 38.562138923934903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50968", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480681901718, 38.562210270517603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50969", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480673266813, 38.562116711418099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51239", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500496283250996, 38.5662907877458 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51243", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500355154586998, 38.5662531265775 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51247", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500214024924006, 38.566215465232197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51251", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500072895410995, 38.566177803714801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51461", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491160325204007, 38.563799062352501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51463", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491088927451003, 38.563780002593198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51465", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491017529735004, 38.563760942789798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51471", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490803337957999, 38.563703764021398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51473", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490731940388002, 38.563684704942702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50698", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491848122552994, 38.565210245938701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50699", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491843886810003, 38.565086092783503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50700", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491776351065994, 38.5651910759616 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50701", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491774810761001, 38.565069510302003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50703", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491707525501994, 38.5650515383524 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50704", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491632808220999, 38.565152734072001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50705", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491638468294994, 38.565032159488503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50706", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491561036856993, 38.565133563060499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50707", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491571183111006, 38.565014186558699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50708", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491489264383006, 38.565114391999401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50709", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491498565517006, 38.564994792872703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50710", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491417493089003, 38.565095221799702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50711", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491431279256005, 38.564976819856497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50712", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491345721840005, 38.565076050654604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50972", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480538370562996, 38.562171951803997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50973", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480503133428996, 38.5620750354704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50974", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480466605039993, 38.562152792830901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50979", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480125825138998, 38.561949981476701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50980", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480051333473995, 38.562059654547497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50981", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.480048229847, 38.561929262729898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50982", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479979941576005, 38.562040587940601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50983", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479961721945003, 38.5619099020793 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50984", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479908548569, 38.5620215212845 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50986", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479837155599995, 38.562002454584402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50987", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479840315488005, 38.561875606209902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51255", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499931767193004, 38.5661401420302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51257", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499861201992999, 38.566121311118501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51263", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499444124850001, 38.566011451129498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51265", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499373281462994, 38.565992563761398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51267", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499302438114995, 38.565973676349998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51269", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499231594803007, 38.565954788895297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51407", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493515927889007, 38.564434250530702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51411", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493374060658994, 38.564396430739798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51413", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493303127670004, 38.564377521232203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51415", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493232194718999, 38.564358611680902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51417", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493161260658994, 38.564339702081298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51419", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.493090327782994, 38.564320792443198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50716", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491202179458, 38.565037708231003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50718", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491130408325006, 38.565018536952401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50726", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490647409765998, 38.564889567142302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50728", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490576011051999, 38.564870507967697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50729", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490567496942006, 38.564752223286099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50988", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479765762663007, 38.561983388741098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50989", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479773384297999, 38.561857731588901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50990", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479694369770002, 38.5619643219528 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50991", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479706454289996, 38.561839856934199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50992", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479622976914996, 38.561945255120598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50993", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479639523168004, 38.561821982235699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50994", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479551585246, 38.561926188249501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50995", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479572593233001, 38.5618041066028 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50996", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479480192460997, 38.561907122229997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50997", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479505662177999, 38.5617862318269 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50998", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479408799721, 38.561888055265598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50999", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479438732304004, 38.561768357017399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51001", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479359377093999, 38.561744833505898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51002", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479283780743998, 38.561855594807803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51004", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479228394185, 38.561839396126601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51271", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499160751529004, 38.565935901397097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51273", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499089908287004, 38.565917014756501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51275", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499019065088007, 38.5658981271717 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51277", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498948221926, 38.565879239543499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51279", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498877377655006, 38.565860351866903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51281", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498817064171007, 38.565845654768601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51283", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498746221109002, 38.565826767917599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51543", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487976139295995, 38.562949335678603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51545", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.487905674228998, 38.562930534829597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50731", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490500560366996, 38.564734354869003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50732", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490433214898005, 38.564832387689798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50733", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490433624972994, 38.564716486418199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50734", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490361816298005, 38.564813328383103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50735", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490366688465997, 38.564698617923703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50736", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490290417742003, 38.5647942681315 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50737", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490299753146004, 38.564680748494602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50738", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490219019224995, 38.564775207835901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50739", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490232816705003, 38.5646628799227 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50740", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490147620738995, 38.564756148397102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50741", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490165881446003, 38.564645011316998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50742", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490076223445996, 38.564737088018397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50743", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490093612690004, 38.5646257209849 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50744", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490004825043002, 38.5647180275907 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50746", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489933426671996, 38.564698968019698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479214842290006, 38.561707636552399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.479157001580006, 38.561820329006899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51011", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478766183126993, 38.561600360575497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51012", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478716717815999, 38.5617031653426 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478646721586003, 38.561684451942298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478634941099003, 38.561565274100701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478576726534001, 38.561665739405797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478569319559995, 38.561547730804797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51019", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478503699206996, 38.5615301865761 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51020", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478436734257002, 38.561628312393502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51021", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478438077733003, 38.561512643205802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51287", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498618602155005, 38.565790434291799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51289", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498546009894, 38.565770157765897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51295", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498113233317, 38.565675519465898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51297", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498042762886001, 38.5656567247891 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51301", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497901822141998, 38.5656191344058 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51303", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497831350675, 38.5656003395952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51475", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490660542862997, 38.563665644919098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51477", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490589146516996, 38.563646585757397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51479", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490517749068999, 38.5636275256457 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51481", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490446351657994, 38.563608465489899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51485", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490303558093004, 38.5635703459523 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51487", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490232160795998, 38.563551285664403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50747", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489938431680997, 38.564581500515203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50748", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489862028345001, 38.564679907503802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50749", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489859061032007, 38.5645593823563 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50750", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489790630057001, 38.564660846943802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50755", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489431428353996, 38.564448925244697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50756", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489381958109007, 38.564551729979598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50757", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489365103957994, 38.564431213822999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50759", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489298779601995, 38.564413501462397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50760", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489240465481998, 38.564513943703297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50762", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489169719223995, 38.564495050500199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50763", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489166130989005, 38.5643780766273 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51022", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478366739315007, 38.561609599729898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51023", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478372456290998, 38.5614950997983 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51024", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478296743268004, 38.561590886117997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51025", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478306836027997, 38.561477556358803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51026", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478226747251995, 38.561572173364603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51027", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478241214657004, 38.561460011976102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478156752426003, 38.5615534596731 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478086756490001, 38.561534745934203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478109973144996, 38.5614249249059 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478044353011995, 38.561407381317601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51034", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477946765867998, 38.5614973192354 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51036", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477876770036005, 38.561478606270299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477913111701, 38.561372293123199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51305", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497760880393002, 38.565581544746699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51307", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497690410153993, 38.565562748954498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51309", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497619939946006, 38.5655439540202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51311", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497549469774995, 38.565525159042998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51313", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497478999641004, 38.565506364022902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51315", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497408528403, 38.565487568054003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51317", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497338058343999, 38.565468772948101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51319", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497267588320994, 38.565449977799197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51423", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492948460996999, 38.564282973031403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51429", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492534447468998, 38.564166586185003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51431", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492462582767004, 38.564147415319702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51433", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492390719244, 38.564128245315601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51437", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492246991179002, 38.564089903366899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51439", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492175127777998, 38.564070732328098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50764", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489098972997994, 38.564476158154697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50765", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489099806732, 38.564360364152698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50766", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489028226814995, 38.564457264865197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50767", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489033482501, 38.564342652540901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50768", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488957480669995, 38.564438371532397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50769", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488967157161994, 38.564324939985198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50770", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488886734562001, 38.564419478156402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50771", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488900833003996, 38.564307227396597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50772", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488815988491993, 38.564400584737001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50773", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488834508878995, 38.564289514770003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50774", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488745242459999, 38.564381691274498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50775", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488768184785997, 38.564271802105402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50776", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488674496464, 38.564362797768702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50779", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488615978159004, 38.564232096576397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS50780", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488533004580006, 38.564325011528297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477806774246005, 38.561459892362002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477377479081994, 38.561345688464002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477329289511005, 38.5613323546903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51052", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477172456291001, 38.561292830278397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51054", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477101158595005, 38.561273799251097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS51056", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477029859789994, 38.561254768174699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54425", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477530515905997, 38.5754932482375 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54602", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492019318306006, 38.569112434996903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54604", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492048900878999, 38.569049664209203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53755", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478436827457003, 38.591001466802702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53757", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478294067877002, 38.590963365272103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53759", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.478151308449995, 38.590925263565303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53761", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477948129686993, 38.590870361432501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53763", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477765993185997, 38.590817620506101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53765", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477570697006001, 38.590764819917702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53766", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477499301961998, 38.5907478338762 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53767", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477409513297005, 38.590726634163097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53769", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477261504834004, 38.590686441907302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53771", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.477118731367995, 38.590650404615999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS53773", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.476986487131001, 38.590614414708398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54687", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507054858404004, 38.577389332877402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54686", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507041173724005, 38.577416073551603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54685", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507036169488998, 38.577439389045303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54684", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507022483645002, 38.577466129712299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54715", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506250554792004, 38.577606554517899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54714", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506163469403006, 38.577576342698002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54716", "timelimit": 180.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506116606294, 38.577561523046903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54721", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505725325659995, 38.578689460216999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54722", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505612701689003, 38.578659485794503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54723", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505532524681996, 38.578638987635998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54724", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505503019103003, 38.578630534630904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54725", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505477708287998, 38.578621088731502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54709", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507034880058995, 38.576710067026497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54708", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507066802154995, 38.576731613642302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54707", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507094407227996, 38.576763399467197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54706", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507120573684006, 38.576798599861498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54705", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507148210433002, 38.576841755112198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54704", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507166416461004, 38.576878672947302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54702", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507192662088997, 38.576942295119999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54701", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507192740030007, 38.576970717810802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "1", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "2", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "3", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "4", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "5", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54700", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": "6", "start_time": "07:00:00", "end_time": "09:00:00" }, "geometry": { "type": "Point", "coordinates": [ -121.507189924887996, 38.5770002822333 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54699", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507189299906003, 38.577036095582898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54698", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507177789690004, 38.577063400481101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54697", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507169155583, 38.577083879823498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54696", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507162727446001, 38.5771162928121 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54695", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507150497313006, 38.577145304542903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54694", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507136828526995, 38.577177729947699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54693", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507123894293997, 38.577214132329303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54692", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507110224336003, 38.577246557726198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54691", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507104516054994, 38.577277263876297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54690", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507093724510995, 38.577302862826997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54689", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507078615880005, 38.577338700993998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54688", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.507067105573, 38.577366005880997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54577", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491846277405998, 38.569886880854803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54579", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491870964645997, 38.569829807513301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54581", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491895691427004, 38.5697670154482 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54583", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491925300383002, 38.569700432212201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54585", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491962260302998, 38.569624352447697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54587", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491994406968004, 38.569542530854498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54591", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492053608386996, 38.5694114597392 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54593", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492078334869007, 38.569348666733802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54595", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492103073717004, 38.569283969281997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54597", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49212769156, 38.569236425267299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54599", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492152363645999, 38.569181256296197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54601", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492184290528002, 38.569129931741699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54603", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.492206480177003, 38.569082377058102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54576", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491676189054004, 38.569905767304498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54578", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491703356572003, 38.5698410806013 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54580", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491730552356003, 38.5697725805205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54582", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491765098006994, 38.569694582117997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54584", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491794750078995, 38.569622281113197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54586", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491826827891998, 38.569549991651002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54598", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491970029379999, 38.569215147931097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54600", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.491992219205002, 38.569167592387799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54726", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505441290864994, 38.578612217899703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54727", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505407239567006, 38.578605224721997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54731", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501537878665005, 38.568747276732402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54732", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501574468448993, 38.568697506626002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54733", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501594933391999, 38.568652318406897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54734", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501615434643995, 38.568601764603102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54735", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501640565575997, 38.568541099250297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54736", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501666426520998, 38.5684840144934 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54737", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501677991953002, 38.568458437391897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54738", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501688043422007, 38.568432258279302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54739", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501719482656, 38.568359356167299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54745", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501782339555007, 38.568202316749598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600696", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463451535893, 38.574829687863499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600965", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463487786008997, 38.570465369684698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600942", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465561021103994, 38.568920058627903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600830", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461848145485007, 38.574069291592401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465029046688002, 38.5687155262018 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601116", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463741687118002, 38.5691174330275 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600707", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462624951608007, 38.574606943646899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601043", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464297420793002, 38.570160952717202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54746", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501818271511993, 38.568119822287599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54747", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501851837724004, 38.568028381644901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54750", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501938607906993, 38.567825170523903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54751", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501950148175993, 38.567803168944202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54760", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501747506254006, 38.571302204413698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54761", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501776136456002, 38.571232569455397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54762", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501808574495996, 38.571163549072999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54763", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501835614965998, 38.571103481982199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54765", "timelimit": 15.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501888658956005, 38.570982772151801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54767", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501963185690997, 38.5708012982954 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54768", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501989911753995, 38.570740367658999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54769", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502016953902995, 38.570682316739401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600134", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503052317883004, 38.589616286875597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600550", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496642853425996, 38.587506459722 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600321", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495088156508004, 38.589917894863603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600175", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499426996010996, 38.590078830197299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600577", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497120635369996, 38.585803980057499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600415", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498947746349998, 38.5849929517871 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600170", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499799225141999, 38.590037852555298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600202", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496743732187994, 38.590056776464003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600575", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497082296748005, 38.585894495033401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600163", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500358201604001, 38.5899703285084 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600535", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496231510022, 38.588522665327098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600353", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497614445796003, 38.588588386306 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600251", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501675412226007, 38.589941788919397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600519", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495729766802, 38.589611005177296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600538", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496315218473001, 38.588341088126299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600309", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496300481771996, 38.590143420698602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600996", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463069431342007, 38.570265716986803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600893", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465401395176002, 38.569473463989297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600818", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461941056537, 38.574112098128403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601267", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465218190555007, 38.5676407872092 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601045", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464350099355997, 38.5700415094622 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600694", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463572245126997, 38.574871613812803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601059", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464750288069993, 38.569109005741602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54770", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502042452156005, 38.570616760113197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54771", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502066212903998, 38.5705543374321 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54784", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501293247364998, 38.569342018997503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54785", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501305556492994, 38.569314825325101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54786", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501319497992, 38.569290665694901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54787", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501332357897994, 38.5692634743924 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54788", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501344654901999, 38.569238011285201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54789", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501354188850996, 38.569213833564604 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54790", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501367582539999, 38.569189239138701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54791", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501376580789994, 38.569162896957899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600293", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497979014725004, 38.590268202563998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600131", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503287910270998, 38.589584165528102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600547", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496580789239005, 38.587717114893302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600572", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496994814152998, 38.586101034626402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601083", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463966395363997, 38.5692535950447 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600708", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462519777292997, 38.574578600505603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601157", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465436637631001, 38.5685809618805 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601006", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464447575400996, 38.570069589228602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600961", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463724406995993, 38.570528599290498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600899", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465607708058002, 38.569009997323697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600994", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463250035629997, 38.570314822898503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600702", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463021543568004, 38.574713816072297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600840", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461900234240005, 38.573462831868298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601004", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464402318615001, 38.570179799327697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600987", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463754349512001, 38.570449582380498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601282", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465218109806997, 38.567441825268901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601110", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464132159966994, 38.5692200680501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54792", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501385591127004, 38.569134824206998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54793", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501393457551998, 38.569112801450999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54794", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501406868185995, 38.569085613413698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54795", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501419163259001, 38.569060582720603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54800", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502003021449994, 38.567708181619302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54801", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502030462963006, 38.567642232458802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54802", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502057332505004, 38.567579309644302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54803", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502088620338995, 38.567514675207597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54804", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502113253451995, 38.567456500392801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54805", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502141236496001, 38.567391850826297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54806", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502170333115998, 38.567325477222901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54807", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502195026134004, 38.567262151324599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54808", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502217461114, 38.567201088671602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600335", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497630615876005, 38.5898901070656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600187", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498341317024, 38.590133336625598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600233", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503277616337002, 38.5897249196546 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600315", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495815609363007, 38.590069699082299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600274", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499643347654001, 38.590193651170502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600165", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500193831805007, 38.589991245120999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600302", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497008051839998, 38.590216239443698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600224", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494495457680998, 38.589614098667099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600422", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499122637173002, 38.584575477446897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600539", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496345746700996, 38.588274869025298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600828", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461796802452994, 38.574198470546001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600703", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462963789819995, 38.574698252712501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600841", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461920263550994, 38.5734165386163 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600837", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461835716346997, 38.573613890974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601038", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464206536274006, 38.570378717920903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601069", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464957188685005, 38.568624667322503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601277", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465088075408005, 38.567740234346502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601048", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464426382124003, 38.569865728718 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54809", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502245927480004, 38.567143944722702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54810", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502268843764995, 38.567092831824702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54811", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502295123880998, 38.567033083882301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54812", "timelimit": 600.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502316920439, 38.566984560741297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54813", "timelimit": 600.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502341510075993, 38.566930427111998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54821", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474559846060998, 38.5720474263887 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54822", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.474589954709998, 38.571980767799197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54823", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505172547327007, 38.5784156616389 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54830", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506201550160995, 38.578498470133901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54832", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506291451741006, 38.578289090797703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54833", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506312266117007, 38.578237819494198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600310", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496235354253997, 38.590135301371298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600366", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497628450692005, 38.587778583875902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600403", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498394520912001, 38.585638460941801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600371", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497638246242005, 38.587469753266099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600524", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495864077239005, 38.589319672671103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600326", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494703105198994, 38.589822058891102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600451", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497436596653003, 38.5883539148587 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600155", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501157851607999, 38.589868567920398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600329", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494445826369002, 38.589746131734998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600283", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498834097770001, 38.590256878904498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600584", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497301223359997, 38.5853776224019 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600419", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499061473552004, 38.584721575100303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600536", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496257361641, 38.5884665907125 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600208", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496278534805001, 38.590001668325101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601205", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464708180670002, 38.567822894128703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600988", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463694648860994, 38.5704336292699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601001", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464341426369003, 38.570306669440697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600957", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464024468169001, 38.570609893285898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601239", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466830578870997, 38.568191411912302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600705", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462829133100001, 38.5746619658944 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600989", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463634684831007, 38.5704176055388 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601109", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464259201659999, 38.569253395642299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600936", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465412040160999, 38.569268950708 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54834", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506333041548999, 38.578192171412198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54835", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506342040925006, 38.578168881992902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54836", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506365581373004, 38.578110251175303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54837", "timelimit": 180.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.506382346026996, 38.578076156186803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54841", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.482032036955999, 38.571138231151799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS58432", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481927518470002, 38.571115000458697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54845", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481692555902995, 38.571045659739397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54847", "timelimit": 120.0, "pkgtype": "Single Space Meter (Double Space)", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481621476483994, 38.571029671251999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54848", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.481471033597998, 38.570991053461498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600400", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498212195094993, 38.585769697216101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600355", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497612886143003, 38.588462868505502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600320", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495149670977995, 38.589933044993202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600446", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497440707500004, 38.588684876862096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600255", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501332383635003, 38.589985444279499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600342", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497625217136004, 38.589455526542601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600551", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496653374828, 38.587447675144503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600323", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494921283579998, 38.589876795211197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600580", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497200508149007, 38.585615406328202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601278", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465109156310007, 38.567691856232202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600967", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463358677699006, 38.5704308713171 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600940", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465496379545996, 38.569071441681203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600819", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461968674453004, 38.574042613179003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601266", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465196518553995, 38.5676954716021 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465085215661006, 38.568584037526399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601118", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463609357714006, 38.569079425421101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600822", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461978947627003, 38.573832646215202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601399", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496700183178007, 38.584764774823903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601401", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496877258642002, 38.584812628877401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601402", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496952986992994, 38.584833094760697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601403", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497024492728002, 38.584852418832803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601404", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497103001528998, 38.5848736354313 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS54764", "timelimit": 15.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501861108284999, 38.5710464019051 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60027", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490323422103003, 38.586855579645999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60028", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490282768243006, 38.586842506150198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60029", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490241508389005, 38.5868297488894 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60030", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490200253517003, 38.586819026760899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490158736808993, 38.5868068800483 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60032", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490114630994, 38.586796773260097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60033", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490072077213995, 38.5867850354607 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60034", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490030565509002, 38.586774923849099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60035", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489988526676996, 38.586761963968598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60036", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489945714898994, 38.586750837595702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60037", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489901605339995, 38.586738695584401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60038", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489860871600001, 38.586728786437298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60039", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489819095814994, 38.586717251070503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60040", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489776542130002, 38.5867055131624 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60041", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489735282446006, 38.586692755721202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60042", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489693512803001, 38.586683255461097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60043", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489649144146, 38.586671723920098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60044", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489602698653002, 38.586658974203601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60045", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489564036900006, 38.586648247963304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60046", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489523040277007, 38.586636914121499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60047", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489480229793998, 38.586625787581497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60049", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489412252009998, 38.5866087978197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60048", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489438717119, 38.586615675752597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600534", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496198223525994, 38.588594868761497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600352", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497615312893998, 38.5886582293302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600337", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497629022262998, 38.589761743191303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600345", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497622921087995, 38.589270609475399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600601", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497894408248001, 38.584112381528698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600130", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503357485769996, 38.589574678446198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600546", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496553287414997, 38.587793702114098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600277", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499415666255999, 38.590218715574899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600571", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496970979265001, 38.586157306451497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601033", "timelimit": 15.0, "pkgtype": "Green Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465117775246995, 38.5685252764494 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601272", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465338230195002, 38.5673637245512 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600964", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463550940269002, 38.570482762326399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600817", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461919088715007, 38.574167370636303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601176", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464265011639, 38.567622203907398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601115", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463809036656997, 38.569135144067701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60050", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "2", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489396163557004, 38.586603937704702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60059", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489277831467007, 38.586766496989299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60060", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489264352929993, 38.586800774304599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60061", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489249395089999, 38.586833896449697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60062", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489235779290993, 38.586867943427698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60063", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489220807462004, 38.586899328579001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60064", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489206592418, 38.5869341855187 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60065", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489193256589999, 38.586966958057403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60066", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489181579779, 38.586991174892503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60067", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489166776344007, 38.587019875207297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600414", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498914282805998, 38.5850524255615 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600201", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496810127854005, 38.5900621613916 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600461", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497453804185, 38.587768038647702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600186", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498428168714, 38.590132388563603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600128", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503485845815007, 38.589557177695497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600374", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497645687095002, 38.587235138164402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600526", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495927803659001, 38.589181444547101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600706", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462711003077999, 38.574630132188702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600711", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462325511035999, 38.574526249881302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600992", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463421390291998, 38.5703600469243 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600897", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465539166146996, 38.569163974097997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601350", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505720044081997, 38.583074813393701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601351", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.505737648712, 38.583018429417599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60073", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489080346091995, 38.587227852296699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60074", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489066891128999, 38.587262017982297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60075", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489051416707994, 38.587295282867203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60076", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489038391406993, 38.587328430630798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60077", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489023204185003, 38.5873610166025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60078", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489008451106002, 38.5873948450228 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60079", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488994271313999, 38.5874273165185 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60080", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488981621120004, 38.587456804687903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60081", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488966403768003, 38.587485898644402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60082", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.488954066966997, 38.587510892720402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60125", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.48974109049, 38.585683997945701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60124", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489733734932003, 38.5857099005379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60123", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489718777538997, 38.585743022744403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60122", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489704413808994, 38.585777070083701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60121", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489690190779001, 38.585808454991103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60120", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489675976181005, 38.585843311989201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60119", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489662640773005, 38.5858760845828 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60118", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489651780093993, 38.585903069012097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60117", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489638524035996, 38.585937100505099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60114", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489536279187007, 38.586171145026597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600258", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501072736027993, 38.590018486830203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600197", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497188859587993, 38.590092877663302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600304", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496824996428998, 38.590201393724001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600592", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497571581311007, 38.584739313750902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600212", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495871280665, 38.589938644883901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600369", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497634259688994, 38.587595427184297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600449", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497438349499006, 38.588494976661103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600154", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501238740877994, 38.589858273197997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601112", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463979977774002, 38.569180095093799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601207", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464603942150006, 38.5677403429086 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601040", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464233817125006, 38.570305342606801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600958", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463948093596997, 38.570589485638003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601005", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464424949073006, 38.5701274023899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60113", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489520805221005, 38.586204409974897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60112", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489507780338002, 38.586237557792103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60111", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489492593562005, 38.586270143826098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60110", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489477840931002, 38.586303972307 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60109", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489466723326004, 38.586328667309303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60108", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489455271164999, 38.586350871658198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60107", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489446924822005, 38.586374216723001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60106", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489438562800004, 38.586391733818402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60090", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490209317494006, 38.5867098609001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60091", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490146660403994, 38.586692751754804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600344", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497623574900004, 38.589323312927299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600299", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497242183359006, 38.590235227357702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600241", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502635166839994, 38.589812511745002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600327", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494605672118993, 38.589793304974698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600207", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496364483294997, 38.590012383585602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600466", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497464822283007, 38.587420687436399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600181", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498833424655999, 38.5901193965692 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600421", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499098734423995, 38.584632571926697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600402", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498346832121001, 38.585672787474799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600254", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501429999584005, 38.589973021471302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600432", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497453687304002, 38.589729944662103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600699", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463241377291993, 38.574773055225499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601000", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464315489528005, 38.570367190677203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600985", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463876985575993, 38.570481828714897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601087", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463696553573996, 38.569182636349602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601238", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.466911201856007, 38.568212923716104 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600941", "timelimit": 120.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465529474177004, 38.5689939370709 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600832", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461890851936005, 38.573937310316403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601016", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464702800520001, 38.5694790535129 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600697", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463395607566, 38.574814616062 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600971", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463091749583995, 38.570359545460697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600890", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465335597603996, 38.569621272257997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601066", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464901826279004, 38.568754456066998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600715", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462019387254998, 38.574443754014503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601271", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465306762761998, 38.5674359375395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60092", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490064911434004, 38.586672329679097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60093", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489983158735996, 38.586650669697299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60094", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489903774206994, 38.586629624592398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60095", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489824388578, 38.586608579428002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60096", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489743423264997, 38.586586299325297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60097", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489664669654999, 38.586565005486101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60098", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "1", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.489584967466996, 38.586543465971097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60005", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490627490774003, 38.587085930132403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60007", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490574673756001, 38.587212295332399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60006", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490600724215994, 38.5871480616157 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60008", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490546415384003, 38.587280471561201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60013", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490370328365998, 38.587297382137699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60014", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490394877409003, 38.587234634643302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60015", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490422793687998, 38.587172105565998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60016", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490452526010003, 38.587109380871702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60009", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "3", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490517214429005, 38.5873374229704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS60017", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": "4", "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.490479417369002, 38.587045220251603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600192", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497916837879004, 38.590128194093502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600238", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502886880961995, 38.589778193805699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600578", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497150844206999, 38.585732659388697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600272", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499831882921995, 38.590172896482201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600533", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496177084733006, 38.5886407215825 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600203", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496658693336002, 38.5900490609191 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600463", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497458466856997, 38.587621062378503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600351", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497616104791007, 38.588721963952899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600336", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497629932593, 38.589835067463198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600354", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497613611492, 38.588521220886904 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600149", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501686432957996, 38.5898012984091 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601050", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464492606364999, 38.569711197725603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600970", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463162682613998, 38.570378498714597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600834", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461858628551994, 38.573824244633101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601156", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465483225526995, 38.568619282309399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601065", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464876291077005, 38.568814044150102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600714", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462100956822994, 38.574465735700102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601354", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498404351629006, 38.585215901304203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601355", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498242649773005, 38.585173607182398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601356", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498158519425004, 38.585151602133003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601357", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498089234768997, 38.585133480277797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601358", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49800377439, 38.585111127009398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601359", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497922365153997, 38.585089834482901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601360", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497830104171996, 38.585065702054798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601361", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497729350387999, 38.585039348938203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601368", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498258753228001, 38.585311642893501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601369", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498205794241997, 38.585297961201597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601370", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498150665324005, 38.585283717830698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601371", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498094676001998, 38.5852692526867 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601373", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498024240549995, 38.585251055534599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601374", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497876393591994, 38.585212857884102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601375", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497781905436, 38.585188446391399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600288", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498368182172001, 38.590270351364502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600370", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497636280961004, 38.587531711973099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600450", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497437636835997, 38.588437613516902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600257", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501186103256998, 38.590004060037302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600137", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502779856724999, 38.589653434082599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600553", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496656525524003, 38.587307315714703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600328", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494522639864996, 38.589768800308804 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600583", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497279132764007, 38.585429777560101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600467", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497466710964005, 38.587361150007702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600339", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497627680235993, 38.589653721739097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600294", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497880971490005, 38.5902642143975 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600132", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503225563925994, 38.589592665572297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600172", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499666334465999, 38.590052481917397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600168", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499956821878996, 38.590020503628303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600523", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495836264236999, 38.589380002600599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600460", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497451980318004, 38.5878255421338 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600289", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498290252201002, 38.590271202905498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601269", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465269505405004, 38.567527384075198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600695", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.46350624451, 38.574844429661901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600963", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463611538099997, 38.570498438588103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600943", "timelimit": 120.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465587067795994, 38.568859061050297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600816", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461898136276005, 38.5742200857051 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600892", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465384322823994, 38.569511815656 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600831", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461873606360996, 38.574005232658102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601265", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465174137874996, 38.567740290583899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601031", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465058201687995, 38.568647276461803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600999", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464284892286003, 38.570438584001302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600984", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463935505554005, 38.570497466354396 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601068", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464933624549005, 38.5686728420403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601088", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463592444211997, 38.569165063011901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601280", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465155284315998, 38.567585999427102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601015", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464692077272005, 38.569504075921103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600252", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501590484611, 38.589952597191697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600340", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497626954026998, 38.589595325211697 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600365", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497626684508006, 38.587834273209801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600445", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497441538846999, 38.588751787316497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600152", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501402468986001, 38.5898374370257 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600433", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497452948174001, 38.589670469704501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600239", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502810192067003, 38.589788649154897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600322", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495011717219995, 38.589899068818902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600579", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497173632983007, 38.585678856844901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600416", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498976330860003, 38.584924947927 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600372", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497641095465994, 38.587379908454402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600129", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503422583808003, 38.589565802747103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600528", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495976797547996, 38.589075171007401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600520", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495756687037002, 38.589552611915103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600303", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496902991658004, 38.590207719089797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600225", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494453517851994, 38.589601721028799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600182", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498750805656002, 38.590123050630901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601117", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463675120969995, 38.569099928279797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600709", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462461878306001, 38.574562998382298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601206", "timelimit": 30.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464661311119997, 38.567785531537098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601046", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464374165878993, 38.5699827795587 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600995", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463144824362004, 38.570286708951699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600895", "timelimit": 15.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465459625674995, 38.5693426540224 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600829", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461820205730007, 38.574139587627698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601029", "timelimit": 120.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465005598608002, 38.568770415864797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601175", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464316517898993, 38.5676612529791 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601063", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464847367106003, 38.568881752572601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600710", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462381955441998, 38.5745414606344 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600204", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496592623151997, 38.590040824181798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600464", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497460953401003, 38.587542650168999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600164", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500284791324006, 38.5899796702152 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600234", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503196653467, 38.589735958722599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600545", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496536056139007, 38.587841689996303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600423", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499144797035996, 38.584522544769399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600548", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496604842910003, 38.5876501279389 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600211", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495933772914, 38.589949138517603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600367", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497630308257996, 38.587720023782801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600447", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497439889386996, 38.588619020513399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600153", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50132397518, 38.589847426865397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600343", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497624465605, 38.5893950218084 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600525", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495897668658003, 38.589246810301603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600325", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494766960291003, 38.589838786998399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600452", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497437357104005, 38.588286551855802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600156", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501067674766006, 38.589880043280303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600138", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502696180043003, 38.589664843126599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600330", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494364075998007, 38.589722004621898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600180", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498914885095999, 38.590115793290302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600585", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497320662026993, 38.585331728665402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600420", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499156576467001, 38.584573895448003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601060", "timelimit": 30.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464772566096997, 38.569056853954201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601174", "timelimit": 60.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464365933927994, 38.567695654531001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600704", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462910737526997, 38.5746839561778 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601041", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464249472299997, 38.570266481846303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600959", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463862176058996, 38.570564340961901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601376", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497685243961996, 38.585163472242201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601381", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497029847297, 38.584993191799299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601382", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496956559400004, 38.584973148280099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601383", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496875794410002, 38.584951059620799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601384", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496787342705005, 38.584926868138197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601385", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496701491492004, 38.5849033887893 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601386", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496625305494007, 38.5848825522854 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601387", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496544895835996, 38.584860560434201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601388", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496450684443005, 38.584834794106598 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601389", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49639189973, 38.584818716887597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601390", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496327400970003, 38.584801076050702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601395", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496377182882, 38.584655672647699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601396", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496500373705004, 38.584710776622799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601397", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496559569818004, 38.584726774495202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601398", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496623428516003, 38.5847440322419 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600413", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498873950681002, 38.585123853316603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600270", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499998396551007, 38.590154565299997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600573", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497027814091993, 38.586023124347903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600185", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498510539953003, 38.590131488598701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600231", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503477846720003, 38.589697619158102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600373", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497643016609999, 38.587319326124799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600324", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.494835221445996, 38.589855599157801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600518", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495703028399006, 38.589669001029201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600209", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496197334298998, 38.589991545728502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600401", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498275431530999, 38.5857241796148 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600253", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501522343280996, 38.589961269573401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600431", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497454596344994, 38.5898031004632 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600237", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502956025843005, 38.589768766376103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600549", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496629165300007, 38.587581815127699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600271", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499914027757995, 38.590163853144702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600240", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502729402542997, 38.589799664316899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601284", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465253945347996, 38.567360954131502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600698", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463309793872, 38.574791492196297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600889", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465302938554998, 38.569694640100302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600835", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461836068390994, 38.573765294879799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601037", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464179142781006, 38.570442636879399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600700", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463152486290994, 38.574749101661297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600823", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.461939556001994, 38.573749890395 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601279", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465130257019993, 38.567643434061701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600969", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463215891849998, 38.570392717499097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601155", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465529766577006, 38.568659114210099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601085", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463838593947003, 38.569219987936698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600713", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462188130328002, 38.574489228043099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601268", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465236126296006, 38.567598038668599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600751", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464369004513998, 38.574285576970702 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601009", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464502181024002, 38.569929724251601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600267", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500233045501005, 38.590125342461 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600521", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495783959269005, 38.589493456219799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600357", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497611733124998, 38.588370064004003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600199", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496984706191995, 38.590076320764098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600287", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498459543192993, 38.590269353444903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600591", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497547875723001, 38.584795282651399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600540", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496371007155005, 38.588220073789401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600311", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496155861272996, 38.590125390678601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600368", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497632632052998, 38.587646765791703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600404", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498435616978995, 38.585608835534003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600448", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497439058430004, 38.5885520551059 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600256", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501264992464996, 38.589994020642301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600581", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497226081822006, 38.585555028515799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600417", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499005388886999, 38.584855538909302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600465", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497462995421003, 38.587478292711197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600576", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497105869986001, 38.585838842766798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600338", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497628291157, 38.589702900699301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600189", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498162761236003, 38.590135287198699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600235", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503103229084999, 38.5897486964992 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600171", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499742738880997, 38.590044071550999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600522", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495810611289997, 38.589435645557998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600358", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497611317438, 38.588318755270301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600891", "timelimit": 120.0, "pkgtype": "Single Space Meter", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465359248241001, 38.5695681447203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601154", "timelimit": 120.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.465589320958003, 38.568706552996296 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600712", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.462253711781003, 38.574506901120202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600983", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464005881198005, 38.570516271464101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601237", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.467014991300999, 38.5682428276954 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601044", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.464325372131995, 38.570101724587197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600991", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463488468855999, 38.5703785343647 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600701", "timelimit": 180.0, "pkgtype": "Time Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.463095178005005, 38.574733658450803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601002", "timelimit": 60.0, "pkgtype": "Residential Zone", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.46436561, 38.570250237371198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600434", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497452269340002, 38.589615795883297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600136", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502880690591994, 38.589639686943599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600552", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496664197243007, 38.587384130638704 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600582", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497255040360002, 38.585486660032799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600418", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499027703007997, 38.584802239355703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600139", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502625943729996, 38.589674418864803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600284", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498744794806001, 38.590260829255897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600586", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497337525811005, 38.5852919147056 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600537", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496283771590996, 38.5884093041131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600468", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497468494944002, 38.587304905800501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600356", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497612200655993, 38.5884076568205 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600151", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501490382431001, 38.5898262489563 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600341", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497626013025993, 38.589519511630499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600200", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496912365680998, 38.590070453353 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600554", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.496650092766004, 38.587247189871199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600462", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497456014622998, 38.587698351319297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600574", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497056364483996, 38.5859557199012 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600290", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498192856385003, 38.590272266429402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600232", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503376795728002, 38.589711397417098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600314", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495878759814005, 38.590080302818002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600273", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499745371667004, 38.590182419993099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600266", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500313055137994, 38.590115161703402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS600527", "timelimit": 600.0, "pkgtype": "Pay & Display Space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.495955192176993, 38.5891220361666 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601653", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503357112459, 38.5913738574096 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601718", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503218044579, 38.591386159868897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601533", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498124001091, 38.591419142790301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601554", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502650516214004, 38.591308976273098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601572", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498756175691994, 38.591363688647398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601560", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502571575600001, 38.591318965045303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601540", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499012841890007, 38.591348384214399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601496", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503883017185998, 38.590011932461003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601683", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497434133194005, 38.590917733517301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601682", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501898621539993, 38.591507860219799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601569", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499667575597002, 38.591346438622402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601535", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500251255996005, 38.591429093019698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601643", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499741673445001, 38.591496221002103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601698", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500070410093002, 38.591532791948303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601628", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499254797220999, 38.591493234523398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601501", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503667861577995, 38.590295237566998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601506", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503665627819004, 38.590229754498402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601603", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497920948615999, 38.591442279501102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601547", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502911983751005, 38.591288445116 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601640", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502384712633003, 38.5914605180824 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601621", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498908511823998, 38.591500518406903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601672", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497458003191994, 38.590757601954898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601595", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500644010868996, 38.591485555626001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601655", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499394745122999, 38.591493387402203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601532", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498602936040001, 38.5913724476613 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601619", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500708668349006, 38.5916176346024 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601559", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497664747699005, 38.590713445258501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601503", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503667456970007, 38.590365586775199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601512", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503727438549006, 38.590047385362098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601589", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502135542128002, 38.591362902505701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601557", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499115981464001, 38.591348379970199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601715", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503009443248999, 38.591404612346402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601727", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501481972498993, 38.591548438089603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601659", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501759738575004, 38.591521386943597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601668", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499804701795995, 38.591499944621901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601561", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497569866942001, 38.591268109845302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601499", "timelimit": 600.0, "pkgtype": "Pay-by-plate meter in space", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503775034550998, 38.589874324590497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601523", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497593875403993, 38.591150055204601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601608", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502380856019997, 38.591334617548398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601576", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497670382536995, 38.590596597368801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601548", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502477112611999, 38.591327078070599 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601509", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503722262050005, 38.5907497699015 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601700", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497353636539998, 38.591234796794303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601605", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499904700933001, 38.591360956617102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601497", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503698410737996, 38.590564471452304 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601712", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499671741469996, 38.591494333273403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601716", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498010612803995, 38.591572332410003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601678", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497470907617995, 38.590597775948403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601634", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500925223549999, 38.591601305219903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601690", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498978435951997, 38.591498456134197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601486", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503858649920005, 38.590654399987102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601666", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502037504447003, 38.591494334230298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601663", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501620855563999, 38.591534912599897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601491", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503868247227004, 38.590763977408002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601490", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503833515021, 38.590224720912602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601661", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499874243847998, 38.591506038670701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601602", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500564709353995, 38.591482919024401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601601", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497781932237004, 38.591454934216102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601538", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501959383300999, 38.591373612445402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601637", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499048361229995, 38.591496392923403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601549", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499261955487, 38.591348693311602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601629", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503078977805004, 38.5913984612653 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601613", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498080120520001, 38.591566004933597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601596", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502210540182006, 38.591353692572 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601693", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497411750099005, 38.591026154693303 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601692", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501064298786005, 38.591589055091703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601479", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503853697552003, 38.590119330531003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601709", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500138504730003, 38.591545435407802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601550", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502043801908002, 38.5913665620457 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601586", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497605194472001, 38.591077562370401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601508", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503719613323, 38.590963651897603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601476", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50386835738, 38.590065631496998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601600", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501551550949003, 38.591410559135802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601627", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500487537110999, 38.591614852956603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601676", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497663071738003, 38.5916039700572 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601722", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500271551286005, 38.591577094192999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601488", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503871696453004, 38.590820267534497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601504", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503726189830005, 38.591012931148903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601686", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500568757588994, 38.591620176250402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601471", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503827578187, 38.590383300855898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601551", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498191787478007, 38.591411416803297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601614", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497398872709994, 38.591077048070197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601710", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501690297078994, 38.591528149342103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601656", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502870376402996, 38.591416913492203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601632", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503426645800999, 38.591367707015699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601616", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499464719648003, 38.591493463780601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601541", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503101387856006, 38.591273416721002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601642", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499534693032004, 38.591493539210902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601723", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497476997687997, 38.590488044417903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601654", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498219137069, 38.5915533489597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601544", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500905713785002, 38.591464866947 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601670", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498288645895997, 38.591547021363098 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601620", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502176387299997, 38.591480808074301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601622", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499938026269007, 38.591511742040197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601685", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498566678789999, 38.591521709648603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601546", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497851441006006, 38.591448606881897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601489", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503876387559998, 38.590930041949001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601565", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501010490290994, 38.591456838386101 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601469", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503863447995997, 38.5907091886952 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601717", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500994760596996, 38.591595180624701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601662", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497464816375, 38.590707508374201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601570", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502733890711994, 38.591301344313003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601618", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498497170012996, 38.591528037412097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601599", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500725850235995, 38.591479847307497 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601625", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502661774892999, 38.591435365343401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601588", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499824401503005, 38.591350544070202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601585", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499324986735999, 38.591349365871302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601593", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500089753012006, 38.591386232139897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601528", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498330096218993, 38.591399795462202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601516", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503770790454993, 38.589932135795699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601703", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503287579098995, 38.591380008662597 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601674", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502939909835007, 38.591410762489801 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601510", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503678779968993, 38.590493857087999 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601598", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50229570626, 38.5913413425301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601724", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498704193028004, 38.591510623155202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601478", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503829332197, 38.590276533317798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601537", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500479615878007, 38.591475000655201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601534", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503340991105006, 38.591258868209003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601624", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497442700687998, 38.590866779088401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601726", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502106945883, 38.591487570722698 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601582", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498059964945995, 38.591429624619103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601607", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499484152037994, 38.591350033266103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601574", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499996770021994, 38.591374096493603 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601638", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500006906139006, 38.591521420516699 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601626", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499118286496994, 38.591494330571301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601492", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50386835738, 38.590065631496998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601580", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500325899342002, 38.591444343897898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601641", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503148511201005, 38.5913923101376 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601487", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503879816465002, 38.591040246988499 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601536", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.49826729147, 38.591406244924997 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601515", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503682534522994, 38.590163799423998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601573", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501633154914003, 38.591405496907399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601584", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499197330734006, 38.591351488581097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601680", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501551414035006, 38.591541675816003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601635", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497422941655003, 38.590971944105902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601522", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501797700081994, 38.591388307802099 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601691", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499604667558003, 38.591493615504803 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601539", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497616976700002, 38.591017045353198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601500", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503670367001007, 38.590433849302798 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601645", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502731308361007, 38.591429214466203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601485", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503842807978003, 38.590170289879097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601475", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503837508584994, 38.590489040991201 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601513", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.50371773869, 38.5908336797552 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601630", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497732580662998, 38.591597642794397 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601647", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500638712967003, 38.591618905897903 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601649", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500199842121006, 38.591560324422503 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601648", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497941105075995, 38.5915786598447 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601604", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503201577732, 38.591268727738502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601563", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502825609704004, 38.591295607570899 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601477", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503909277546995, 38.589902078948199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601704", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498149629378005, 38.591559676519601 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601474", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503833515021, 38.590224720912602 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601677", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501134764599001, 38.591582252436403 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601556", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500814042114001, 38.591471168136401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601577", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501876141938993, 38.591380893972897 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601689", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502315271255, 38.591467280855703 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601518", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503713389016994, 38.590898070646901 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601579", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497626176571003, 38.590954681104797 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601615", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501829180063993, 38.5915146236025 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601702", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497467861421995, 38.5906526426093 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601520", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501316387689997, 38.591426623963102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601472", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503858649920005, 38.590654399987102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601583", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503265903133993, 38.591263389326102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601633", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497871596188006, 38.5915849872327 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601697", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500855685342998, 38.591607429768402 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601543", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500398222300007, 38.591460655881299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601545", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497582477799, 38.5912085991243 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601587", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503003740506003, 38.591283379562398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601494", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503853697552003, 38.590119330531003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601695", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502454154003004, 38.591453754366498 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601514", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503704415585005, 38.590101702583198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601591", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498933669348006, 38.5913491497368 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601558", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501719004763004, 38.591395030401401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601502", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503719435400001, 38.590686506803301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601681", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497450351374994, 38.590812190069002 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601696", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498634541377996, 38.591515887325301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601571", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497658090773001, 38.590781139432202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601705", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501204206207007, 38.591575489470202 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601481", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503826722805002, 38.590328386699198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601464", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503897898416994, 38.5899562659149 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601606", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503407053211006, 38.5912312760357 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601660", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499184822689003, 38.591493158919 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601467", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503831626837993, 38.59043509448 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601542", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499747684932004, 38.591346963124799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601505", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503718695296001, 38.5906218004042 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601617", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503496180284998, 38.591361555684102 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601708", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502245828710002, 38.591474044483398 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601652", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501968062996994, 38.591501097696302 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601644", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497384652660003, 38.591130820286502 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601483", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503878155142999, 38.590985344695298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601610", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498411550994007, 38.5913897015513 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601590", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501192678441001, 38.591441328862203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601575", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501386490119998, 38.591423664613501 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601594", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497666775073995, 38.5906537615868 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601701", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497802088434995, 38.591591314584001 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601466", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503878155142999, 38.590985344695298 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601687", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497473952655994, 38.590542910183203 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601592", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497556662446001, 38.591325525207701 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601495", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503874042004995, 38.590875154741802 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601646", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498838586538, 38.591502581533199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601631", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501273647801, 38.591568726462299 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601525", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498842227040001, 38.591354659371198 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601566", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497990457360999, 38.591435952083401 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601562", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498498015804003, 38.591378855412799 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601597", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498685882152003, 38.5913668825131 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601530", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499570115357997, 38.591347153485003 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601564", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500179404299999, 38.591405001941197 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601519", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.503744311996996, 38.589986690466297 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601623", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.500786147124998, 38.591613554275199 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601636", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.502800841817006, 38.591423063547097 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601711", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.499324770597994, 38.591493310981399 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601581", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497672957901003, 38.590535870133898 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601526", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501109676572, 38.591447990153902 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601531", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.501258973394002, 38.591435573924301 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601673", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.498773844667994, 38.591505358943103 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601664", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497370857953996, 38.5911815682379 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601651", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497336413954002, 38.591288025342998 ] } }, +{ "type": "Feature", "properties": { "obj_code": "PKGS601725", "timelimit": 600.0, "pkgtype": "Pay-by-plate", "noparkdays": null, "start_time": null, "end_time": null }, "geometry": { "type": "Point", "coordinates": [ -121.497318342653998, 38.591332516018099 ] } } +] +} diff --git a/parking_mobile/img/icon.png b/parking_mobile/img/icon.png new file mode 100644 index 0000000..640ce43 Binary files /dev/null and b/parking_mobile/img/icon.png differ diff --git a/parking_mobile/index.html b/parking_mobile/index.html new file mode 100644 index 0000000..fff8ed3 --- /dev/null +++ b/parking_mobile/index.html @@ -0,0 +1,64 @@ + + + + + Spot Spotter + + + + + + + + + + + + +
+ + + + + +
+ +
+ +
+ + +
+ + + + + +
+
+ + + +
+ + + + +
+ +
+ +
+
+ + + + + +
+ + \ No newline at end of file diff --git a/parking_mobile/js/address.js b/parking_mobile/js/address.js new file mode 100644 index 0000000..f4c6545 --- /dev/null +++ b/parking_mobile/js/address.js @@ -0,0 +1,132 @@ +//lets call in our filter function +import { filterSpotsByBuffer } from "./spots_filter.js"; + +//here, we create an address entry custom function + +//first, lets call up our main elements from the html +const addressEntry = document.querySelector("#entry") +const addressChoices = document.querySelector("#address-choices") +const timestampInput = document.querySelector("#timestamp"); +const searchButton = document.querySelector("#search"); + +//create empty container for selected addresses +let selectedLocation = null; + +//we need to have the event function trigger at certain events +function initializeAddressEntry(events) { + //first, we are going to look at when user inputs address + + addressEntry.mycustomfunc = () => { + //when address entry section has an input, run it by this function + handleAddressEntryChange(events) + }; + addressEntry.addEventListener('input', addressEntry.mycustomfunc) + + //create another event that zooms into the map when buffer is selected + events.addEventListener('address-zoom-map', (evt) => { + const { buffer } = evt.detail; + filterSpotsByBuffer(buffer); + }); + + //add a listener event for clicks of search buttons + + searchButton.addEventListener('click', () => { + //only run if both values have been added + if (selectedLocation && timestampInput.value) { + //take the lat longs of selected point + const selectedPoint = turf.point([selectedLocation.lon, selectedLocation.lat]); + //create a 500m buffer + const buffer = turf.buffer(selectedPoint, 0.5, {units: 'kilometers'}); + + //zoom to selected location + const addressLL = new CustomEvent('address-zoom-map', { + detail: { + lat: selectedLocation.lat, + lon: selectedLocation.lon, + buffer: buffer, + bounds: turf.bbox(buffer) + } + }); + events.dispatchEvent(addressLL); + } + }); + +} + +//function taken from example project philly_lead_levels +async function handleAddressEntryChange(events) { + //when the event is triggered, remove the hidden style of address choice + addressChoices.classList.remove('hidden'); + + //store partial address input in a new const + const partialAddress = addressEntry.value; + //mapbox info for setup + const apiKey = 'pk.eyJ1IjoiYWF2YW5pMTAzIiwiYSI6ImNtMTgxOGkyZzBvYnQyam16bXFydTUwM3QifQ.hXw8FwWysnOw3It_Sms3UQ'; + const bbox = [-121.5801,38.4375,-121.3852,38.685].join(','); + const url = `https://api.mapbox.com/geocoding/v5/mapbox.places/${partialAddress}.json?bbox=${bbox}&access_token=${apiKey}`; + + //first, create a check function that only runs the event if the partial address is filled + + if (partialAddress === '') { + addressChoices.classList.add('hidden'); + selectedLocation = null; + return; + } + + //fetch address information from mapbox api using the partial address + + const resp = await fetch(url); + const data = await resp.json(); + + //now that we recieved our data, its time to change the html + //first, create a empty html container + + let html = ''; + //then parse what we need to add to the hidden list + for (const feature of data.features) { //take every feature from the partial address response + const lihtml = ` +
  • + ${feature.place_name} +
  • + `; + //here, we are creating a new list item that contains the coordiantes of likely address + //and its name. This is what will be added to our hidden list. + + html += lihtml; + } + //with everything defined ,lets change the list of address we get + + addressChoices.innerHTML = html; + + //okay great, now we should have the list of addresses to choose from. + //we also need to account for the behaviour after an address has been selected so + + //listen for click events, then put the outcome of that event into the handleAddressChoice function + + const choices = addressChoices.querySelectorAll('li'); + for (const choice of choices) { + choice.addEventListener('click', (evt) => { + handleAddressChoice(evt, events); + }); + } +} + +//create function that extracts the coordiantes of the selected address and hides the list again + +function handleAddressChoice(evt, events) { + const li = evt.target; + const lat = parseFloat(li.getAttribute('data-lat')); + const lon = parseFloat(li.getAttribute('data-lon')); + + const text = li.innerText; + addressEntry.value = text; + addressChoices.classList.add('hidden'); + + selectedLocation = { lat, lon }; + } + +//finally, export function + +export{ + initializeAddressEntry +}; \ No newline at end of file diff --git a/parking_mobile/js/charts.js b/parking_mobile/js/charts.js new file mode 100644 index 0000000..d8829c9 --- /dev/null +++ b/parking_mobile/js/charts.js @@ -0,0 +1,159 @@ +//first, calling the spots layer that we output at the end of map.js +import { getSpotsLayer } from './map.js'; +import { isSpotAvailable } from './spot_reservation.js'; + + +//updating message +function updateMessage(points) { + const messageEl = document.getElementById('message'); + if (messageEl) { + messageEl.textContent = `You have ${points.length} spots near your address`; + } +} + +//updating this function so that it accounts for changes in availability +async function updateSpotStyle(layer, isHighlighted = false) { + const objCode = layer.feature.properties.obj_code; + try { + const available = await isSpotAvailable(objCode); + layer.setStyle({ + //set style depending on condtions + fillColor: isHighlighted ? "#FFD700" : (available ? "#e5e5e5" : "#ff0000"), + color: isHighlighted ? "#FF4500" : "#ffffff", + weight: isHighlighted ? 2 : 1, + radius: isHighlighted ? 6 : 4, + fillOpacity: isHighlighted ? 0.8 : 0.3 + }); + } catch (error) { + console.error("Error updating spot style:", error); + // Set default style in case of error + layer.setStyle({ + fillColor: "#e5e5e5", + color: "#ffffff", + weight: 1, + radius: 4, + fillOpacity: 0.3 + }); + } +} + +//then set function that highlights spots by timelimit +async function highlightPointsByTimeLimit(timeLimit) { + //call spots layer + const spotsLayer = getSpotsLayer(); + const updatePromises = []; + spotsLayer.eachLayer((layer) => { + //for all the buffer points whose opacity is 1, i.e. is in the buffer + const isInBuffer = layer.options.opacity === 1; + if (isInBuffer) { + if (layer.feature.properties.timelimit === timeLimit) { + + updatePromises.push(updateSpotStyle(layer, true)); + } else { + updatePromises.push(updateSpotStyle(layer, false)); + } + } + }); + await Promise.all(updatePromises); +} + + +//helper function, to reset map highlights to original +async function resetMapHighlights() { + const spotsLayer = getSpotsLayer(); + const updatePromises = []; + + spotsLayer.eachLayer((layer) => { + const isInBuffer = layer.options.opacity === 1; + if (isInBuffer) { + updatePromises.push(updateSpotStyle(layer, false)); + } + }); + + await Promise.all(updatePromises); +} + + +//creating the chart +function initChart(points) { + //taking chart elements + const chartEl = document.getElementById('chart'); + const timelimits = points.map(point => point.timelimit); + const frequencyMap = {}; + timelimits.forEach(limit => { + frequencyMap[limit] = (frequencyMap[limit] || 0) + 1; + }); + + const uniqueLimits = Object.keys(frequencyMap).sort((a, b) => Number(a) - Number(b)); + const frequencies = uniqueLimits.map(limit => frequencyMap[limit]); + + const options = { + series: [{ + name: 'Number of Spots', + data: frequencies, + color: '#fca311' + }], + chart: { + type: 'bar', + height: 350, + foreColor: '#ffffff', + events: { + //here creating an event that happens when chart elements are set + dataPointSelection: (event, chartContext, config) => { + //reset highlihts + resetMapHighlights(); + //else highlight points by their selected time limit + const selectedTimeLimit = uniqueLimits[config.dataPointIndex]; + highlightPointsByTimeLimit(Number(selectedTimeLimit)); + }, + //if any place outside the chart is hit then reset all highlights. + click: (event, chartContext, config) => { + if (config.seriesIndex === -1) { + resetMapHighlights(); + } + } + }}, + plotOptions: { + bar: { + borderRadius: 4, + borderRadiusApplication: 'end', + } + }, + dataLabels: { + style: { + colors: ['#ffffff'] + }, + enabled: true, + }, + xaxis: { + categories: uniqueLimits, + style: { + color: '#ffffff' + }, + title: { + text: 'Time Limit (minutes)' + } + }, + yaxis: { + title: { + text: 'Number of Spots' + }, + style: { + color: '#ffffff' + }, + }, + title: { + text: 'How long can you park?', + align: 'center' + } + }; + + const chart = new ApexCharts(chartEl, options); + chart.render(); + return chart; +} + +export function updateVisualizations(points = []) { + updateMessage(points); + return initChart(points); +} \ No newline at end of file diff --git a/parking_mobile/js/firebase.js b/parking_mobile/js/firebase.js new file mode 100644 index 0000000..6049fc5 --- /dev/null +++ b/parking_mobile/js/firebase.js @@ -0,0 +1,51 @@ +// Import the functions you need from the SDKs you need + import { initializeApp } from "https://www.gstatic.com/firebasejs/11.0.2/firebase-app.js"; + import { + getFirestore, + doc, + updateDoc, + getDoc, + setDoc, + collection, + addDoc, + query, + where, + getDocs, + Timestamp + } from "https://www.gstatic.com/firebasejs/11.0.2/firebase-firestore.js"; + import { getAnalytics } from "https://www.gstatic.com/firebasejs/11.0.2/firebase-analytics.js"; + // TODO: Add SDKs for Firebase products that you want to use + // https://firebase.google.com/docs/web/setup#available-libraries + + // Your web app's Firebase configuration + // For Firebase JS SDK v7.20.0 and later, measurementId is optional + const firebaseConfig = { + apiKey: "AIzaSyAT_Jt-E_gptcVIUgRmt6S4G0IbVUTtwLw", + authDomain: "parkingdashboard-d660e.firebaseapp.com", + projectId: "parkingdashboard-d660e", + storageBucket: "parkingdashboard-d660e.firebasestorage.app", + messagingSenderId: "953469235598", + appId: "1:953469235598:web:71c4ff58697951e68374df", + measurementId: "G-2WV1CHZQBY", + }; + + // Initialize Firebase + const app = initializeApp(firebaseConfig); + const analytics = getAnalytics(app); + const db = getFirestore(app); + + export { + app, + analytics, + db, + doc, + updateDoc, + getDoc, + setDoc, + collection, + addDoc, + query, + where, + getDocs, + Timestamp + }; \ No newline at end of file diff --git a/parking_mobile/js/main.js b/parking_mobile/js/main.js new file mode 100644 index 0000000..b318071 --- /dev/null +++ b/parking_mobile/js/main.js @@ -0,0 +1,83 @@ +//call firebase +import { app, analytics } from "./firebase.js" + +//import initMap to create map +import { initMap } from "./map.js"; + +//import spots_data to load data +import { loadSpotsData } from "./spots_data.js"; + +//call initialize address function +import { initializeAddressEntry } from "./address.js"; + +//call in filter data +import { filterSpotsByBuffer } from "./spots_filter.js"; + +//call chart filter data +import { updateVisualizations } from "./charts.js"; + + +//call the event bus before all the functions +const events = new EventTarget(); // events object here is the event bus + +//search the document for the id selector #map +const mapEl = document.querySelector("#map"); + +//load spots from loadSpotData function. Here spots is in brackets as it +//is a feature. We are again using await here as the function is fetching +const { spots } = await loadSpotsData(); + +// uncomment to not spend too much on API calls +const { map, updateVisibleSpots } = initMap(mapEl, spots); + +//call function to initialize address autofill + +initializeAddressEntry(events); + +//clear any buffer layer that was there rpeviously + +function clearSearchBuffer() { + if (window.searchBuffer && map) { + map.removeLayer(window.searchBuffer); + window.searchBuffer = null; + } + } + +//add an event listener that adds a buffer to the map when zoom is dispatched + +events.addEventListener('address-zoom-map', (evt) => { + //take in the lats and longs from address + const { lat, lon, buffer } = evt.detail; + + // Remove existing buffer + clearSearchBuffer(); + + // Add buffer to map using Leaflet + window.searchBuffer = L.geoJSON(buffer, { + style: { + color: '#e5e5e5', + weight: 2, + opacity: 0.2, + fillColor: "#14213d", + fillOpacity: 0.1, + interactive: false + } + }).addTo(map); + + // Update visible spots within buffer + const result = filterSpotsByBuffer(buffer); + updateVisualizations(result.point); + + + map.fitBounds(window.searchBuffer.getBounds(), { + padding: [50, 50] + }); + +}); + +//reapplying filters if buffer is generated again +events.addEventListener('reapply-filters', (evt) => { + const { buffer } = evt.detail; + clearSearchBuffer(); // Clear before reapplying filters + updateVisibleSpots(buffer); +}); \ No newline at end of file diff --git a/parking_mobile/js/map.js b/parking_mobile/js/map.js new file mode 100644 index 0000000..0129caa --- /dev/null +++ b/parking_mobile/js/map.js @@ -0,0 +1,131 @@ +//call in filter function +import { initializeFilter } from "./spots_filter.js"; +import { isSpotAvailable, reserveSpot } from './spot_reservation.js'; + +//call empty values for spotLayer +let spotsLayer = null; + +function getSpotsLayer(){ + return spotsLayer; +} + +//create function initmap that calls in map and spots data + +function initMap(el, spots) { + console.log("Initializing map..."); + + const map = L.map(el, { preferCanvas: true, zoomSnap: 0 }); + + const Mapboxkey = 'pk.eyJ1IjoiYWF2YW5pMTAzIiwiYSI6ImNtMTgxOGkyZzBvYnQyam16bXFydTUwM3QifQ.hXw8FwWysnOw3It_Sms3UQ'; + const Mapboxstyle = 'mapbox/dark-v11'; + L.tileLayer( + `https://api.mapbox.com/styles/v1/${Mapboxstyle}/tiles/512/{z}/{x}/{y}{r}?access_token=${Mapboxkey}`, + { maxZoom: 20 } + ).addTo(map); + + map.setView([38.5816, -121.4944], 12); + + //Now, lets create the spots layer + spotsLayer = L.geoJSON(spots, { + pointToLayer: (feature, latlng) => { + // Create the marker first + const marker = L.circleMarker(latlng, { + radius: 4, + fillColor: "#e5e5e5", + color: "#ffffff", + weight: 1, + opacity: 0, + fillOpacity: 0 + }); + + // Create popup content + const popupContent = document.createElement('div'); + popupContent.className = 'spot-popup'; + + // Add click handler to marker + marker.on('click', async (e) => { + const spotId = feature.properties.obj_code; + const timeLimit = feature.properties.timelimit; + + try { + // Check if spot is available + const available = await isSpotAvailable(spotId); + + // Create and show popup + const popupContent = ` + + `; + + marker.bindPopup(popupContent).openPopup(); + + // Add click handler for reserve button after popup is created + setTimeout(() => { + const reserveBtn = document.querySelector('.reserve-btn'); + if (reserveBtn) { + reserveBtn.addEventListener('click', async () => { + const success = await reserveSpot(spotId, timeLimit); + if (success) { + // Update popup to show success + marker.setPopupContent(` + + `); + + // Update marker style to show as reserved + marker.setStyle({ + fillColor: "#ff0000", + color: "#ff0000" + }); + } + }); + } + }, 0); + } catch (error) { + console.error("Error handling spot click:", error); + marker.bindPopup("Error loading spot information").openPopup(); + } + }); + + return marker; + } + }).addTo(map); + + //now that we have our layer of spots, let us run it by the filter + + initializeFilter(spotsLayer, map); + + //this returns true/false depending on whether the filter conditions are met + + function updateVisibleSpots(buffer) { + spotsLayer.eachLayer(async (layer) => { + const point = layer.feature.geometry; + const isInBuffer = turf.booleanPointInPolygon(point, buffer); + const spotId = layer.feature.properties.obj_code; + if (isInBuffer) { + // Check availability when spot becomes visible + const available = await isSpotAvailable(spotId); + layer.setStyle({ + opacity: 1, + fillOpacity: 0.8, + fillColor: available ? "#e5e5e5" : "#ff0000", + color: available ? "#ffffff" : "#ff0000" + }); + } else { + layer.setStyle({ opacity: 0, fillOpacity: 0 }); + } + }); + } + + return {map, updateVisibleSpots}; +} + + export { initMap, getSpotsLayer }; \ No newline at end of file diff --git a/parking_mobile/js/spot_reservation.js b/parking_mobile/js/spot_reservation.js new file mode 100644 index 0000000..04a0398 --- /dev/null +++ b/parking_mobile/js/spot_reservation.js @@ -0,0 +1,55 @@ +import { db, collection, addDoc, query, where, getDocs, Timestamp } from './firebase.js'; + +// Function to check if spot is available +async function isSpotAvailable(obj_code) { + try { + //set timestamp as now and get all the reservationc ollection + const now = Timestamp.now(); + const reservationsRef = collection(db, 'reservations'); + + const q = query( + //check reservations that have the same object code + reservationsRef, + where('obj_code', '==', obj_code) + ); + //and get the documents of reports where the obj_codes of spots match + const querySnapshot = await getDocs(q); + + // Check if any reservation is current + const hasCurrentReservation = querySnapshot.docs.some(doc => { + const data = doc.data(); + //if the end time of reservation later than current time + return data.end_time.toMillis() > now.toMillis(); + }); + //if all conditions are false, then it has a reservation + return !hasCurrentReservation; + + } catch (error) { + console.error("Error checking availability:", error); + throw error; + } +} + +// Function to reserve a spot +async function reserveSpot(obj_code, timelimit) { + try { + const start_time = Timestamp.now(); + const end_time = new Timestamp( + start_time.seconds + (timelimit * 60), + start_time.nanoseconds + ); + + await addDoc(collection(db, 'reservations'), { + obj_code, + start_time, + end_time, + timelimit + }); + return true; + } catch (error) { + console.error("Error reserving spot:", error); + return false; + } +} + +export { isSpotAvailable, reserveSpot }; \ No newline at end of file diff --git a/parking_mobile/js/spots_data.js b/parking_mobile/js/spots_data.js new file mode 100644 index 0000000..74063ea --- /dev/null +++ b/parking_mobile/js/spots_data.js @@ -0,0 +1,28 @@ +//create a function to load spots_data + +//here we use async function as it is better suited for calling data +//and allows us to use await + +async function loadSpotsData(){ + + //fetch parking data from its folder + + const spotsResponse = await fetch ("data/clean_parking.geojson"); + + //read the response from file path as a json + //here, we wait for the data to be loaded, then run it through a json function + + const spotsCollection = await spotsResponse.json(); + + //get feature data for mapping + + const spots = spotsCollection.features; + + //return output of the function to be spots + + return { spots }; + +} + +//export function to be called somewhere else +export { loadSpotsData } \ No newline at end of file diff --git a/parking_mobile/js/spots_filter.js b/parking_mobile/js/spots_filter.js new file mode 100644 index 0000000..39892c4 --- /dev/null +++ b/parking_mobile/js/spots_filter.js @@ -0,0 +1,86 @@ +//lets create a function that filters spots value + +//first, we start by taking empty values of our spots and timestamp + +let spotsLayer; +let timestampInput = null; + +//create our function that takes in a layer and map and a timestamp as input + +function initializeFilter(layer, map){ + spotsLayer = layer; + timestampInput = document.querySelector("#timestamp"); +} + +//checking function to ensure that timestamp has value +function filterTime(feature) { + if (!timestampInput || !timestampInput.value) { + console.log("No timestamp set"); + return true; + } + + //to begin, we would need to parse timestamp with two date inputs—the day of the week + //and the hour of the day + //create a date function with timestamp input + const timeToCheck = new Date(timestampInput.value); + //convert it to 24 hour format + const checkTime = timeToCheck.toLocaleDateString('en-US',{ + hour12: false, + hour: '2-digit', + minute: '2-digit' + }); + const checkDay = timeToCheck.getDay(); + + //now, lets get our date variables from our properties + + const { noparkdays, start_time, end_time } = feature.properties; + + //now to create a time check function + //we assume that all spots are allowed, and will check restrictions recursively + let isDayRestricted = false; + //first, check whether the day falls in a restricted day + //if noparkdays is not null and it includes the day, the day is restricted + + if (noparkdays && noparkdays.includes(checkDay)){ + isDayRestricted = true; + + //hence, we would need to check for time. First, if day is restricted and times are null, then it is restricted + if (!start_time || !end_time) { + return false; // Spot is NOT visible + } + + // If day is restricted and time falls within range, spot is unavailable + if (checkTime > start_time && checkTime < end_time) { + return false; // Spot is NOT visible + } + } + //only returns value for which the restrictions are not met + return true; +} + +//now, lets filter our points by it being in a 500m buffer + +function filterSpotsByBuffer(buffer) { + //empty buffer points to store data + let bufferPoints = []; + //checking whether the point is in buffer and non-time restrictions + spotsLayer.eachLayer((layer) => { + const point = layer.feature.geometry + const isInBuffer = turf.booleanPointInPolygon(point,buffer); + const isTimeAllowed = filterTime(layer.feature) + + //conditional statement to change the opacity depending on whether conditions are met + + if (isInBuffer && isTimeAllowed) { + layer.setStyle({ opacity: 1, fillOpacity: 0.8 }); + bufferPoints.push(layer.feature.properties); + } else { + layer.setStyle({ opacity: 0, fillOpacity: 0 }); + } + }); + + //export all points within the buffer for other calculations + return{ point: bufferPoints}; +} + +export {initializeFilter, filterSpotsByBuffer}; \ No newline at end of file